r15758 - packages/trunk/btanks/debian

Markus Koschany apo at moszumanska.debian.org
Fri Apr 15 04:43:28 UTC 2016


Author: apo
Date: 2016-04-15 04:43:28 +0000 (Fri, 15 Apr 2016)
New Revision: 15758

Modified:
   packages/trunk/btanks/debian/changelog
   packages/trunk/btanks/debian/control
   packages/trunk/btanks/debian/rules
Log:
Release 0.9.8083-6


Modified: packages/trunk/btanks/debian/changelog
===================================================================
--- packages/trunk/btanks/debian/changelog	2016-04-14 21:58:32 UTC (rev 15757)
+++ packages/trunk/btanks/debian/changelog	2016-04-15 04:43:28 UTC (rev 15758)
@@ -1,3 +1,15 @@
+btanks (0.9.8083-6) unstable; urgency=medium
+
+  * Team upload.
+  * Fix FTBFS on buildd by using override_dh_install-indep instead of
+    override_dh_install.
+  * Export DEB_CFLAGS_MAINT_APPEND = -D_FORTIFY_SOURCE=2 because upstream's
+    build system does not honor CPPFLAGS correctly.
+  * Improve package description. Thanks to Paul Stewart for the report and
+    patch. (LP: #834098)
+
+ -- Markus Koschany <apo at debian.org>  Fri, 15 Apr 2016 06:18:35 +0200
+
 btanks (0.9.8083-5) unstable; urgency=medium
 
   * Team upload.

Modified: packages/trunk/btanks/debian/control
===================================================================
--- packages/trunk/btanks/debian/control	2016-04-14 21:58:32 UTC (rev 15757)
+++ packages/trunk/btanks/debian/control	2016-04-15 04:43:28 UTC (rev 15758)
@@ -36,11 +36,10 @@
 Breaks:
  btanks-data (<< 0.9.8083-1)
 Description: fast 2D tank arcade game with multiplayer and split-screen modes
- Battle Tanks is a funny battle on your desk, where you can choose one of
- three vehicles and eliminate your enemy using the whole arsenal of
- weapons. has original cartoon-like graphics and cool music, it is fun
- and dynamic, it has several network modes for deathmatch and
- cooperative.
+ Battle Tanks is a funny battle on your desk, where you can choose one of three
+ vehicles and eliminate your enemy using the whole arsenal of weapons. It has
+ original cartoon-like graphics and cool music, is fun and dynamic and has
+ death-match and cooperative network modes.
 
 Package: btanks-data
 Architecture: all
@@ -49,11 +48,10 @@
 Suggests:
  btanks
 Description: fast 2D tank arcade game -- data
- Battle Tanks is a funny battle on your desk, where you can choose one of
- three vehicles and eliminate your enemy using the whole arsenal of
- weapons. has original cartoon-like graphics and cool music, it is fun
- and dynamic, it has several network modes for deathmatch and
- cooperative.
+ Battle Tanks is a funny battle on your desk, where you can choose one of three
+ vehicles and eliminate your enemy using the whole arsenal of weapons. It has
+ original cartoon-like graphics and cool music, is fun and dynamic and has
+ death-match and cooperative network modes.
  .
  This package contains fonts, maps, sounds, music, images and other data for
  Battle Tanks.

Modified: packages/trunk/btanks/debian/rules
===================================================================
--- packages/trunk/btanks/debian/rules	2016-04-14 21:58:32 UTC (rev 15757)
+++ packages/trunk/btanks/debian/rules	2016-04-15 04:43:28 UTC (rev 15758)
@@ -1,5 +1,6 @@
 #!/usr/bin/make -f
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+export DEB_CFLAGS_MAINT_APPEND = -D_FORTIFY_SOURCE=2
 
 %:
 	dh $@ --parallel
@@ -12,6 +13,6 @@
 	dh_auto_clean
 	rm -rf .sconf_temp build
 
-override_dh_install:
+override_dh_install-indep:
 	dh_install
-	find debian/btanks-data/ -type f -print0 | xargs -0 chmod 0644
+	find debian/btanks-data -type f -print0 | xargs -0 chmod 0644




More information about the Pkg-games-commits mailing list