r15712 - packages/trunk/libphysfs/debian

Patrick Matthäi pmatthaei at moszumanska.debian.org
Wed Feb 17 13:42:33 UTC 2016


Author: pmatthaei
Date: 2016-02-17 13:42:33 +0000 (Wed, 17 Feb 2016)
New Revision: 15712

Modified:
   packages/trunk/libphysfs/debian/changelog
   packages/trunk/libphysfs/debian/rules
Log:
* Enable full hardening.


Modified: packages/trunk/libphysfs/debian/changelog
===================================================================
--- packages/trunk/libphysfs/debian/changelog	2016-01-31 15:05:31 UTC (rev 15711)
+++ packages/trunk/libphysfs/debian/changelog	2016-02-17 13:42:33 UTC (rev 15712)
@@ -1,3 +1,9 @@
+libphysfs (2.0.3-4) UNRELEASED; urgency=medium
+
+  * Enable full hardening.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Wed, 17 Feb 2016 14:42:20 +0100
+
 libphysfs (2.0.3-3) unstable; urgency=medium
 
   [ Evgeni Golov ]

Modified: packages/trunk/libphysfs/debian/rules
===================================================================
--- packages/trunk/libphysfs/debian/rules	2016-01-31 15:05:31 UTC (rev 15711)
+++ packages/trunk/libphysfs/debian/rules	2016-02-17 13:42:33 UTC (rev 15712)
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
 DEB_HOST_MULTIARCH     ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 EXTRAFLAGS := -DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)"




More information about the Pkg-games-commits mailing list