[xml-security-c] 20/24: Comment the --as-needed tricks

Ferenc Wágner wferi-guest at moszumanska.debian.org
Sun Nov 29 19:42:51 UTC 2015


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

wferi-guest pushed a commit to branch master
in repository xml-security-c.

commit 3099c82545c66c8be8b89738cc72d30ba23aa43c
Author: Ferenc Wágner <wferi at niif.hu>
Date:   Wed Nov 25 10:44:21 2015 +0100

    Comment the --as-needed tricks
---
 debian/rules | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 85095a3..870c4fe 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,12 +6,13 @@ UTILS_MAN1DIR := debian/xml-security-c-utils/usr/share/man/man1
 # Enable compiler hardening flags.
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
-# Add --as-needed to drop dependencies.
+# Avoid useless dependencies in the utilities
 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 %:
 	dh $@ --with autoreconf
 
+# Avoid useless dependency in the library
 override_dh_autoreconf:
 	dh_autoreconf --as-needed
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/xml-security-c.git



More information about the Pkg-shibboleth-devel mailing list