upload source
[external/xmlsec1.git] / debian / control
1 Source: xmlsec1
2 Section: text
3 Priority: optional
4 Maintainer: John V. Belmonte <jbelmonte@debian.org>
5 Build-Depends: debhelper (>> 7.0.0), autotools-dev, pkg-config, libxml2-dev (>= 2.6.12), libxslt1-dev (>= 1.0.20), libssl-dev (>= 0.9.8)
6 Standards-Version: 3.8.3
7 Homepage: http://www.aleksey.com/xmlsec/
8
9 Package: libxmlsec1-dev
10 Section: libdevel
11 Architecture: any
12 Depends: libxmlsec1 (= ${binary:Version}), libxmlsec1-openssl (= ${binary:Version}), libc6-dev, libxml2-dev (>= 2.6.12), libxslt1-dev (>= 1.0.20), libssl-dev (>= 0.9.8)
13 Description: Development files for the XML security library
14  The XML Security Library is a C library that implements these XML standards:
15  .
16     * XML Signature
17     * XML Encryption
18  .
19  This package provides development files including documentation, examples,
20  headers, static libraries, and configuration support.
21
22 Package: libxmlsec1
23 Section: libs
24 Architecture: any
25 Depends: ${shlibs:Depends}
26 Description: XML security library
27  The XML Security Library implements standards related to secure handling
28  of XML data.
29  .
30  This package provides dynamic libraries for use by applications.
31  Specifically, it provides all XML security library functionality
32  except for the cryptography engine.
33
34 Package: libxmlsec1-openssl
35 Section: libs
36 Architecture: any
37 Depends: ${shlibs:Depends}
38 Description: Openssl engine for the XML security library
39  The XML Security Library implements standards related to secure handling
40  of XML data.
41  .
42  This package provides dynamic libraries for use by applications.
43  Specifically, it provides the openssl implementation of the XML security
44  library cryptography functions.
45
46 #Package: libxmlsec1-gnutls
47 #Section: libs
48 #Architecture: any
49 #Depends: ${shlibs:Depends}
50 #Description: Gnutls engine for the XML security library
51 # The XML Security Library implements standards related to secure handling
52 # of XML data.
53 # .
54 # This package provides dynamic libraries for use by applications.
55 # Specifically, it provides the gnutls implementation of the XML security
56 # library cryptography functions.
57 #
58 #Package: libxmlsec1-nss
59 #Section: libs
60 #Architecture: any
61 #Depends: ${shlibs:Depends}
62 #Description: Nss engine for the XML security library
63 # The XML Security Library implements standards related to secure handling
64 # of XML data.
65 # .
66 # This package provides dynamic libraries for use by applications.
67 # Specifically, it provides the nss implementation of the XML security
68 # library cryptography functions.
69 #
70 #Package: xmlsec1
71 #Section: text
72 #Architecture: any
73 #Depends: ${shlibs:Depends}
74 #Description: XML security command line processor
75 # Xmlsec is a command line tool for signature and encryption transformations
76 # of XML data.  It is part of the XML Security Library.