[SCM] glyr/master: Set hardening=+all

emillon-guest at users.alioth.debian.org emillon-guest at users.alioth.debian.org
Sun May 22 16:22:53 UTC 2016


The following commit has been merged in the master branch:
commit f0b981abf0f2b513ac68fdcd909428e5e65e6e76
Author: Etienne Millon <me at emillon.org>
Date:   Sun May 22 17:51:22 2016 +0200

    Set hardening=+all

diff --git a/debian/changelog b/debian/changelog
index 06e5607..ff909a1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ glyr (1.0.9-1) UNRELEASED; urgency=medium
   * Bump Standards-Version to 3.9.8 (no changes needed).
   * Use a secure URI for Vcs-Git.
   * Fix some typos in glyrc.
+  * Set hardening=+all.
 
  -- Etienne Millon <me at emillon.org>  Sun, 22 May 2016 17:12:34 +0200
 
diff --git a/debian/rules b/debian/rules
index ed81764..c230a5d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,5 @@
 #!/usr/bin/make -f
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 

-- 
glyr packaging



More information about the pkg-multimedia-commits mailing list