summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control18
1 files changed, 18 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..3ed2202
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,18 @@
+Source: m2crypto-ext
+Section: unknown
+Priority: extra
+Maintainer: Alexander Sulfrian <alex@spline.inf.fu-berlin.de>
+Build-Depends: debhelper (>= 9), dh-python,
+ python-all-dev, swig, python-setuptools,
+ libssl-dev (>= 1.1)
+Standards-Version: 3.9.1
+Homepage: http://git.spline.inf.fu-berlin.de/m2crypto-ext/
+Vcs-Git: git://git.spline.inf.fu-berlin.de/m2crypto-ext
+
+Package: python-m2crypto-ext
+Architecture: any
+Depends: ${shlibs:Depends}, ${python:Depends}, python-m2crypto, ${misc:Depends}
+Provides: ${python:Provides}
+Description: Extensions for m2crypto
+ This adds a missing function to m2crypto to get the extension
+ stack out of a x509 certificate request.