[Python-modules-commits] r29429 - in packages/nevow/trunk/debian (4 files)
mithrandi at users.alioth.debian.org
mithrandi at users.alioth.debian.org
Fri Jun 20 18:46:52 UTC 2014
Date: Friday, June 20, 2014 @ 18:46:51
Author: mithrandi
Revision: 29429
* Add myself to uploaders.
* Update watch file.
* Fix GPL license path in debian/copyright.
Modified:
packages/nevow/trunk/debian/changelog
packages/nevow/trunk/debian/control
packages/nevow/trunk/debian/copyright
packages/nevow/trunk/debian/watch
Modified: packages/nevow/trunk/debian/changelog
===================================================================
--- packages/nevow/trunk/debian/changelog 2014-06-20 15:43:11 UTC (rev 29428)
+++ packages/nevow/trunk/debian/changelog 2014-06-20 18:46:51 UTC (rev 29429)
@@ -1,3 +1,11 @@
+nevow (0.10.0-6) UNRELEASED; urgency=medium
+
+ * Add myself to uploaders.
+ * Update watch file.
+ * Fix GPL license path in debian/copyright.
+
+ -- Tristan Seligmann <mithrandi at debian.org> Fri, 20 Jun 2014 20:37:33 +0200
+
nevow (0.10.0-5) unstable; urgency=low
[ Jakub Wilk ]
Modified: packages/nevow/trunk/debian/control
===================================================================
--- packages/nevow/trunk/debian/control 2014-06-20 15:43:11 UTC (rev 29428)
+++ packages/nevow/trunk/debian/control 2014-06-20 18:46:51 UTC (rev 29429)
@@ -2,7 +2,8 @@
Section: python
Priority: optional
Maintainer: Vincent Bernat <bernat at debian.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>,
+ Tristan Seligmann <mithrandi at debian.org>
Standards-Version: 3.9.5
Build-Depends: debhelper (>= 5.0.38), cdbs (>= 0.4.90~),
python (>= 2.6.6-3), python-setuptools (>= 0.6b3)
Modified: packages/nevow/trunk/debian/copyright
===================================================================
--- packages/nevow/trunk/debian/copyright 2014-06-20 15:43:11 UTC (rev 29428)
+++ packages/nevow/trunk/debian/copyright 2014-06-20 18:46:51 UTC (rev 29429)
@@ -50,4 +50,4 @@
License: GPL-2+
On Debian systems, the complete text of the GNU General Public
-License can be found in the file `/usr/share/common-licenses/GPL'.
+License can be found in the file `/usr/share/common-licenses/GPL-2'.
Modified: packages/nevow/trunk/debian/watch
===================================================================
--- packages/nevow/trunk/debian/watch 2014-06-20 15:43:11 UTC (rev 29428)
+++ packages/nevow/trunk/debian/watch 2014-06-20 18:46:51 UTC (rev 29429)
@@ -1,2 +1,2 @@
version=3
-http://divmod.org/trac/wiki/DivmodNevow .*/Nevow-(.*)\.tar\.gz\?format=raw
+https://pypi.python.org/packages/source/N/Nevow/Nevow-(.*).tar.gz
More information about the Python-modules-commits
mailing list