summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorbertagaz <bertagaz@ptitcanardnoir.org>2011-06-14 15:28:46 +0200
committerbertagaz <bertagaz@ptitcanardnoir.org>2011-06-14 15:28:46 +0200
commitc9ecdd0c5d99b8a55d5289a32669f310faa6477f (patch)
treeef7519972d56868d14c5b610b0a1a14cdb38046c /debian/control
parent30e9097985656920f01a72efc1088caa2b8d41b3 (diff)
Import Debian patch.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control35
1 files changed, 35 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..d2fde48
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,35 @@
+Source: pycryptopp
+Section: python
+Priority: optional
+Maintainer: Zooko O'Whielacronx <zooko@zooko.com>
+Uploaders: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
+Build-Depends: debhelper (>= 5), python-all-dev (>= 2.6.6-3), python-all-dbg, python-setuptools (>= 0.6b3), libcrypto++-dev
+Standards-Version: 3.9.1
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/pycryptopp/trunk
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/pycryptopp/trunk/
+Homepage: http://allmydata.org/trac/pycryptopp
+X-Python-Version: >= 2.4
+
+Package: python-pycryptopp
+Architecture: any
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
+Breaks: ${python:Breaks}
+Provides: ${python:Provides}
+Description: Python wrappers for the Crypto++ library
+ PyCryptopp is a set of Python wrappers for a few of the best crypto algorithms
+ from the Crypto++ library (including SHA-256, AES, RSA signatures and Elliptic
+ Curve DSA signatures).
+
+Package: python-pycryptopp-dbg
+Architecture: any
+Section: debug
+Priority: extra
+Depends: python-pycryptopp (= ${binary:Version}), python-dbg, ${shlibs:Depends}, ${misc:Depends}
+Breaks: ${python:Breaks}
+Provides: ${python:Provides}
+Description: Python wrappers for the Crypto++ library (debug extension)
+ PyCryptopp is a set of Python wrappers for a few of the best crypto algorithms
+ from the Crypto++ library (including SHA-256, AES, RSA signatures and Elliptic
+ Curve DSA signatures).
+ .
+ This package contains the extension built for the Python debug interpreter.