1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70
|
Source: xml-security-c
Section: libs
Priority: extra
Maintainer: Debian Shib Team <pkg-shibboleth-devel@lists.alioth.debian.org>
Uploaders:
Russ Allbery <rra@debian.org>,
Ferenc Wágner <wferi@debian.org>,
Etienne Dysli Metref <etienne.dysli-metref@switch.ch>,
Build-Depends:
debhelper (>= 9),
dh-autoreconf,
libssl1.0-dev (>= 1.0.1),
libxerces-c-dev,
pkg-config,
Standards-Version: 3.9.8
Homepage: http://santuario.apache.org/cindex.html
Vcs-Git: https://anonscm.debian.org/git/pkg-shibboleth/xml-security-c.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-shibboleth/xml-security-c.git
Package: libxml-security-c17v5
Architecture: any
Multi-Arch: same
Pre-Depends:
${misc:Pre-Depends},
Depends:
${misc:Depends},
${shlibs:Depends},
Conflicts:
libxml-security-c17,
Replaces:
libxml-security-c17,
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
Specifications (XKMS) messages.
.
This package contains the files necessary for running applications that
use the Apache XML Security for C++ library.
Package: libxml-security-c-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends:
libssl1.0-dev,
libxerces-c-dev,
libxml-security-c17v5 (= ${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
Specifications (XKMS) messages.
.
This package contains the Apache XML Security for C++ development files.
Package: xml-security-c-utils
Section: utils
Architecture: any
Multi-Arch: foreign
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
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.
|