[Python-modules-commits] r16058 - in packages/pycg/trunk/debian (changelog rules)
jandd at users.alioth.debian.org
jandd at users.alioth.debian.org
Mon Mar 7 22:53:02 UTC 2011
Date: Monday, March 7, 2011 @ 22:52:59
Author: jandd
Revision: 16058
* Team upload.
* debian/rules:
- install *.py for all supported Python 2.x version to make
python-support install them correctly
Modified:
packages/pycg/trunk/debian/changelog
packages/pycg/trunk/debian/rules
Modified: packages/pycg/trunk/debian/changelog
===================================================================
--- packages/pycg/trunk/debian/changelog 2011-03-07 21:28:56 UTC (rev 16057)
+++ packages/pycg/trunk/debian/changelog 2011-03-07 22:52:59 UTC (rev 16058)
@@ -1,3 +1,12 @@
+pycg (0.14.1-3) UNRELEASED; urgency=low
+
+ * Team upload.
+ * debian/rules:
+ - install *.py for all supported Python 2.x version to make
+ python-support install them correctly
+
+ -- Jan Dittberner <jandd at debian.org> Mon, 07 Mar 2011 22:35:08 +0100
+
pycg (0.14.1-2) unstable; urgency=low
* debian/{control, copyright, patches/*.dpatch}
Modified: packages/pycg/trunk/debian/rules
===================================================================
--- packages/pycg/trunk/debian/rules 2011-03-07 21:28:56 UTC (rev 16057)
+++ packages/pycg/trunk/debian/rules 2011-03-07 22:52:59 UTC (rev 16058)
@@ -54,7 +54,9 @@
mkdir Cg
cp Cg.py Cg/__init__.py
- python setup.py install --root=$(CURDIR)/debian/python-cg $(py_setup_install_args)
+ for i in $(PYVERS); do \
+ python$$i setup.py install --root=$(CURDIR)/debian/python-cg $(py_setup_install_args); \
+ done
# Build architecture-independent files here.
binary-indep:
More information about the Python-modules-commits
mailing list