summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2014-03-29 12:44:02 +0000
committerLars Wirzenius <liw@liw.fi>2014-03-29 12:44:02 +0000
commitce813294cc22930a44570580ba5844f83b1fcbab (patch)
tree6ad563d37a217ec77ef81387460f161c21676a02 /debian/control
parent18251ea8dba6a38fcdfa8560aca7f5bbe4a86cda (diff)
downloadpython-tracing-ce813294cc22930a44570580ba5844f83b1fcbab.tar.gz
Tweak debian/control
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index c1c6668..15ff5b6 100644
--- a/debian/control
+++ b/debian/control
@@ -1,8 +1,9 @@
Source: python-tracing
Maintainer: Lars Wirzenius <liw@liw.fi>
+Homepage: http://liw.fi/tracing/
Section: python
Priority: optional
-Standards-Version: 3.9.2
+Standards-Version: 3.9.5
Build-Depends: debhelper (>= 7.3.8), python-all (>= 2.6.6-3~), python-sphinx
X-Python-Version: >= 2.6
@@ -23,4 +24,3 @@ Description: Python debug tracing helper
using `logging.Filter` to accomplish the same thing, which matters
when code is run in production mode. The actual logging still happens
using the `logging` library.
-Homepage: http://liw.fi/tracing/