summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2014-04-21 16:18:14 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2019-03-30 09:52:04 +0100
commitbd20ff744baf56b56d2274eb3960bd3ab2fbcde5 (patch)
treed88c942dfeeb845e2f19189c0a0b6fc28cafdfba /debian/control
parent71888aa50c28da59ebbde925c8f82e546180f057 (diff)
downloadm2crypto_ext-bd20ff744baf56b56d2274eb3960bd3ab2fbcde5.tar.gz
m2crypto_ext-bd20ff744baf56b56d2274eb3960bd3ab2fbcde5.tar.bz2
m2crypto_ext-bd20ff744baf56b56d2274eb3960bd3ab2fbcde5.zip
debianizationdebian
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.