[SCM] Debian packaging for XMLTooling-C branch, debian, updated. debian/1.0-1-18-ged6e285
Russ Allbery
rra at debian.org
Sun May 25 03:49:33 UTC 2008
The following commit has been merged in the debian branch:
commit 2468c2374b078928c6a6bcf136c5f0c54ae17171
Author: Russ Allbery <rra at debian.org>
Date: Sat May 24 20:46:56 2008 -0700
Don't use Source-Version
Don't use the deprecated Source-Version substvar and instead use either
binary:Version or source:Version. Also fix the suggests of the
documentation package.
diff --git a/debian/control b/debian/control
index 5fcc9e0..ccf07d7 100644
--- a/debian/control
+++ b/debian/control
@@ -38,8 +38,8 @@ Description: XML schemas for XMLTooling
Package: libxmltooling-dev
Section: libdevel
Architecture: any
-Depends: libxmltooling1 (= ${Source-Version})
-Suggests: libxmltooling1-doc (= ${Source-Version})
+Depends: libxmltooling1 (= ${binary:Version})
+Suggests: libxmltooling-doc (= ${source:Version})
Description: C++ XML parsing library with encryption support (development)
The XMLTooling library contains generic XML parsing and processing
classes based on the Xerces-C DOM. It adds more powerful facilities
--
Debian packaging for XMLTooling-C
More information about the Pkg-shibboleth-devel
mailing list