summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control17
1 files changed, 17 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..8998f33
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,17 @@
+Source: python-debianbts
+Section: python
+Priority: optional
+Maintainer: Bastian Venthur <venthur@debian.org>
+Build-Depends: debhelper-compat (= 12), dh-python, python3 (>= 3.4), python3-pysimplesoap, python3-setuptools
+Standards-Version: 4.1.1.0
+Vcs-Git: https://github.com/venthur/python-debianbts.git
+Vcs-Browser: https://github.com/venthur/python-debianbts
+
+Package: python3-debianbts
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}, python3-pysimplesoap
+Provides: ${python3:Provides}
+Description: Python interface to Debian's Bug Tracking System
+ This package provides the debianbts module, which allows one to query Debian's
+ BTS via it's SOAP-interface and returns the answer in Python's native data
+ types.