[Python-modules-commits] r2126 - in /packages/pudge/trunk/debian: changelog control copyright rules

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Thu Apr 19 19:52:24 UTC 2007


Author: piotr
Date: Thu Apr 19 19:52:24 2007
New Revision: 2126

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2126
Log:
* New upstream release
* Changed XS-Python-Version to ">=2.4"
* Changed my address to piotr at debian.org

Modified:
    packages/pudge/trunk/debian/changelog
    packages/pudge/trunk/debian/control
    packages/pudge/trunk/debian/copyright
    packages/pudge/trunk/debian/rules

Modified: packages/pudge/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pudge/trunk/debian/changelog?rev=2126&op=diff
==============================================================================
--- packages/pudge/trunk/debian/changelog (original)
+++ packages/pudge/trunk/debian/changelog Thu Apr 19 19:52:24 2007
@@ -1,3 +1,12 @@
+pudge (0.1.4~svn137-1) unstable; urgency=medium
+
+  * New upstream release (setup.py says it is 0.1.4 but module introduces
+    itself as 0.1.3 so I'm uploading it as 0.1.4~svn137)
+  * Changed XS-Python-Version to ">=2.4" (closes: #420067)
+  * Changed my address to piotr at debian.org
+
+ -- Piotr Ożarowski <piotr at debian.org>  Thu, 19 Apr 2007 21:13:24 +0200
+
 pudge (0.1.3~svn134-1) unstable; urgency=low
 
   * Initial release (closes: #410359)

Modified: packages/pudge/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pudge/trunk/debian/control?rev=2126&op=diff
==============================================================================
--- packages/pudge/trunk/debian/control (original)
+++ packages/pudge/trunk/debian/control Thu Apr 19 19:52:24 2007
@@ -1,11 +1,11 @@
 Source: pudge
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Uploaders: Piotr Ozarowski <ozarow at gmail.com>
+Uploaders: Piotr Ożarowski <piotr at debian.org>
 Section: python
 Priority: optional
 Build-Depends: debhelper (>= 5.0.38), python (>= 2.3.5-11), python-all-dev, python-central (>= 0.5.6), python-setuptools (>= 0.6b3-1)
 Standards-Version: 3.7.2
-XS-Python-Version: all
+XS-Python-Version: >=2.4
 XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/pudge/trunk/
 XS-Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pudge/trunk/?op=log
 

Modified: packages/pudge/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/pudge/trunk/debian/copyright?rev=2126&op=diff
==============================================================================
--- packages/pudge/trunk/debian/copyright (original)
+++ packages/pudge/trunk/debian/copyright Thu Apr 19 19:52:24 2007
@@ -1,4 +1,4 @@
-This package was debianized by Piotr Ożarowski <ozarow at gmail.com> on
+This package was debianized by Piotr Ożarowski <piotr at debian.org> on
 Sat, 10 Feb 2007 00:39:31 +0100.
 
 It was downloaded from: http://pudge.lesscode.org/
@@ -33,7 +33,7 @@
 Ilias Lazaridis ("Use and distribute freely. Please preserve header.")
 
 
-The Debian packaging is (C) 2007, Piotr Ożarowski <ozarow at gmail.com> and
+The Debian packaging is (C) 2007, Piotr Ożarowski <piotr at debian.org> and
 is licensed under the GPL.
 
 On Debian systems, the complete text of the GNU General Public

Modified: packages/pudge/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pudge/trunk/debian/rules?rev=2126&op=diff
==============================================================================
--- packages/pudge/trunk/debian/rules (original)
+++ packages/pudge/trunk/debian/rules Thu Apr 19 19:52:24 2007
@@ -4,7 +4,7 @@
 
 #DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog \
 #	| sed -rne 's,^Version: ([^-]+).*,\1,p')
-DEB_UPSTREAM_VERSION=0.1.3dev
+DEB_UPSTREAM_VERSION=0.1.4dev
 
 PYVERS=$(shell pyversions -vr)
 




More information about the Python-modules-commits mailing list