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

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sat Mar 31 23:43:20 UTC 2007


Author: piotr
Date: Sat Mar 31 23:43:20 2007
New Revision: 1937

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=1937
Log:
* New upstream release
* debian/copyright file updated
* Changed my address to piotr at debian.org

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

Modified: packages/pastescript/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/pastescript/trunk/debian/changelog?rev=1937&op=diff
==============================================================================
--- packages/pastescript/trunk/debian/changelog (original)
+++ packages/pastescript/trunk/debian/changelog Sat Mar 31 23:43:20 2007
@@ -1,3 +1,11 @@
+pastescript (1.3.1-1) experimental; urgency=low
+
+  * New upstream release (upload to experimental due to Etch freeze)
+  * debian/copyright file updated
+  * Changed my address to piotr at debian.org
+
+ -- Piotr Ożarowski <piotr at debian.org>  Sun, 01 Apr 2007 01:22:57 +0200
+
 pastescript (1.3-1) experimental; urgency=low
 
   * New upstream release (upload to experimental due to Etch freeze)

Modified: packages/pastescript/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/pastescript/trunk/debian/control?rev=1937&op=diff
==============================================================================
--- packages/pastescript/trunk/debian/control (original)
+++ packages/pastescript/trunk/debian/control Sat Mar 31 23:43:20 2007
@@ -1,7 +1,7 @@
 Source: pastescript
 Section: python
 Priority: optional
-Maintainer: Piotr Ozarowski <ozarow at gmail.com>
+Maintainer: Piotr Ożarowski <piotr at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 5.0.38), dpatch
 Build-Depends-Indep: python (>= 2.3.5-7), python-all-dev, python-central (>= 0.5.6), python-setuptools (>= 0.6b3-1), python-docutils

Modified: packages/pastescript/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/pastescript/trunk/debian/copyright?rev=1937&op=diff
==============================================================================
--- packages/pastescript/trunk/debian/copyright (original)
+++ packages/pastescript/trunk/debian/copyright Sat Mar 31 23:43:20 2007
@@ -1,4 +1,4 @@
-This package was debianized by Piotr Ozarowski <ozarow at gmail.com> on
+This package was debianized by Piotr Ożarowski <piotr at debian.org> on
 Thu,  4 May 2006 21:00:00 +0200.
 
 It was downloaded from http://cheeseshop.python.org/pypi/PasteScript
@@ -29,6 +29,10 @@
 
 paste/script/util/subprocess24.py file:
 
+ (c) 2005 Ian Bicking and contributors; written for Paste (http://pythonpaste.org)
+ Licensed under the MIT license: http://www.opensource.org/licenses/mit-license.php
+ subprocess - Subprocesses with accessible I/O streams
+
  Copyright (c) 2003-2005 by Peter Astrand <astrand at lysator.liu.se>
 
  Licensed to PSF under a Contributor Agreement.
@@ -36,7 +40,7 @@
 
 -----------------------------------------------------------
 
-The Debian packaging is (C) 2006, Piotr Ozarowski <ozarow at gmail.com> and
+The Debian packaging is (C) 2006-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 License

Modified: packages/pastescript/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/pastescript/trunk/debian/rules?rev=1937&op=diff
==============================================================================
--- packages/pastescript/trunk/debian/rules (original)
+++ packages/pastescript/trunk/debian/rules Sat Mar 31 23:43:20 2007
@@ -3,7 +3,7 @@
 #export DH_VERBOSE=1
 
 DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog \
-	| grep ^Version: | cut -d ' ' -f 2 | cut -d '-' -f 1)
+	| sed -rne 's,^Version: ([^-]+).*,\1,p')
 PYVERS=$(shell pyversions -vr)
 DOCS=$(shell cd docs && find ./ -name "*.txt" -not -name "license.txt" -printf "%p " | sed "s/.txt//g")
 
@@ -38,7 +38,7 @@
 	python$* setup.py install \
 		--single-version-externally-managed \
 		--root $(CURDIR)/debian/python-pastescript
-	# share Egg dir (remove python's version from dirname)
+	# share Egg dir (remove Python's version from dirname)
 	mv debian/python-pastescript/usr/lib/python$*/site-packages/PasteScript-${DEB_UPSTREAM_VERSION}-py$*.egg-info \
 	   debian/python-pastescript/usr/lib/python$*/site-packages/PasteScript-${DEB_UPSTREAM_VERSION}.egg-info
 	# pth file is not needed since all paste* packages are installed in the same directory




More information about the Python-modules-commits mailing list