]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blob - src/Crypto/debian/control
move all packages into src/, fix allmydata.Crypto build. Now you must perform a ...
[tahoe-lafs/tahoe-lafs.git] / src / Crypto / debian / control
1 Source: python-amdcrypto
2 Section: python
3 Priority: optional
4 Maintainer: Andreas Rottmann <rotty@debian.org>
5 Build-Depends: cdbs, debhelper (>= 4.2), python, python2.3-dev, python2.4-dev, ed, tetex-bin, tetex-extra, libgmp3-dev (>= 4.1.4-10)
6 Standards-Version: 3.6.2
7
8 Package: python-amdcrypto
9 Architecture: any
10 Depends: ${python:Depends}
11 Conflicts: python-crypto
12 Provides: python-crypto
13 Description: cryptographic algorithms and protocols for Python
14  A collection of cryptographic algorithms and protocols, implemented
15  for use from Python. Among the contents of the package:
16  .
17   * Hash functions: MD2, MD4.
18   * Block encryption algorithms: AES, ARC2, Blowfish, CAST, DES, Triple-DES.
19   * Stream encryption algorithms: ARC4, simple XOR.
20   * Public-key algorithms: RSA, DSA, ElGamal, qNEW.
21   * Protocols: All-or-nothing transforms, chaffing/winnowing.
22   * Miscellaneous: RFC1751 module for converting 128-key keys 
23     into a set of English words, primality testing.
24  .
25  This is an empty dummy package that always depends on a package built
26  for Debian's default Python version.
27
28 Package: python2.3-amdcrypto
29 Architecture: any
30 Depends: ${shlibs:Depends}, python2.3
31 Conflicts: python2.3-crypto
32 Provides: python2.3-crypto
33 Description: cryptographic algorithms and protocols for Python
34  A collection of cryptographic algorithms and protocols, implemented
35  for use from Python. Among the contents of the package:
36  .
37   * Hash functions: MD2, MD4, SHA256.
38   * Block encryption algorithms: AES, ARC2, Blowfish, CAST, DES, Triple-DES.
39   * Stream encryption algorithms: ARC4, simple XOR.
40   * Public-key algorithms: RSA, DSA, ElGamal, qNEW.
41   * Protocols: All-or-nothing transforms, chaffing/winnowing.
42   * Miscellaneous: RFC1751 module for converting 128-key keys 
43     into a set of English words, primality testing.
44
45 Package: python2.4-amdcrypto
46 Architecture: any
47 Depends: ${shlibs:Depends}, python2.4
48 Conflicts: python2.4-crypto
49 Provides: python2.4-crypto
50 Description: cryptographic algorithms and protocols for Python
51  A collection of cryptographic algorithms and protocols, implemented
52  for use from Python. Among the contents of the package:
53  .
54   * Hash functions: MD2, MD4.
55   * Block encryption algorithms: AES, ARC2, Blowfish, CAST, DES, Triple-DES.
56   * Stream encryption algorithms: ARC4, simple XOR.
57   * Public-key algorithms: RSA, DSA, ElGamal, qNEW.
58   * Protocols: All-or-nothing transforms, chaffing/winnowing.
59   * Miscellaneous: RFC1751 module for converting 128-key keys 
60     into a set of English words, primality testing.