[SCM] Debian packaging for XMLTooling-C branch, debian, updated. upstream/1.1-58-g4b98861
Russ Allbery
rra at debian.org
Wed Aug 5 22:52:32 UTC 2009
The following commit has been merged in the debian branch:
commit 4b98861859aaf924d0d7901d656b512cb0600f4a
Author: Russ Allbery <rra at debian.org>
Date: Wed Aug 5 15:51:42 2009 -0700
Fix a stray dependency on Xerces-C 2.x
diff --git a/debian/control b/debian/control
index b7c16a5..681ad3d 100644
--- a/debian/control
+++ b/debian/control
@@ -28,7 +28,7 @@ Package: libxmltooling-dev
Section: libdevel
Architecture: any
Depends: libxmltooling3 (= ${binary:Version}), libcurl4-openssl-dev,
- liblog4cpp5-dev, libxerces-c2-dev, libxml-security-c-dev (>= 1.4)
+ liblog4cpp5-dev, libxerces-c-dev, libxml-security-c-dev (>= 1.4)
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