[SCM] ladspa-sdk/master: Use hardening-wrapper to fix hardening

mira-guest at users.alioth.debian.org mira-guest at users.alioth.debian.org
Thu Jun 13 23:38:41 UTC 2013


The following commit has been merged in the master branch:
commit e24d6d9af8fb60477b0b6812699893530f848763
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date:   Fri Jun 14 01:47:00 2013 +0200

    Use hardening-wrapper to fix hardening

diff --git a/debian/control b/debian/control
index a3925a1..262f8b2 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,8 @@ Priority: optional
 Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Build-Depends:
  cdbs,
- debhelper (>= 9)
+ debhelper (>= 9),
+ hardening-wrapper
 Standards-Version: 3.9.4
 Uploaders:
  Felipe Sateler <fsateler at debian.org>,
diff --git a/debian/rules b/debian/rules
index ffbd66e..c26bf5a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+export DEB_BUILD_HARDENING=1
+
 include /usr/share/cdbs/1/class/makefile.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
 

-- 
ladspa-sdk packaging



More information about the pkg-multimedia-commits mailing list