summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control48
1 files changed, 48 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 00000000..0934836d
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,48 @@
+Source: subvertpy
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
+Uploaders: Jelmer Vernooij <jelmer@debian.org>
+Homepage: https://www.jelmer.uk/subvertpy
+Build-Depends: dh-python,
+ libsvn-dev,
+ python (>= 2.6.6-3),
+ python-all-dbg (>= 2.6.6-3),
+ python-all-dev (>= 2.6.6-3),
+ python3-all-dev,
+ python3-all-dbg,
+ python-docutils,
+ python-pydoctor (>= 0.5+git20151204),
+ debhelper-compat (= 12)
+Standards-Version: 4.0.0
+Vcs-Git: https://salsa.debian.org/python-team/modules/subvertpy.git
+Vcs-Browser: https://salsa.debian.org/python-team/modules/subvertpy
+
+Package: python-subvertpy
+Architecture: any
+Conflicts: bzr-svn (<< 0.5.0~rc2~)
+Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
+Provides: ${python:Provides}
+Description: Alternative Python bindings for Subversion - Python 2
+ Python bindings for the Subversion version control system. The aim of
+ these bindings is to be fast, complete and to provide an API that feels native
+ to Python programmers.
+ .
+ This also includes an experimental server-side implementation of the
+ Subversion protocol.
+ .
+ This package contains the Python 2 version.
+
+Package: python3-subvertpy
+Architecture: any
+Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
+Provides: ${python3:Provides}
+Description: Alternative Python bindings for Subversion - Python 3
+ Python bindings for the Subversion version control system. The aim of
+ these bindings is to be fast, complete and to provide an API that feels native
+ to Python programmers.
+ .
+ This also includes an experimental server-side implementation of the
+ Subversion protocol.
+ .
+ This package contains the Python 3 version.