r50423 - in /desktop/unstable/vino/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Sep 13 14:40:40 UTC 2016


Author: biebl
Date: Tue Sep 13 14:40:39 2016
New Revision: 50423

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

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

Modified: desktop/unstable/vino/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vino/debian/changelog?rev=50423&op=diff
==============================================================================
--- desktop/unstable/vino/debian/changelog	[utf-8] (original)
+++ desktop/unstable/vino/debian/changelog	[utf-8] Tue Sep 13 14:40:39 2016
@@ -5,6 +5,7 @@
   * Add Build-Depends on systemd on Linux to get the correct path for the
     systemd user unit directory.
   * Convert from cdbs to dh.
+  * Enable all hardening build flags.
 
  -- Michael Biebl <biebl at debian.org>  Tue, 13 Sep 2016 16:20:23 +0200
 

Modified: desktop/unstable/vino/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/vino/debian/rules?rev=50423&op=diff
==============================================================================
--- desktop/unstable/vino/debian/rules	[utf-8] (original)
+++ desktop/unstable/vino/debian/rules	[utf-8] Tue Sep 13 14:40:39 2016
@@ -1,7 +1,8 @@
-#! /usr/bin/make -f
+#!/usr/bin/make -f
 
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
 %:




More information about the pkg-gnome-commits mailing list