[SCM] rev-plugins/master: Fix hardening
mira-guest at users.alioth.debian.org
mira-guest at users.alioth.debian.org
Sun Jun 9 17:14:25 UTC 2013
The following commit has been merged in the master branch:
commit e72c0ab6c606955f3216e331d7ae596f55706030
Author: Jaromír Mikeš <mira.mikes at seznam.cz>
Date: Sun Jun 9 19:14:22 2013 +0200
Fix hardening
diff --git a/debian/control b/debian/control
index 9e0840b..e86e50b 100644
--- a/debian/control
+++ b/debian/control
@@ -7,6 +7,7 @@ Uploaders:
Jaromír Mikeš <mira.mikes at seznam.cz>
Build-Depends:
debhelper (>= 9),
+ hardening-wrapper,
ladspa-sdk
Standards-Version: 3.9.4
Homepage: http://kokkinizita.linuxaudio.org/linuxaudio/index.html
diff --git a/debian/rules b/debian/rules
index 6540bd2..fbc6467 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
#!/usr/bin/make -f
+export DEB_BUILD_HARDENING=1
+
%:
dh $@
--
rev-plugins packaging
More information about the pkg-multimedia-commits
mailing list