r13119 - in packages/trunk/performous/debian: . patches

Ansgar Burchardt ansgar at alioth.debian.org
Sun Jan 15 21:46:43 UTC 2012


Author: ansgar
Date: 2012-01-15 21:46:43 +0000 (Sun, 15 Jan 2012)
New Revision: 13119

Added:
   packages/trunk/performous/debian/patches/libav0.8.diff
Modified:
   packages/trunk/performous/debian/changelog
   packages/trunk/performous/debian/control
   packages/trunk/performous/debian/patches/series
   packages/trunk/performous/debian/rules
Log:
* Team upload.
* Add missing include for libav0.8. (Closes: #654221)
* Use xz compression for binary packages.

Modified: packages/trunk/performous/debian/changelog
===================================================================
--- packages/trunk/performous/debian/changelog	2012-01-14 08:39:35 UTC (rev 13118)
+++ packages/trunk/performous/debian/changelog	2012-01-15 21:46:43 UTC (rev 13119)
@@ -1,3 +1,11 @@
+performous (0.6.1-4) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Add missing include for libav0.8. (Closes: #654221)
+  * Use xz compression for binary packages.
+
+ -- Ansgar Burchardt <ansgar at debian.org>  Sun, 15 Jan 2012 22:43:24 +0100
+
 performous (0.6.1-3) unstable; urgency=low
 
   * Team upload.

Modified: packages/trunk/performous/debian/control
===================================================================
--- packages/trunk/performous/debian/control	2012-01-14 08:39:35 UTC (rev 13118)
+++ packages/trunk/performous/debian/control	2012-01-15 21:46:43 UTC (rev 13119)
@@ -21,6 +21,7 @@
 Package: performous
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Pre-Depends: dpkg (>= 1.15.6)
 Recommends: ${alsalibs:Recommends}
 Conflicts: ultrastar-ng (<< 0.3.0)
 Replaces: ultrastar-ng (<< 0.3.0)
@@ -35,6 +36,7 @@
 Package: performous-tools
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
+Pre-Depends: dpkg (>= 1.15.6)
 Recommends: vorbis-tools
 Suggests: performous
 Description: karaoke game that allows user supplied songs - tools
@@ -53,6 +55,7 @@
 Architecture: any
 Depends: performous (= ${binary:Version}) | performous-tools (= ${binary:Version}),
  ${shlibs:Depends}, ${misc:Depends}
+Pre-Depends: dpkg (>= 1.15.6)
 Description: karaoke game that allows user supplied songs - debug
  A karaoke, band and dancing game where one or more players perform a song
  and the game scores their performances. Supports songs in UltraStar,
@@ -61,8 +64,3 @@
  autodetected.
  .
  This package includes the debugging symbols.
-
-
-
-
-

Added: packages/trunk/performous/debian/patches/libav0.8.diff
===================================================================
--- packages/trunk/performous/debian/patches/libav0.8.diff	                        (rev 0)
+++ packages/trunk/performous/debian/patches/libav0.8.diff	2012-01-15 21:46:43 UTC (rev 13119)
@@ -0,0 +1,16 @@
+Subject: Add missing include
+From: Ansgar Burchardt <ansgar at debian.org>
+Date: Sun, 15 Jan 2012 22:42:32 +0100
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/654221
+
+--- performous.orig/game/ffmpeg.cc
++++ performous/game/ffmpeg.cc
+@@ -8,6 +8,7 @@
+ 
+ extern "C" {
+ #include AVCODEC_INCLUDE
++#include <libavutil/mathematics.h>
+ #include AVFORMAT_INCLUDE
+ #include SWSCALE_INCLUDE
+ }

Modified: packages/trunk/performous/debian/patches/series
===================================================================
--- packages/trunk/performous/debian/patches/series	2012-01-14 08:39:35 UTC (rev 13118)
+++ packages/trunk/performous/debian/patches/series	2012-01-15 21:46:43 UTC (rev 13119)
@@ -1,3 +1,4 @@
 desktop.patch
 boost_filesystem_v2.patch
 libav_api_change.patch
+libav0.8.diff

Modified: packages/trunk/performous/debian/rules
===================================================================
--- packages/trunk/performous/debian/rules	2012-01-14 08:39:35 UTC (rev 13118)
+++ packages/trunk/performous/debian/rules	2012-01-15 21:46:43 UTC (rev 13119)
@@ -83,7 +83,7 @@
 	dh_installdeb -i
 	dh_gencontrol -i
 	dh_md5sums -i
-	dh_builddeb -i
+	dh_builddeb -i -- -Zxz
 
 # Build architecture dependant packages using the common target.
 binary-arch: build install
@@ -112,7 +112,7 @@
 		-- -dRecommends -palsalibs
 	dh_gencontrol -a
 	dh_md5sums -a
-	dh_builddeb -a
+	dh_builddeb -a -- -Zxz
 
 binary: binary-arch binary-indep
 .PHONY: build clean binary-indep binary-arch binary install configure




More information about the Pkg-games-commits mailing list