summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2011-06-28 11:33:30 +0100
committerLars Wirzenius <liw@liw.fi>2011-06-28 11:33:30 +0100
commit5cfc6c06566e230d67e336269e14b09fb4e0d9fe (patch)
treef5fbb885710342ad97819413f6a00670832e180a /debian/control
parent83401758c5c23034de0036d404c60e427f0b9be1 (diff)
downloadpython-tracing-5cfc6c06566e230d67e336269e14b09fb4e0d9fe.tar.gz
Update packaging to use dh_python2.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control8
1 files changed, 3 insertions, 5 deletions
diff --git a/debian/control b/debian/control
index 7eaf73c..fcae607 100644
--- a/debian/control
+++ b/debian/control
@@ -3,14 +3,12 @@ Maintainer: Lars Wirzenius <liw@liw.fi>
Section: python
Priority: optional
Standards-Version: 3.9.2
-Build-Depends: debhelper (>= 7.3.8), python-support (>= 1.0.3),
- python (>= 2.5), python-sphinx
-XS-Python-Version: >= 2.5
+Build-Depends: debhelper (>= 7.3.8), python-all (>= 2.6.6-3~), python-sphinx
+X-Python-Version: >= 2.6
Package: python-tracing
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.5)
-XB-Python-Version: ${python:Versions}
+Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6)
Description: Python debug tracing helper
Provides the Python library 'tracing' to help with logging debug messages.
This library provides a function for logging debug messages.