[SCM] Debian packaging for XMLTooling-C branch, master, updated. debian/1.4.2-1-10-g9b4021e
Russ Allbery
rra at debian.org
Thu Jan 26 21:12:34 UTC 2012
The following commit has been merged in the master branch:
commit 26194687db3e07bf28be37e08159c3a44d618146
Author: Russ Allbery <rra at debian.org>
Date: Thu Jan 26 03:14:16 2012 -0800
Remove --as-needed; libtool defeats us
Xerces-C has an *.la file that's forcing these dependencies and
--as-needed isn't enough to get rid of that.
diff --git a/debian/changelog b/debian/changelog
index 20911fd..62ec937 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,7 +3,6 @@ xmltooling (1.4.2-2) unstable; urgency=low
* Update to debhelper compatibility level V9.
- Enable hardening build flags. (Closes: #656656)
- Enable multiarch support.
- * Add --as-needed to the linker flags.
* Use the latest directory in debian/watch instead of the versioned
directories.
* Update the upstream homepage.
diff --git a/debian/rules b/debian/rules
index 45dfbc1..77718d6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,9 +3,6 @@
# Enable compiler hardening flags.
export DEB_BUILD_MAINT_OPTIONS = all
-# Suppress unnecessary library dependencies.
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
-
DOCS = debian/libxmltooling-doc/usr/share/doc/libxmltooling-doc
ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
--
Debian packaging for XMLTooling-C
More information about the Pkg-shibboleth-devel
mailing list