This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository sra-sdk.
commit 03e5a497963c5df93691ca155eed6e80dda0d7bf Author: Andreas Tille <[email protected]> Date: Fri Nov 25 19:05:32 2016 +0100 d/rules: Remove -pie to adapt to latest changes in dpkg --- debian/changelog | 6 ++++++ debian/rules | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 081fbb4..67c7ee2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +sra-sdk (2.7.0-2) UNRELEASED; urgency=medium + + * d/rules: Remove -pie to adapt to latest changes in dpkg + + -- Andreas Tille <[email protected]> Fri, 25 Nov 2016 18:06:45 +0100 + sra-sdk (2.7.0-1) unstable; urgency=medium [ Andreas Tille ] diff --git a/debian/rules b/debian/rules index 87ff533..1940fb3 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,7 @@ #!/usr/bin/make -f # +pie breaks the build -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/sra-sdk.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
