[SCM] Debian packaging for XMLTooling-C branch, master, updated. debian/1.4.2-4-5-gbb505de
Russ Allbery
rra at debian.org
Wed Feb 1 00:43:22 UTC 2012
The following commit has been merged in the master branch:
commit 8bffdaeec33cb1039967f1c662b9ab3fe2355c02
Author: Russ Allbery <rra at debian.org>
Date: Tue Jan 31 15:57:39 2012 -0800
Update Autotools build files during the build, fixing pthread issue
* Update Autotools build files via dh_autoreconf, fixing a problem with
libtool not linking properly with -lpthread.
diff --git a/debian/changelog b/debian/changelog
index 23b7f1b..f56ea50 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ xmltooling (1.4.2-5) UNRELEASED; urgency=low
* Revert changes to add symbols file. Due to churn in weak symbols for
inlined functions, it doesn't appear maintainanable with existing
tools, and for this library the shlibs behavior seems sufficient.
+ * Update Autotools build files via dh_autoreconf.
-- Russ Allbery <rra at debian.org> Tue, 31 Jan 2012 12:34:36 -0800
diff --git a/debian/control b/debian/control
index eec14c2..1dd9dde 100644
--- a/debian/control
+++ b/debian/control
@@ -3,8 +3,8 @@ Section: libs
Priority: extra
Maintainer: Debian Shib Team <pkg-shibboleth-devel at lists.alioth.debian.org>
Uploaders: Russ Allbery <rra at debian.org>, Ferenc Wagner <wferi at niif.hu>
-Build-Depends: debhelper (>= 9), autotools-dev (>= 20100122.1~), doxygen,
- graphviz, libcurl4-openssl-dev, liblog4cpp5-dev, libssl-dev (>= 1.0),
+Build-Depends: debhelper (>= 9), dh-autoreconf, doxygen, graphviz,
+ libcurl4-openssl-dev, liblog4cpp5-dev, libssl-dev (>= 1.0),
libxerces-c-dev, libxml-security-c-dev (>= 1.6), pkg-config
Standards-Version: 3.9.2
Homepage: https://wiki.shibboleth.net/confluence/display/OpenSAML/XMLTooling-C
diff --git a/debian/rules b/debian/rules
index 6e6d801..92327a2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -25,4 +25,4 @@ override_dh_installdocs:
fi
%:
- dh $@ --with autotools_dev
+ dh $@ --with autoreconf
--
Debian packaging for XMLTooling-C
More information about the Pkg-shibboleth-devel
mailing list