summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorAaron M. Ucko <ucko@debian.org>2006-06-14 18:19:50 +0000
committerAaron M. Ucko <ucko@debian.org>2006-06-14 18:19:50 +0000
commit5a9ea1f974fc9649af7d5060acf0d956227818dd (patch)
tree20178fd44a7677415fec5f2291df5eb37438fa3c /debian/control
parentbb5bf4eb3d42e205fe1a8f5f375f73509eb60dbf (diff)
Tweak packaging to comply with the new Python policy (version 0.4);
continue using python-support, as python-central is overkill here. (Closes: #373530.)
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control6
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 0cb5654..72631b7 100644
--- a/debian/control
+++ b/debian/control
@@ -3,13 +3,15 @@ Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Aaron M. Ucko <ucko@debian.org>
-Build-Depends: cdbs, debhelper (>= 4.1.0), python-dev (>= 2.3)
+Build-Depends: cdbs, debhelper (>= 5.0.37.1), python-dev (>= 2.3), python (>= 2.3.5-7), python-support (>= 0.2.3)
Standards-Version: 3.7.2
+XS-Python-Version: all
Package: python-dsv
Architecture: all
-Depends: python-support
+Depends: ${python:Depends}
Suggests: python-wxgtk2.6 | python-wxgtk2.4
+XB-Python-Version: ${python:Versions}
Description: Python module for delimiter-separated-value files
Python-DSV is an alternative to Python's standard csv module, with
somewhat different usage and optional support for wxWidgets-mediated