[Python-modules-commits] r7455 - in packages/python-extended-threading/trunk/debian (3 files)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Fri Feb 6 10:14:54 UTC 2009
Date: Friday, February 6, 2009 @ 10:14:53
Author: morph
Revision: 7455
* debian/copyright
- updated my email address
- extended copyright years
- fixed packaging copyright notice
Modified:
packages/python-extended-threading/trunk/debian/changelog
packages/python-extended-threading/trunk/debian/copyright
packages/python-extended-threading/trunk/debian/rules
Modified: packages/python-extended-threading/trunk/debian/changelog
===================================================================
--- packages/python-extended-threading/trunk/debian/changelog 2009-02-06 10:06:15 UTC (rev 7454)
+++ packages/python-extended-threading/trunk/debian/changelog 2009-02-06 10:14:53 UTC (rev 7455)
@@ -1,4 +1,4 @@
-python-extended-threading (0.2-2) UNRELEASED; urgency=low
+python-extended-threading (0.2-2) unstable; urgency=low
* debian/control
- switch Vcs-Browser field to viewsvn
@@ -7,8 +7,12 @@
- build-depends only on python (it's an arch:all pkg)
* debian/rules
- reorg clean target (merge 'rm' into 'dh_clean' call, move 'find')
+ * debian/copyright
+ - updated my email address
+ - extended copyright years
+ - fixed packaging copyright notice
- -- Sandro Tosi <morph at debian.org> Wed, 24 Dec 2008 14:39:34 +0100
+ -- Sandro Tosi <morph at debian.org> Fri, 06 Feb 2009 11:14:40 +0100
python-extended-threading (0.2-1) unstable; urgency=low
Modified: packages/python-extended-threading/trunk/debian/copyright
===================================================================
--- packages/python-extended-threading/trunk/debian/copyright 2009-02-06 10:06:15 UTC (rev 7454)
+++ packages/python-extended-threading/trunk/debian/copyright 2009-02-06 10:14:53 UTC (rev 7455)
@@ -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
Mon, 14 Jan 2008 23:10:33 +0100.
It was downloaded from http://www.var-dev.net/programming/python/extended_threading/
@@ -18,5 +18,5 @@
Please respect the creator/author's intent and release all
modifications as public domain. Thank you.
-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 GPL, see `/usr/share/common-licenses/GPL'.
Modified: packages/python-extended-threading/trunk/debian/rules
===================================================================
--- packages/python-extended-threading/trunk/debian/rules 2009-02-06 10:06:15 UTC (rev 7454)
+++ packages/python-extended-threading/trunk/debian/rules 2009-02-06 10:14:53 UTC (rev 7455)
@@ -16,9 +16,11 @@
# Add here commands to clean up after the build process.
python debian/setup.py clean
+ [ ! -d build ] || rm -rf build
+
find . -name '*\.py[co]' -delete
- dh_clean build-stamp build
+ dh_clean build-stamp
install: build
dh_testdir
More information about the Python-modules-commits
mailing list