[Python-modules-commits] [python-iso8601] 03/03: * d/control: Bump Standards-Version with no other changes necessary. * d/watch: Use the pypi.debian.net redirector. * d/compat: Bump to version 9.

Barry Warsaw barry at moszumanska.debian.org
Mon Jun 8 21:54:48 UTC 2015


This is an automated email from the git hooks/post-receive script.

barry pushed a commit to branch master
in repository python-iso8601.

commit ea057084bc13d626fd7a7ad5c91084c6b9bfb9a0
Author: Barry Warsaw <barry at python.org>
Date:   Mon Jun 8 17:54:42 2015 -0400

    * d/control: Bump Standards-Version with no other changes necessary.
    * d/watch: Use the pypi.debian.net redirector.
    * d/compat: Bump to version 9.
---
 debian/changelog | 8 ++++++++
 debian/compat    | 2 +-
 debian/control   | 2 +-
 debian/watch     | 3 ++-
 4 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 22d999d..656f3cf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+python-iso8601 (0.1.10-2) UNRELEASED; urgency=medium
+
+  * d/control: Bump Standards-Version with no other changes necessary.
+  * d/watch: Use the pypi.debian.net redirector.
+  * d/compat: Bump to version 9.
+
+ -- Barry Warsaw <barry at debian.org>  Mon, 08 Jun 2015 17:46:45 -0400
+
 python-iso8601 (0.1.10-1) unstable; urgency=medium
 
   * Adopt package into DPMT, with permission of original maintainer.
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 0aa2f3a..39a97ad 100644
--- a/debian/control
+++ b/debian/control
@@ -11,7 +11,7 @@ Build-Depends: debhelper (>= 9),
                python3-all,
                python3-pytest,
                python3-setuptools
-Standards-Version: 3.9.5
+Standards-Version: 3.9.6
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.2
 XS-Testsuite: autopkgtest
diff --git a/debian/watch b/debian/watch
index 7b105f8..681bdc2 100644
--- a/debian/watch
+++ b/debian/watch
@@ -1,2 +1,3 @@
 version=3
-https://pypi.python.org/packages/source/i/iso8601/iso8601-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/iso8601/iso8601-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-iso8601.git



More information about the Python-modules-commits mailing list