r15661 - in packages/trunk/pathological/debian: . patches

Markus Koschany apo-guest at moszumanska.debian.org
Sat Dec 26 22:18:59 UTC 2015


Author: apo-guest
Date: 2015-12-26 22:18:58 +0000 (Sat, 26 Dec 2015)
New Revision: 15661

Modified:
   packages/trunk/pathological/debian/changelog
   packages/trunk/pathological/debian/control
   packages/trunk/pathological/debian/copyright
   packages/trunk/pathological/debian/patches/define-music_pending_song.patch
   packages/trunk/pathological/debian/rules
Log:
Release 1.1.3-13


Modified: packages/trunk/pathological/debian/changelog
===================================================================
--- packages/trunk/pathological/debian/changelog	2015-12-26 00:29:27 UTC (rev 15660)
+++ packages/trunk/pathological/debian/changelog	2015-12-26 22:18:58 UTC (rev 15661)
@@ -1,9 +1,21 @@
-pathological (1.1.3-13) UNRELEASED; urgency=low
+pathological (1.1.3-13) unstable; urgency=medium
 
-  * Removed myself from uploaders.
+  * Team upload.
 
- -- Alexander Reichle-Schmehl <tolimar at debian.org>  Fri, 18 Oct 2013 17:52:23 +0200
+  [ Alexander Reichle-Schmehl ]
+  * Remove myself from Uploaders.
 
+  [ Markus Koschany ]
+  * Declare compliance with Debian Policy 3.9.6.
+  * Vcs-Browser: Use https.
+  * Make the build reproducible by passing --serial to oggenc.
+    Thanks to Chris Lamb for the report and patch. (Closes: #775995)
+  * Remove override for dh_builddeb. xz compression is the default now.
+  * Add dh-python to Build-Depends.
+  * Remove Build-Depends-Indep field.
+
+ -- Markus Koschany <apo at debian.org>  Sat, 26 Dec 2015 23:00:51 +0100
+
 pathological (1.1.3-12) unstable; urgency=low
 
   * Convert .xm files to .ogg at build time. (Closes: #705415).

Modified: packages/trunk/pathological/debian/control
===================================================================
--- packages/trunk/pathological/debian/control	2015-12-26 00:29:27 UTC (rev 15660)
+++ packages/trunk/pathological/debian/control	2015-12-26 22:18:58 UTC (rev 15661)
@@ -5,15 +5,17 @@
 Uploaders:
  Barry deFreese <bdefreese at debian.org>
 Build-Depends:
- debhelper (>= 9), xmp, vorbis-tools
-Build-Depends-Indep:
+ debhelper (>= 9),
+ dh-python,
  netpbm,
  python,
- python-pygame
-Standards-Version: 3.9.4
+ python-pygame,
+ vorbis-tools,
+ xmp
+Standards-Version: 3.9.6
 Homepage: http://pathological.sourceforge.net/
 Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/pathological/
-Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/pathological/
+Vcs-Browser: https://anonscm.debian.org/viewvc/pkg-games/packages/trunk/pathological/
 
 Package: pathological
 Architecture: all

Modified: packages/trunk/pathological/debian/copyright
===================================================================
--- packages/trunk/pathological/debian/copyright	2015-12-26 00:29:27 UTC (rev 15660)
+++ packages/trunk/pathological/debian/copyright	2015-12-26 22:18:58 UTC (rev 15661)
@@ -13,7 +13,7 @@
            2009,      Cyril Brulebois, Eddy Petrișor, Gonéri Le Bouder
                       Ansgar Burchardt
            2012,      Evgeniy Dolgikh
-           2013,      Markus Koschany <apo at gambaru.de>
+           2013-2015, Markus Koschany <apo at debian.org>
 License: GPL-2+
 
 License: GPL-2+

Modified: packages/trunk/pathological/debian/patches/define-music_pending_song.patch
===================================================================
--- packages/trunk/pathological/debian/patches/define-music_pending_song.patch	2015-12-26 00:29:27 UTC (rev 15660)
+++ packages/trunk/pathological/debian/patches/define-music_pending_song.patch	2015-12-26 22:18:58 UTC (rev 15661)
@@ -1,4 +1,4 @@
-From: Markus Koschany <apo at gambaru.de>
+From: Markus Koschany <apo at debian.org>
 Date: Mon, 15 Apr 2013 00:27:06 +0200
 Subject: define music_pending_song
 

Modified: packages/trunk/pathological/debian/rules
===================================================================
--- packages/trunk/pathological/debian/rules	2015-12-26 00:29:27 UTC (rev 15660)
+++ packages/trunk/pathological/debian/rules	2015-12-26 22:18:58 UTC (rev 15661)
@@ -10,11 +10,9 @@
 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 -b 256 debian/pathological/usr/share/games/pathological/music/intro.wav
-	oggenc -b 160 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
 	rm -f debian/pathological/usr/share/games/pathological/music/*.xm
 	rm -f debian/pathological/usr/share/games/pathological/music/*.wav
 	dh_install
 
-override_dh_builddeb:
-	dh_builddeb -- -Zxz




More information about the Pkg-games-commits mailing list