[SCM] Debian packaging for XML-Security-C branch, master, updated. debian/1.5.1-3-17-g9102852
Russ Allbery
rra at debian.org
Mon Mar 7 04:36:17 UTC 2011
The following commit has been merged in the master branch:
commit ad8317608f7cc79ed5019383a1b8dad7bde97048
Author: Russ Allbery <rra at debian.org>
Date: Sun Mar 6 20:02:10 2011 -0800
Package renaming for the SONAME change in the shared library
Also, update package long description for the new official upstream
package name.
diff --git a/debian/changelog b/debian/changelog
index 293158e..9f22033 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ xml-security-c (1.6.0-1) UNRELEASED; urgency=low
- Move files to clean into a separate clean control file.
* Use autoreconf instead of running the tools separately.
* Update package home page for new upstream location.
+ * Update package long description for the new official upstream name.
* Update debian/copyright to the current DEP-5 specification.
* debian/watch fixes for upstream distribution and versioning.
- Mangle a tilde into upstream rc version numbers.
diff --git a/debian/control b/debian/control
index 1d360fb..553e5f6 100644
--- a/debian/control
+++ b/debian/control
@@ -10,25 +10,25 @@ Homepage: http://santuario.apache.org/cindex.html
Vcs-Git: git://git.debian.org/git/pkg-shibboleth/xml-security-c.git
Vcs-Browser: http://git.debian.org/?p=pkg-shibboleth/xml-security-c.git
-Package: libxml-security-c15
+Package: libxml-security-c16
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: C++ library for XML Digital Signatures (runtime)
- XML-Security-C is a library for the XML Digital Security specification.
- It provides processing and handling of XML Key Management Specifications
- (XKMS) messages.
+ Apache XML Security for C++ is a library for the XML Digital Security
+ specification. It provides processing and handling of XML Key Management
+ Specifications (XKMS) messages.
.
This package contains the files necessary for running applications that
- use the XML-Security-C library.
+ use the Apache XML Security for C++ library.
Package: libxml-security-c-dev
Section: libdevel
Architecture: any
-Depends: ${misc:Depends}, libxml-security-c15 (= ${binary:Version}),
+Depends: ${misc:Depends}, libxml-security-c16 (= ${binary:Version}),
libxerces-c-dev, libssl-dev
Description: C++ library for XML Digital Signatures (development)
- XML-Security-C is a library for the XML Digital Security specification.
- It provides processing and handling of XML Key Management Specifications
- (XKMS) messages.
+ Apache XML Security for C++ is a library for the XML Digital Security
+ specification. It provides processing and handling of XML Key Management
+ Specifications (XKMS) messages.
.
- This package contains the XML-Security-C development files.
+ This package contains the Apache XML Security for C++ development files.
diff --git a/debian/libxml-security-c15.install b/debian/libxml-security-c15.install
deleted file mode 100644
index f95589b..0000000
--- a/debian/libxml-security-c15.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/libxml-security-c.so.15*
diff --git a/debian/libxml-security-c16.install b/debian/libxml-security-c16.install
new file mode 100644
index 0000000..ec4fb8f
--- /dev/null
+++ b/debian/libxml-security-c16.install
@@ -0,0 +1 @@
+usr/lib/libxml-security-c.so.*
--
Debian packaging for XML-Security-C
More information about the Pkg-shibboleth-devel
mailing list