summaryrefslogtreecommitdiff
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
parent0289cbe62b10cf92f234e69207a0a2435f61c06c (diff)
downloadpython-tracing-c13b93f084bc246a3a4fd7ddf5c9c3332b6814b0.tar.gz
Require Python 2.7
-rw-r--r--NEWS5
-rw-r--r--debian/changelog7
-rw-r--r--debian/compat2
-rw-r--r--debian/control8
4 files changed, 17 insertions, 5 deletions
diff --git a/NEWS b/NEWS
index c32a3ee..f99bd25 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,11 @@
NEWS for python-tracing
=======================
+Version 0.9+git, not yet released
+--------------------------------
+
+* Require Python 2.7.
+
Version 0.9, released 2015-10-25
--------------------------------
diff --git a/debian/changelog b/debian/changelog
index 99cc59d..da067fd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-tracing (0.9+git-1) UNRELEASED; urgency=medium
+
+ * New upstream version.
+ * debian/control: Require Python 2.7.
+
+ -- Lars Wirzenius <liw@liw.fi> Sun, 09 Oct 2016 15:10:38 +0300
+
python-tracing (0.9-1) unstable; urgency=low
* New upstream version.
diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
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.