[Python-apps-commits] r3027 - in packages/pylint/trunk/debian (changelog control rules)

gilir-guest at users.alioth.debian.org gilir-guest at users.alioth.debian.org
Sun May 31 13:35:17 UTC 2009


    Date: Sunday, May 31, 2009 @ 13:35:16
  Author: gilir-guest
Revision: 3027

Merge changes from Ubuntu for the Python 2.6 transition

Modified:
  packages/pylint/trunk/debian/changelog
  packages/pylint/trunk/debian/control
  packages/pylint/trunk/debian/rules

Modified: packages/pylint/trunk/debian/changelog
===================================================================
--- packages/pylint/trunk/debian/changelog	2009-05-31 11:27:36 UTC (rev 3026)
+++ packages/pylint/trunk/debian/changelog	2009-05-31 13:35:16 UTC (rev 3027)
@@ -1,3 +1,12 @@
+pylint (0.18.0-2) UNRELEASED; urgency=low
+
+  * Python transition, thanks Alessio Treglia for the patch (Closes: #530509)
+   - Use --install-layout=deb for setup.py install.
+   - Replace site-packages by *-packages.
+   - Build-depends on python >= 2.5.4-1~ for --install-layout=deb.
+
+ -- Julien Lavergne <julien.lavergne at gmail.com>  Sun, 31 May 2009 01:24:53 +0200
+
 pylint (0.18.0-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/pylint/trunk/debian/control
===================================================================
--- packages/pylint/trunk/debian/control	2009-05-31 11:27:36 UTC (rev 3026)
+++ packages/pylint/trunk/debian/control	2009-05-31 13:35:16 UTC (rev 3027)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Uploaders: Sylvain Thénault <sylvain.thenault at logilab.fr>, Alexandre Fayolle <afayolle at debian.org>, Sandro Tosi <morph at debian.org>
-Build-Depends: debhelper (>= 5.0.38), python
+Build-Depends: debhelper (>= 5.0.38), python (>= 2.5.4-1~)
 Build-Depends-Indep: python-support
 Standards-Version: 3.8.1
 XS-Python-Version: all

Modified: packages/pylint/trunk/debian/rules
===================================================================
--- packages/pylint/trunk/debian/rules	2009-05-31 11:27:36 UTC (rev 3026)
+++ packages/pylint/trunk/debian/rules	2009-05-31 13:35:16 UTC (rev 3027)
@@ -35,9 +35,11 @@
 	dh_clean -k
 	dh_installdirs
 
-	python setup.py -q install --no-compile --root=$(CURDIR)/debian/pylint
+	python setup.py -q install --no-compile \
+			--root=$(CURDIR)/debian/pylint \
+			--install-layout=deb
 
-	rm -rf debian/pylint/usr/lib/python*/site-packages/pylint/test
+	rm -rf debian/pylint/usr/lib/python*/*-packages/pylint/test
 
 	# fixes shebangs
 	for exec in pylint pylint-gui symilar ; do \




More information about the Python-apps-commits mailing list