r1328 - packages/trunk/barrage/debian

Gonéri Le Bouder goneri-guest at costa.debian.org
Wed Aug 9 19:04:30 UTC 2006


Author: goneri-guest
Date: 2006-08-09 19:04:29 +0000 (Wed, 09 Aug 2006)
New Revision: 1328

Modified:
   packages/trunk/barrage/debian/changelog
   packages/trunk/barrage/debian/control
   packages/trunk/barrage/debian/rules
Log:
-  * Standards-Version: 3.7.0
+  * Standards-Version: 3.7.2
   * update Debian Games Team home page in copyright file
   +  * if nostrip is set in DEB_BUILD_OPTIONS it's useless to do:
   +    INSTALL_PROGRAM += -s since dh_strip already do the job
   +  * adds build depends on binutils (>= 2.14.90.0.7), according to dh_strip
   +    manpage



Modified: packages/trunk/barrage/debian/changelog
===================================================================
--- packages/trunk/barrage/debian/changelog	2006-08-09 14:52:02 UTC (rev 1327)
+++ packages/trunk/barrage/debian/changelog	2006-08-09 19:04:29 UTC (rev 1328)
@@ -1,8 +1,12 @@
 barrage (1.0.2-1) UNRELEASED; urgency=low
 
   [ Gonéri Le Bouder ]
-  * Standards-Version: 3.7.0
+  * Standards-Version: 3.7.2
   * update Debian Games Team home page in copyright file
+  * if nostrip is set in DEB_BUILD_OPTIONS it's useless to do:
+    INSTALL_PROGRAM += -s since dh_strip already do the job
+  * adds build depends on binutils (>= 2.14.90.0.7), according to dh_strip
+    manpage
 
   [ Eddy Petrișor ]
   * Fix Homepage semi URL

Modified: packages/trunk/barrage/debian/control
===================================================================
--- packages/trunk/barrage/debian/control	2006-08-09 14:52:02 UTC (rev 1327)
+++ packages/trunk/barrage/debian/control	2006-08-09 19:04:29 UTC (rev 1328)
@@ -3,8 +3,8 @@
 Priority: optional
 Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
 Uploaders: Gonéri Le Bouder <goneri at rulezlan.org>
-Build-Depends: debhelper (>= 5.0.0),libsdl1.2-dev, libsdl-mixer1.2-dev
-Standards-Version: 3.7.0
+Build-Depends: debhelper (>= 5.0.0),libsdl1.2-dev, libsdl-mixer1.2-dev, binutils (>= 2.14.90.0.7)
+Standards-Version: 3.7.2
 
 Package: barrage
 Architecture: any

Modified: packages/trunk/barrage/debian/rules
===================================================================
--- packages/trunk/barrage/debian/rules	2006-08-09 14:52:02 UTC (rev 1327)
+++ packages/trunk/barrage/debian/rules	2006-08-09 19:04:29 UTC (rev 1328)
@@ -10,9 +10,6 @@
 else
 	CFLAGS += -O2
 endif
-ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS)))
-	INSTALL_PROGRAM += -s
-endif
 
 config.status: configure
 	dh_testdir




More information about the Pkg-games-commits mailing list