[Python-modules-commits] [pyotherside] 04/05: debian/rules: Fix hardening settings in DEB_BUILD_MAINT_OPTIONS export command

Sylvain Pineau spineau-guest at moszumanska.debian.org
Wed Jan 20 23:28:35 UTC 2016


This is an automated email from the git hooks/post-receive script.

spineau-guest pushed a commit to branch master
in repository pyotherside.

commit d86eb0b10245ad06fb01ea96a0a23a72c7a85967
Author: Sylvain Pineau <sylvain.pineau at canonical.com>
Date:   Thu Jan 21 00:22:33 2016 +0100

    debian/rules: Fix hardening settings in DEB_BUILD_MAINT_OPTIONS export command
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 203ec1a..cfacfcd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,6 @@
 #!/usr/bin/make -f
 
-export DEB_BUILD_MAINT_OPTIONS=hardening=+all'
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 export QT_SELECT=qt5
 
 %:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pyotherside.git



More information about the Python-modules-commits mailing list