[med-svn] [phyml] 03/04: hardening=+all, -pie (Build fails with +pie)
Andreas Tille
tille at debian.org
Tue Aug 23 15:16:50 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository phyml.
commit 4ca2f9cd68cb50ee80d99c9a39111c67cc92e39e
Author: Andreas Tille <tille at debian.org>
Date: Tue Aug 23 16:59:56 2016 +0200
hardening=+all,-pie (Build fails with +pie)
---
debian/rules | 3 +++
1 file changed, 3 insertions(+)
diff --git a/debian/rules b/debian/rules
index 3f0991d..9aa01c6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,8 @@
#!/usr/bin/make -f
# debian/rules for phyml
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie
+
%:
dh $@ --with autoreconf
@@ -33,6 +35,7 @@ override_dh_auto_build:
override_dh_auto_install:
dh_auto_install
# install phyml binary we have kept safe above
+ mkdir -p $(CURDIR)/debian/phyml/usr/lib/phyml/bin
mv $(CURDIR)/debian/bin/* $(CURDIR)/debian/phyml/usr/lib/phyml/bin
override_dh_auto_clean:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/phyml.git
More information about the debian-med-commit
mailing list