[med-svn] [libvcflib] 01/09: Adapt to recent PIE changes in dpkg

Andreas Tille tille at debian.org
Tue Nov 22 12:23:29 UTC 2016


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

tille pushed a commit to branch master
in repository libvcflib.

commit 12fc53b39fe7a4e0599962510d9ff3267b0a8ece
Author: Andreas Tille <tille at debian.org>
Date:   Tue Nov 22 10:57:37 2016 +0100

    Adapt to recent PIE changes in dpkg
---
 debian/changelog | 8 ++++++++
 debian/rules     | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 3608f7b..a5adf1a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+libvcflib (1.0.0~rc1+dfsg-2) UNRELEASED; urgency=medium
+
+  * Adapt to recent PIE changes in dpkg (Thanks for the patch to Adrian Bunk
+    <bunk at stusta.de>)
+    Closes: #844890
+
+ -- Andreas Tille <tille at debian.org>  Tue, 22 Nov 2016 10:56:09 +0100
+
 libvcflib (1.0.0~rc1+dfsg-1) unstable; urgency=low
 
   * Initial release (Closes: #838020)
diff --git a/debian/rules b/debian/rules
index 472d26b..a210c71 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 
 # DH_VERBOSE := 1
 
-export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
 %:
 	dh $@

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libvcflib.git



More information about the debian-med-commit mailing list