[xml-security-c] 17/24: Run wrap-and-sort -ast on the package
Ferenc Wágner
wferi-guest at moszumanska.debian.org
Sun Nov 29 19:42:51 UTC 2015
This is an automated email from the git hooks/post-receive script.
wferi-guest pushed a commit to branch master
in repository xml-security-c.
commit e544a7bef211eb9ab757583e25af77c7c55c9fa4
Author: Ferenc Wágner <wferi at niif.hu>
Date: Wed Nov 25 00:50:58 2015 +0100
Run wrap-and-sort -ast on the package
---
debian/control | 30 ++++++++++++++++++++++--------
1 file changed, 22 insertions(+), 8 deletions(-)
diff --git a/debian/control b/debian/control
index 3d73015..209112e 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,15 @@ Source: xml-security-c
Section: libs
Priority: extra
Maintainer: Debian Shib Team <pkg-shibboleth-devel at lists.alioth.debian.org>
-Uploaders: Russ Allbery <rra at debian.org>, Ferenc Wágner <wferi at niif.hu>
-Build-Depends: debhelper (>= 9), dh-autoreconf, libssl-dev (>= 1.0.1),
- libxerces-c-dev, pkg-config
+Uploaders:
+ Russ Allbery <rra at debian.org>,
+ Ferenc Wágner <wferi at niif.hu>,
+Build-Depends:
+ debhelper (>= 9),
+ dh-autoreconf,
+ libssl-dev (>= 1.0.1),
+ libxerces-c-dev,
+ pkg-config,
Standards-Version: 3.9.6
Homepage: http://santuario.apache.org/cindex.html
Vcs-Git: git://anonscm.debian.org/pkg-shibboleth/xml-security-c.git
@@ -13,8 +19,11 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-shibboleth/xml-security-c.g
Package: libxml-security-c17
Architecture: any
Multi-Arch: same
-Pre-Depends: ${misc:Pre-Depends}
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Pre-Depends:
+ ${misc:Pre-Depends},
+Depends:
+ ${misc:Depends},
+ ${shlibs:Depends},
Description: C++ library for XML Digital Signatures (runtime)
Apache XML Security for C++ is a library for the XML Digital Security
specification. It provides processing and handling of XML Key Management
@@ -27,8 +36,11 @@ Package: libxml-security-c-dev
Section: libdevel
Architecture: any
Multi-Arch: same
-Depends: ${misc:Depends}, libxml-security-c17 (= ${binary:Version}),
- libxerces-c-dev, libssl-dev
+Depends:
+ libssl-dev,
+ libxerces-c-dev,
+ libxml-security-c17 (= ${binary:Version}),
+ ${misc:Depends},
Description: C++ library for XML Digital Signatures (development)
Apache XML Security for C++ is a library for the XML Digital Security
specification. It provides processing and handling of XML Key Management
@@ -40,7 +52,9 @@ Package: xml-security-c-utils
Section: utils
Architecture: any
Multi-Arch: foreign
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends:
+ ${misc:Depends},
+ ${shlibs: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
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-shibboleth/xml-security-c.git
More information about the Pkg-shibboleth-devel
mailing list