[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 54a3b4847356d7b630f186ea79aa153624af45fa
Author: Russ Allbery <rra at debian.org>
Date:   Wed Aug 5 15:51:21 2009 -0700

    Rename library package for upstream SONAME bump

diff --git a/debian/changelog b/debian/changelog
index d398938..f165550 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ xmltooling (1.2-1) UNRELEASED; urgency=low
       API, allowing separate revocation lists for intermediate certs.
     - Provide the hostname in artifact resolution errors.
     - Sanity-check provided credentials for consistency.
+  * Rename library package for upstream SONAME bump.
   * Build against Xerces-C 3.0.
   * Update standards version to 3.8.2 (no changes required).
 
diff --git a/debian/control b/debian/control
index 9298b02..b7c16a5 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Homepage: https://spaces.internet2.edu/display/OpenSAML/XMLTooling-C
 Vcs-Git: git://git.debian.org/git/pkg-shibboleth/xmltooling.git
 Vcs-Browser: http://git.debian.org/?p=pkg-shibboleth/xmltooling.git
 
-Package: libxmltooling2
+Package: libxmltooling3
 Section: libs
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
@@ -27,7 +27,7 @@ Description: C++ XML parsing library with encryption support (runtime)
 Package: libxmltooling-dev
 Section: libdevel
 Architecture: any
-Depends: libxmltooling2 (= ${binary:Version}), libcurl4-openssl-dev,
+Depends: libxmltooling3 (= ${binary:Version}), libcurl4-openssl-dev,
  liblog4cpp5-dev, libxerces-c2-dev, libxml-security-c-dev (>= 1.4)
 Suggests: libxmltooling-doc (= ${source:Version})
 Description: C++ XML parsing library with encryption support (development)
diff --git a/debian/libxmltooling2.install b/debian/libxmltooling3.install
similarity index 100%
rename from debian/libxmltooling2.install
rename to debian/libxmltooling3.install

-- 
Debian packaging for XMLTooling-C



More information about the Pkg-shibboleth-devel mailing list