[Python-modules-commits] r7678 - in packages/mpmath/trunk/debian (changelog copyright rules)
morph at users.alioth.debian.org
morph at users.alioth.debian.org
Sat Feb 21 00:48:48 UTC 2009
Date: Saturday, February 21, 2009 @ 00:48:48
Author: morph
Revision: 7678
* Uploading to unstable, since Lenny has been released
* debian/copyright
- relicensed packaging under the same upstream code terms
* debian/rules
- merged 'rm' call into 'dh_clean' one
Modified:
packages/mpmath/trunk/debian/changelog
packages/mpmath/trunk/debian/copyright
packages/mpmath/trunk/debian/rules
Modified: packages/mpmath/trunk/debian/changelog
===================================================================
--- packages/mpmath/trunk/debian/changelog 2009-02-21 00:37:01 UTC (rev 7677)
+++ packages/mpmath/trunk/debian/changelog 2009-02-21 00:48:48 UTC (rev 7678)
@@ -1,3 +1,13 @@
+mpmath (0.11-2) unstable; urgency=low
+
+ * Uploading to unstable, since Lenny has been released
+ * debian/copyright
+ - relicensed packaging under the same upstream code terms
+ * debian/rules
+ - merged 'rm' call into 'dh_clean' one
+
+ -- Sandro Tosi <morph at debian.org> Sat, 21 Feb 2009 01:48:33 +0100
+
mpmath (0.11-1) experimental; urgency=low
* New upstream release
Modified: packages/mpmath/trunk/debian/copyright
===================================================================
--- packages/mpmath/trunk/debian/copyright 2009-02-21 00:37:01 UTC (rev 7677)
+++ packages/mpmath/trunk/debian/copyright 2009-02-21 00:48:48 UTC (rev 7678)
@@ -38,4 +38,4 @@
DAMAGE.
The Debian packaging is Copyright (C) 2007-2009, Sandro Tosi <morph at debian.org>
-and is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+and is licensed under the same terms as upstream code.
Modified: packages/mpmath/trunk/debian/rules
===================================================================
--- packages/mpmath/trunk/debian/rules 2009-02-21 00:37:01 UTC (rev 7677)
+++ packages/mpmath/trunk/debian/rules 2009-02-21 00:48:48 UTC (rev 7678)
@@ -21,7 +21,7 @@
clean:
dh_testdir
dh_testroot
- rm -f build-stamp
+
[ ! -d build ] || rm -rf build
python setup.py clean;
@@ -30,7 +30,7 @@
find . -name '*\.py[co]' -delete
- dh_clean
+ dh_clean build-stamp
install: build
dh_testdir
More information about the Python-modules-commits
mailing list