~ubuntu-branches/ubuntu/wily/qca2/wily-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Debian Qt/KDE Maintainers
  • Date: 2008-02-10 05:40:45 UTC
  • Revision ID: james.westby@ubuntu.com-20080210054045-l7lkykbf6x6le5br
Tags: 2.0.0-4
+++ Changes by Matthew Rosewarne:

* Switch rules to CDBS.
* Create API documentation package.
* Install qmake data files in libqca2-dev.
* Bump compat to 6.
* Bump Standards-Version to 3.7.3.
* Tweak package descriptions.
* Add Homepage: to control.
* Suggest qca2 plugins.
* Add watch file.

+++ Changes by Ana Beatriz Guerrero Lopez:

* Update FSF address in the copyright file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
Priority: optional
3
3
Section: libs
4
4
Maintainer: Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org>
5
 
Uploaders: Jan Niehusmann <jan@debian.org>
6
 
Build-Depends: debhelper (>= 4.0.0), libqt4-dev (>= 4.1.0-3), docbook-to-man
 
5
Uploaders: Jan Niehusmann <jan@debian.org>, Matthew Rosewarne <mrosewarne@inoutbox.com>
 
6
Build-Depends: cdbs (>= 0.4.51), debhelper (>= 6), quilt, libqt4-dev, ca-certificates
7
7
Build-Conflicts: qca-dev, libqca2-dev
8
 
Standards-Version: 3.7.2
 
8
Standards-Version: 3.7.3
 
9
Homepage: http://delta.affinix.com/qca/
 
10
 
 
11
Package: libqca2
 
12
Section: libs
 
13
Architecture: any
 
14
Depends: ${shlibs:Depends}, ${misc:Depends}
 
15
Suggests: libqca2-plugin-cyrus-sasl, libqca2-plugin-gnupg, libqca2-plugin-ossl, libqca2-plugin-pkcs11
 
16
Conflicts: libqca2-plugin-gnupg (<< 0.1~20070904-1), libqca2-plugin-ossl (<< 0.1~20070904-1)
 
17
Description: libraries for the Qt Cryptographic Architecture
 
18
 The Qt Cryptographic Architecture provides a straightforward and cross-
 
19
 platform API for a range of cryptographic features, including SSL/TLS,
 
20
 X.509 certificates, SASL, OpenPGP, S/MIME CMS, and smart cards.
9
21
 
10
22
Package: libqca2-dev
11
23
Section: libdevel
12
24
Architecture: any
13
25
Depends: libqca2 (= ${binary:Version}), libqt4-dev
 
26
Suggests: libqca2-doc (= ${source:Version})
14
27
Conflicts: qca-dev
15
 
Description: Qt Cryptographic Architecture - development files
16
 
 Taking a hint from the similarly-named Java Cryptography Architecture,
17
 
 QCA aims to provide a straightforward and cross-platform crypto API,
18
 
 using Qt datatypes and conventions. QCA separates the API from the
19
 
 implementation, using plugins known as Providers. The advantage of
20
 
 this model is to allow applications to avoid linking to or explicitly
21
 
 depending on any particular cryptographic library. This allows one to
22
 
 easily change or upgrade crypto implementations without even needing
23
 
 to recompile the application!
 
28
Description: development files for the Qt Cryptographic Architecture
 
29
 The Qt Cryptographic Architecture provides a straightforward and cross-
 
30
 platform API for a range of cryptographic features, including SSL/TLS,
 
31
 X.509 certificates, SASL, OpenPGP, S/MIME CMS, and smart cards.
24
32
 .
25
 
 This package contains the files necessary to compile applications
26
 
 using qca.
 
33
 This package contains development files for building software that uses the
 
34
 Qt Cryptographic Architecture.
27
35
 
28
 
Package: libqca2
29
 
Section: libs
30
 
Architecture: any
 
36
Package: libqca2-doc
 
37
Section: doc
 
38
Architecture: all
31
39
Depends: ${shlibs:Depends}, ${misc:Depends}
32
 
Conflicts: libqca2-plugin-gnupg (<< 0.1~20070904-1), libqca2-plugin-ossl (<< 0.1~20070904-1)
33
 
Description: Qt Cryptographic Architecture - shared library
34
 
 Taking a hint from the similarly-named Java Cryptography Architecture,
35
 
 QCA aims to provide a straightforward and cross-platform crypto API,
36
 
 using Qt datatypes and conventions. QCA separates the API from the
37
 
 implementation, using plugins known as Providers. The advantage of
38
 
 this model is to allow applications to avoid linking to or explicitly
39
 
 depending on any particular cryptographic library. This allows one to
40
 
 easily change or upgrade crypto implementations without even needing
41
 
 to recompile the application!
 
40
Recommends: qt4-doc
 
41
Suggests: libqca2-dev (= ${source:Version})
 
42
Description: API documentation for the Qt Cryptographic Architecture
 
43
 The Qt Cryptographic Architecture provides a straightforward and cross-
 
44
 platform API for a range of cryptographic features, including SSL/TLS,
 
45
 X.509 certificates, SASL, OpenPGP, S/MIME CMS, and smart cards.
42
46
 .
43
 
 This package contains the files necessary to run applications
44
 
 using qca.
 
47
 This package contains documentation for developers working with the
 
48
 Qt Cryptographic Architecture.