[Python-modules-commits] r7535 - in packages/parallelpython/trunk/debian (3 files)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Sun Feb 15 19:27:30 UTC 2009
Date: Sunday, February 15, 2009 @ 19:27:30
Author: morph
Revision: 7535
* Uploading to unstable, since Lenny has been released
* debian/copyright
- updated my email address
- updated packaging copyright notice, extending years
- clarified the packaging is licensed under the same terms as upstream code
* debian/rules
- moved removal of 'build' dir after python clean
- merged 'rm' call into 'dh_clean' one
Modified:
packages/parallelpython/trunk/debian/changelog
packages/parallelpython/trunk/debian/copyright
packages/parallelpython/trunk/debian/rules
Modified: packages/parallelpython/trunk/debian/changelog
===================================================================
--- packages/parallelpython/trunk/debian/changelog 2009-02-15 19:23:59 UTC (rev 7534)
+++ packages/parallelpython/trunk/debian/changelog 2009-02-15 19:27:30 UTC (rev 7535)
@@ -1,13 +1,21 @@
-parallelpython (1.5.6-2) UNRELEASED; urgency=low
+parallelpython (1.5.6-2) unstable; urgency=low
+ * Uploading to unstable, since Lenny has been released
* debian/control
- switch Vcs-Browser field to viewsvn
- updated my email address
- removed DM-Upload-Allowed field
* debian/README.source
- added (as requested by Policy 3.8.0)
+ * debian/copyright
+ - updated my email address
+ - updated packaging copyright notice, extending years
+ - clarified the packaging is licensed under the same terms as upstream code
+ * debian/rules
+ - moved removal of 'build' dir after python clean
+ - merged 'rm' call into 'dh_clean' one
- -- Sandro Tosi <morph at debian.org> Tue, 23 Dec 2008 14:28:25 +0100
+ -- Sandro Tosi <morph at debian.org> Sun, 15 Feb 2009 20:27:10 +0100
parallelpython (1.5.6-1) experimental; urgency=low
Modified: packages/parallelpython/trunk/debian/copyright
===================================================================
--- packages/parallelpython/trunk/debian/copyright 2009-02-15 19:23:59 UTC (rev 7534)
+++ packages/parallelpython/trunk/debian/copyright 2009-02-15 19:27:30 UTC (rev 7535)
@@ -1,4 +1,4 @@
-This package was debianized by Sandro Tosi <matrixhasu at gmail.com> on
+This package was debianized by Sandro Tosi <morph at debian.org> on
Sun, 03 Feb 2008 18:44:13 +0100.
It was downloaded from http://www.parallelpython.com
@@ -18,5 +18,5 @@
In a Debian system the complete text of the BSD License can be found in the
file `/usr/share/common-licenses/BSD'.
-The Debian packaging is (C) 2008, Sandro Tosi <matrixhasu at gmail.com> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+The Debian packaging is Copyright (C) 2008-2009, Sandro Tosi <morph at debian.org>
+and is licensed under the same license as upstream code.
Modified: packages/parallelpython/trunk/debian/rules
===================================================================
--- packages/parallelpython/trunk/debian/rules 2009-02-15 19:23:59 UTC (rev 7534)
+++ packages/parallelpython/trunk/debian/rules 2009-02-15 19:27:30 UTC (rev 7535)
@@ -15,15 +15,15 @@
clean: unpatch
dh_testdir
dh_testroot
- rm -f build-stamp
- [ ! -d build ] || rm -rf build
# Add here commands to clean up after the build process.
python setup.py clean
+ [ ! -d build ] || rm -rf build
+
find . -name '*\.py[co]' -delete
- dh_clean
+ dh_clean build-stamp
install: build
dh_testdir
More information about the Python-modules-commits
mailing list