[Python-modules-commits] r10569 - in packages/python-lzma/trunk/debian (copyright rules)
mrbeige-guest at users.alioth.debian.org
mrbeige-guest at users.alioth.debian.org
Mon Nov 23 06:53:20 UTC 2009
Date: Monday, November 23, 2009 @ 06:53:15
Author: mrbeige-guest
Revision: 10569
Update copyright, remove redundant rules (thanks to reviewers)
Modified:
packages/python-lzma/trunk/debian/copyright
packages/python-lzma/trunk/debian/rules
Modified: packages/python-lzma/trunk/debian/copyright
===================================================================
--- packages/python-lzma/trunk/debian/copyright 2009-11-22 22:59:32 UTC (rev 10568)
+++ packages/python-lzma/trunk/debian/copyright 2009-11-23 06:53:15 UTC (rev 10569)
@@ -17,15 +17,15 @@
License:
- GPL version 3,
- see `/usr/share/common-licenses/GPL-3'.
+ GNU Lesser Public Lisence version 3,
+ see `/usr/share/common-licenses/LGPL-3'.
The Debian packaging is:
Copyright (C) 2009 Richard Darst <rkd at zgib.net>
-and is licensed under the GPL version 3,
-see `/usr/share/common-licenses/GPL-3'.
+and is licensed under the LGPL version 3,
+see `/usr/share/common-licenses/LGPL-3'.
--
@@ -37,7 +37,7 @@
Copyright: 2009 Ãyvind Karlsen <peroyvind at mandriva.org>
License: LGPL-3+
On Debian systems the full text of the GNU General Public
- License can be found in the `/usr/share/common-licenses/GPL-3'
+ License can be found in the `/usr/share/common-licenses/LGPL-3'
file.
Files: debian/*
Modified: packages/python-lzma/trunk/debian/rules
===================================================================
--- packages/python-lzma/trunk/debian/rules 2009-11-22 22:59:32 UTC (rev 10568)
+++ packages/python-lzma/trunk/debian/rules 2009-11-23 06:53:15 UTC (rev 10569)
@@ -16,20 +16,13 @@
rm -f lzma.so
dh clean
-override_dh_auto_build:
- dh_auto_build
- for i in $(PYVERS); do \
- python$$i setup.py test; \
- done
-override_dh_auto_install:
- for i in $(PYVERS); do \
- python$$i setup.py install --install-layout=deb \
- --root $(CURDIR)/debian/python-lzma; \
- done
+# debhelper doesn't python auto-test yet, it seems.
+override_dh_auto_test: $(PYVERS:%=test%)
+ dh_auto_test
+test%:
+ python$* setup.py test
-override_dh_pysupport:
- dh_pysupport
%:
dh $@
More information about the Python-modules-commits
mailing list