summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control30
1 files changed, 30 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..45cc2ca
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,30 @@
+Source: pycryptopp
+Section: python
+Priority: optional
+Maintainer: Tahoe Packaging Team <tahoe-debian@lists.alioth.debian.org>
+Uploaders: Vasudev Kamath <vasudev@copyninja.info>
+Build-Depends: debhelper (>= 9),
+ dh-python,
+ python-all-dev,
+ python-all-dbg,
+ python-pkg-resources,
+ python-setuptools (>= 0.6b3),
+ libcrypto++-dev
+Standards-Version: 4.0.0
+Vcs-Git: https://anonscm.debian.org/git/tahoe/pycryptopp.git
+Vcs-Browser: https://anonscm.debian.org/cgit/tahoe/pycryptopp.git
+Homepage: https://tahoe-lafs.org/trac/pycryptopp
+
+Package: python-pycryptopp
+Architecture: any
+Depends: ${python:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends}
+Breaks: ${python:Breaks}
+Provides: ${python:Provides}
+Recommends: ${python:Recommends}
+Suggests: ${python:Suggests}
+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).