r15669 - packages/trunk/pathological/debian

Markus Koschany apo-guest at moszumanska.debian.org
Mon Dec 28 18:18:02 UTC 2015


Author: apo-guest
Date: 2015-12-28 18:18:02 +0000 (Mon, 28 Dec 2015)
New Revision: 15669

Modified:
   packages/trunk/pathological/debian/changelog
   packages/trunk/pathological/debian/rules
Log:
Release 1.1.3-14


Modified: packages/trunk/pathological/debian/changelog
===================================================================
--- packages/trunk/pathological/debian/changelog	2015-12-28 00:40:48 UTC (rev 15668)
+++ packages/trunk/pathological/debian/changelog	2015-12-28 18:18:02 UTC (rev 15669)
@@ -1,3 +1,11 @@
+pathological (1.1.3-14) unstable; urgency=medium
+
+  * Team upload.
+  * debian/rules: Use a specific serial number for oggenc instead of an
+    arbitrary string. This should really fix Debian bug 775995.
+
+ -- Markus Koschany <apo at debian.org>  Mon, 28 Dec 2015 19:11:48 +0100
+
 pathological (1.1.3-13) unstable; urgency=medium
 
   * Team upload.

Modified: packages/trunk/pathological/debian/rules
===================================================================
--- packages/trunk/pathological/debian/rules	2015-12-28 00:40:48 UTC (rev 15668)
+++ packages/trunk/pathological/debian/rules	2015-12-28 18:18:02 UTC (rev 15669)
@@ -10,8 +10,8 @@
 override_dh_install:
 	xmp music/intro.xm -o debian/pathological/usr/share/games/pathological/music/intro.wav
 	xmp music/background.xm -o debian/pathological/usr/share/games/pathological/music/background.wav
-	oggenc --serial intro.wav -b 256 debian/pathological/usr/share/games/pathological/music/intro.wav
-	oggenc --serial background.wav -b 160 debian/pathological/usr/share/games/pathological/music/background.wav
+	oggenc --serial 12345 -b 256 debian/pathological/usr/share/games/pathological/music/intro.wav
+	oggenc --serial 12345 -b 160 debian/pathological/usr/share/games/pathological/music/background.wav
 	rm -f debian/pathological/usr/share/games/pathological/music/*.xm
 	rm -f debian/pathological/usr/share/games/pathological/music/*.wav
 	dh_install




More information about the Pkg-games-commits mailing list