[Python-modules-commits] r34473 - in packages/python-changelog/trunk/debian (4 files)

mitya57 at users.alioth.debian.org mitya57 at users.alioth.debian.org
Sat Oct 3 17:44:44 UTC 2015


    Date: Saturday, October 3, 2015 @ 17:44:42
  Author: mitya57
Revision: 34473

* Do not attempt to run tests as they do not exist (closes: #800671).
* Update debian/watch to point to pypi.debian.net redirector.
* Update my e-mail address.

Modified:
  packages/python-changelog/trunk/debian/changelog
  packages/python-changelog/trunk/debian/control
  packages/python-changelog/trunk/debian/rules
  packages/python-changelog/trunk/debian/watch

Modified: packages/python-changelog/trunk/debian/changelog
===================================================================
--- packages/python-changelog/trunk/debian/changelog	2015-10-03 17:41:28 UTC (rev 34472)
+++ packages/python-changelog/trunk/debian/changelog	2015-10-03 17:44:42 UTC (rev 34473)
@@ -1,3 +1,11 @@
+python-changelog (0.3.4-2) UNRELEASED; urgency=medium
+
+  * Do not attempt to run tests as they do not exist (closes: #800671).
+  * Update debian/watch to point to pypi.debian.net redirector.
+  * Update my e-mail address.
+
+ -- Dmitry Shachnev <mitya57 at debian.org>  Sat, 03 Oct 2015 20:42:15 +0300
+
 python-changelog (0.3.4-1) unstable; urgency=low
 
   * Initial release (closes: #735209)

Modified: packages/python-changelog/trunk/debian/control
===================================================================
--- packages/python-changelog/trunk/debian/control	2015-10-03 17:41:28 UTC (rev 34472)
+++ packages/python-changelog/trunk/debian/control	2015-10-03 17:44:42 UTC (rev 34473)
@@ -1,6 +1,6 @@
 Source: python-changelog
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Dmitry Shachnev <mitya57 at gmail.com>, Piotr Ożarowski <piotr at debian.org>
+Uploaders: Dmitry Shachnev <mitya57 at debian.org>, Piotr Ożarowski <piotr at debian.org>
 Section: python
 Priority: optional
 Build-Depends: debhelper (>= 9), dh-python,

Modified: packages/python-changelog/trunk/debian/rules
===================================================================
--- packages/python-changelog/trunk/debian/rules	2015-10-03 17:41:28 UTC (rev 34472)
+++ packages/python-changelog/trunk/debian/rules	2015-10-03 17:44:42 UTC (rev 34473)
@@ -1,6 +1,8 @@
 #! /usr/bin/make -f
 
 export PYBUILD_NAME=changelog
+export PYBUILD_DISABLE=test
+
 %:
 	dh $@ --with python2,python3 --buildsystem=pybuild
 

Modified: packages/python-changelog/trunk/debian/watch
===================================================================
--- packages/python-changelog/trunk/debian/watch	2015-10-03 17:41:28 UTC (rev 34472)
+++ packages/python-changelog/trunk/debian/watch	2015-10-03 17:44:42 UTC (rev 34473)
@@ -1,3 +1,2 @@
 version=3
-opts=uversionmangle=s/(beta|rc|a|b|c)/~$1/ \
-http://pypi.python.org/packages/source/c/changelog/changelog-(.+)\.tar\.gz
+https://pypi.debian.net/changelog/changelog-(.+)\.tar\.gz




More information about the Python-modules-commits mailing list