[med-svn] [Git][med-team/prodigal][master] Fix hardening options
Andreas Tille
gitlab at salsa.debian.org
Fri Mar 16 16:43:31 UTC 2018
Andreas Tille pushed to branch master at Debian Med / prodigal
Commits:
edfeecb6 by Andreas Tille at 2018-03-16T17:43:25+01:00
Fix hardening options
- - - - -
2 changed files:
- debian/changelog
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,15 @@
prodigal (1:2.6.3-2) UNRELEASED; urgency=medium
+ [ Liubov Chuprikova ]
* Team upload.
* Fix "Please provide autopkgtest" Autopkgtest added
(Closes: #890783)
* Standards-Version: 4.1.3
* debhelper 11
+ [ Andreas Tille ]
+ * Fix hardening options
+
-- Liubov Chuprikova <chuprikovalv at gmail.com> Thu, 15 Mar 2018 23:36:47 +0000
prodigal (1:2.6.3-1) unstable; urgency=medium
=====================================
debian/rules
=====================================
--- a/debian/rules
+++ b/debian/rules
@@ -3,10 +3,7 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
-CFLAGS=$(shell dpkg-buildflags --get CFLAGS)
-LDFLAGS=$(shell dpkg-buildflags --get LDFLAGS)
-CFLAGS+=$(HARDENING_CFLAGS)
-LDFLAGS+=$(HARDENING_LDFLAGS)
+export DEB_BUILD_MAINT_OPTIONS=hardening=+all
%:
dh $@
View it on GitLab: https://salsa.debian.org/med-team/prodigal/commit/edfeecb63248f261b248159a392a9a295afe8045
---
View it on GitLab: https://salsa.debian.org/med-team/prodigal/commit/edfeecb63248f261b248159a392a9a295afe8045
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/debian-med-commit/attachments/20180316/74faca09/attachment-0001.html>
More information about the debian-med-commit
mailing list