r54455 - in /desktop/unstable/libsecret/debian: changelog rules

jbicha at users.alioth.debian.org jbicha at users.alioth.debian.org
Sun Oct 15 17:38:25 UTC 2017


Author: jbicha
Date: Sun Oct 15 17:38:25 2017
New Revision: 54455

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=54455
Log:
Enable all hardening flags

Modified:
    desktop/unstable/libsecret/debian/changelog
    desktop/unstable/libsecret/debian/rules

Modified: desktop/unstable/libsecret/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libsecret/debian/changelog?rev=54455&op=diff
==============================================================================
--- desktop/unstable/libsecret/debian/changelog	[utf-8] (original)
+++ desktop/unstable/libsecret/debian/changelog	[utf-8] Sun Oct 15 17:38:25 2017
@@ -4,6 +4,7 @@
     - Build-Depend on libgcrypt20-dev instead of transitional package
       (Closes: #864119)
   * Bump debhelper compat to 10
+  * Enable all hardening flags
 
  -- Jeremy Bicha <jbicha at debian.org>  Sun, 15 Oct 2017 13:02:45 -0400
 

Modified: desktop/unstable/libsecret/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libsecret/debian/rules?rev=54455&op=diff
==============================================================================
--- desktop/unstable/libsecret/debian/rules	[utf-8] (original)
+++ desktop/unstable/libsecret/debian/rules	[utf-8] Sun Oct 15 17:38:25 2017
@@ -1,6 +1,8 @@
 #!/usr/bin/make -f
 
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
 	dh $@ --with gir,gnome




More information about the pkg-gnome-commits mailing list