r15152 - packages/trunk/pingus/debian

Bertrand Marc bbk-guest at moszumanska.debian.org
Wed Jul 30 19:42:41 UTC 2014


Author: bbk-guest
Date: 2014-07-30 19:42:41 +0000 (Wed, 30 Jul 2014)
New Revision: 15152

Modified:
   packages/trunk/pingus/debian/changelog
   packages/trunk/pingus/debian/rules
Log:
Enable hardening buildflags in debian/rules.


Modified: packages/trunk/pingus/debian/changelog
===================================================================
--- packages/trunk/pingus/debian/changelog	2014-07-30 19:41:04 UTC (rev 15151)
+++ packages/trunk/pingus/debian/changelog	2014-07-30 19:42:41 UTC (rev 15152)
@@ -6,6 +6,7 @@
     (Closes: #667673).
   * Update the german translation, thanks to Helge Kreutzmann (Closes: #722887).
   * Update standards version to 3.9.5: no changes needed.
+  * Enable hardening build flags in debian/rules.
 
   [ Evgeni Golov ]
   * Correct Vcs-* URLs to point to anonscm.debian.org

Modified: packages/trunk/pingus/debian/rules
===================================================================
--- packages/trunk/pingus/debian/rules	2014-07-30 19:41:04 UTC (rev 15151)
+++ packages/trunk/pingus/debian/rules	2014-07-30 19:42:41 UTC (rev 15152)
@@ -8,6 +8,9 @@
     SCONS_OPTS:=with_linuxevdev=no with_linuxusbmouse=no
 endif
 
+DPKG_EXPORT_BUILDFLAGS = 1
+include /usr/share/dpkg/buildflags.mk
+
 configure: configure-stamp
 configure-stamp:
 	dh_testdir




More information about the Pkg-games-commits mailing list