summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2016-10-09 15:12:13 +0300
committerLars Wirzenius <liw@liw.fi>2016-10-09 15:12:13 +0300
commitc13b93f084bc246a3a4fd7ddf5c9c3332b6814b0 (patch)
treef90bd7995018b4e9779b8be7fda11412c4471983 /debian/control
parent0289cbe62b10cf92f234e69207a0a2435f61c06c (diff)
downloadpython-tracing-c13b93f084bc246a3a4fd7ddf5c9c3332b6814b0.tar.gz
Require Python 2.7
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index 15ff5b6..13fddbd 100644
--- a/debian/control
+++ b/debian/control
@@ -3,13 +3,13 @@ Maintainer: Lars Wirzenius <liw@liw.fi>
Homepage: http://liw.fi/tracing/
Section: python
Priority: optional
-Standards-Version: 3.9.5
-Build-Depends: debhelper (>= 7.3.8), python-all (>= 2.6.6-3~), python-sphinx
-X-Python-Version: >= 2.6
+Standards-Version: 3.9.8
+Build-Depends: debhelper (>= 9), python-all (>= 2.7~), python-sphinx
+X-Python-Version: >= 2.7
Package: python-tracing
Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.6)
+Depends: ${python:Depends}, ${misc:Depends}, python (>= 2.7)
Suggests: libjs-jquery, libjs-underscore
Description: Python debug tracing helper
Provides the Python library 'tracing' to help with logging debug messages.