[SCM] Debian packaging for XML-Security-C branch, master, updated. debian/1.6.1-5-19-gffc25ee

Russ Allbery rra at debian.org
Thu May 23 07:22:19 UTC 2013


The following commit has been merged in the master branch:
commit 8e33b956bce4d6cf42bde31be56bcd62df84d403
Author: Russ Allbery <rra at debian.org>
Date:   Wed May 22 21:17:25 2013 -0700

    Add a new xml-security-c-utils package
    
    * Add new xml-security-c-utils package that contains the utility
      programs included with the library.  (Closes: #682830)

diff --git a/debian/changelog b/debian/changelog
index 887fd38..67e60a4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ xml-security-c (1.7.0-1) UNRELEASED; urgency=low
   * New upstream release.
     - AES-GCM support.
     - XML Encryption 1.1 OAEP enhancements.
+  * Add new xml-security-c-utils package that contains the utility
+    programs included with the library.  (Closes: #682830)
   * Switch from autotools-dev to dh-autoreconf and regenerate the entire
     build system during the build, not just the config.guess and
     config.sub scripts, and add --as-needed.
diff --git a/debian/control b/debian/control
index 5f7d325..f8179e2 100644
--- a/debian/control
+++ b/debian/control
@@ -34,3 +34,16 @@ Description: C++ library for XML Digital Signatures (development)
  Specifications (XKMS) messages.
  .
  This package contains the Apache XML Security for C++ development files.
+
+Package: xml-security-c-utils
+Section: utils
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: C++ library for XML Digital Signatures (utilities)
+ 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 Apache XML Security for C++ utilities, which
+ support signing and verifying XML files from the command line among
+ other operations.
diff --git a/debian/xml-security-c-utils.install b/debian/xml-security-c-utils.install
new file mode 100644
index 0000000..e772481
--- /dev/null
+++ b/debian/xml-security-c-utils.install
@@ -0,0 +1 @@
+usr/bin

-- 
Debian packaging for XML-Security-C



More information about the Pkg-shibboleth-devel mailing list