[Python-modules-commits] r32368 - in packages/python-isoweek/trunk/debian (5 files)
hugo6390-guest at users.alioth.debian.org
hugo6390-guest at users.alioth.debian.org
Wed Apr 15 17:52:28 UTC 2015
Date: Wednesday, April 15, 2015 @ 17:52:26
Author: hugo6390-guest
Revision: 32368
Upload to unstable.
Modified:
packages/python-isoweek/trunk/debian/changelog
packages/python-isoweek/trunk/debian/compat
packages/python-isoweek/trunk/debian/control
packages/python-isoweek/trunk/debian/copyright
packages/python-isoweek/trunk/debian/watch
Modified: packages/python-isoweek/trunk/debian/changelog
===================================================================
--- packages/python-isoweek/trunk/debian/changelog 2015-04-15 15:54:10 UTC (rev 32367)
+++ packages/python-isoweek/trunk/debian/changelog 2015-04-15 17:52:26 UTC (rev 32368)
@@ -1,3 +1,17 @@
+python-isoweek (1.3.0-2) unstable; urgency=low
+
+ * debian/compat:
+ - Bump compat level to 9.
+ * debian/control:
+ - Bump debhelper's minimal version to 9.
+ * debian/copyright:
+ - Update copyright years.
+ * debian/watch:
+ - Use pypi.debian.net instead of pypi.python.org, following
+ DebianWiki's recommendation.
+
+ -- Hugo Lefeuvre <hugo6390 at orange.fr> Wed, 15 Apr 2015 18:22:04 +0200
+
python-isoweek (1.3.0-1) unstable; urgency=low
* Initial release (Closes: 771591).
Modified: packages/python-isoweek/trunk/debian/compat
===================================================================
--- packages/python-isoweek/trunk/debian/compat 2015-04-15 15:54:10 UTC (rev 32367)
+++ packages/python-isoweek/trunk/debian/compat 2015-04-15 17:52:26 UTC (rev 32368)
@@ -1 +1 @@
-8
+9
Modified: packages/python-isoweek/trunk/debian/control
===================================================================
--- packages/python-isoweek/trunk/debian/control 2015-04-15 15:54:10 UTC (rev 32367)
+++ packages/python-isoweek/trunk/debian/control 2015-04-15 17:52:26 UTC (rev 32368)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Hugo Lefeuvre <hugo6390 at orange.fr>
-Build-Depends: debhelper (>= 8.0.0),
+Build-Depends: debhelper (>= 9),
dh-python,
python-all (>= 2.6.6),
python-setuptools,
Modified: packages/python-isoweek/trunk/debian/copyright
===================================================================
--- packages/python-isoweek/trunk/debian/copyright 2015-04-15 15:54:10 UTC (rev 32367)
+++ packages/python-isoweek/trunk/debian/copyright 2015-04-15 17:52:26 UTC (rev 32368)
@@ -7,7 +7,7 @@
License: BSD-2-clause
Files: debian/*
-Copyright: 2014 Hugo Lefeuvre <hugo6390 at orange.fr>
+Copyright: 2014-2015 Hugo Lefeuvre <hugo6390 at orange.fr>
License: BSD-2-clause
License: BSD-2-clause
Modified: packages/python-isoweek/trunk/debian/watch
===================================================================
--- packages/python-isoweek/trunk/debian/watch 2015-04-15 15:54:10 UTC (rev 32367)
+++ packages/python-isoweek/trunk/debian/watch 2015-04-15 17:52:26 UTC (rev 32368)
@@ -1,2 +1,3 @@
version=3
-https://pypi.python.org/packages/source/i/isoweek/isoweek-(.+)\.tar\.gz
+opts=uversionmangle=s/(rc|a|b|c)/~$1/ \
+http://pypi.debian.net/isoweek/isoweek-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
More information about the Python-modules-commits
mailing list