[SCM] Debian packaging for XMLTooling-C branch, master, updated. debian/1.3.3-2-17-g716022d
Russ Allbery
rra at debian.org
Mon Mar 14 03:58:35 UTC 2011
The following commit has been merged in the master branch:
commit 9ff49cfd99bc7b63c22f8110e9c542f4a2210404
Author: Russ Allbery <rra at debian.org>
Date: Sun Mar 13 17:56:53 2011 -0700
Force build dependency on xml-security-c 1.6 or later
* Force build dependency on xml-security-c 1.6 or later for consistent
build results.
diff --git a/debian/changelog b/debian/changelog
index 30af134..59755c0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,8 @@ xmltooling (1.4.1-1) UNRELEASED; urgency=low
- Switch to background thread for reloading files
- Option to re-enable TLS renegotiation when running on 0.9.8m+
- Improve handling of simple content when comments are present
+ * Force build dependency on xml-security-c 1.6 or later for consistent
+ build results.
-- Russ Allbery <rra at debian.org> Sun, 13 Mar 2011 17:55:12 -0700
diff --git a/debian/control b/debian/control
index 19a8b71..4b3e1e9 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ 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 (>= 7), autotools-dev, doxygen,
libcurl4-openssl-dev, liblog4cpp5-dev, libxerces-c-dev,
- libxml-security-c-dev (>= 1.5)
+ libxml-security-c-dev (>= 1.6)
Standards-Version: 3.8.4
Homepage: https://spaces.internet2.edu/display/OpenSAML/XMLTooling-C
Vcs-Git: git://git.debian.org/git/pkg-shibboleth/xmltooling.git
@@ -28,7 +28,7 @@ Section: libdevel
Architecture: any
Depends: ${misc:Depends}, libxmltooling4 (= ${binary:Version}),
libcurl4-openssl-dev, liblog4cpp5-dev, libxerces-c-dev,
- libxml-security-c-dev (>= 1.5)
+ libxml-security-c-dev (>= 1.6)
Suggests: libxmltooling-doc (= ${source:Version})
Description: C++ XML parsing library with encryption support (development)
The XMLTooling library contains generic XML parsing and processing
--
Debian packaging for XMLTooling-C
More information about the Pkg-shibboleth-devel
mailing list