[Python-modules-commits] r11975 - in packages/python-networkx/trunk/debian (changelog rules)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Fri Feb 26 22:53:28 UTC 2010


    Date: Friday, February 26, 2010 @ 22:53:25
  Author: morph
Revision: 11975

* debian/rules
  - use '--install-layout=deb' when installing and '*-packages' when referring
    to installation path, to make the package be Python2.6-ready; thanks to
    Jakub Wilk for the report; Closes: #571508

Modified:
  packages/python-networkx/trunk/debian/changelog
  packages/python-networkx/trunk/debian/rules

Modified: packages/python-networkx/trunk/debian/changelog
===================================================================
--- packages/python-networkx/trunk/debian/changelog	2010-02-26 19:42:38 UTC (rev 11974)
+++ packages/python-networkx/trunk/debian/changelog	2010-02-26 22:53:25 UTC (rev 11975)
@@ -1,3 +1,12 @@
+python-networkx (1.0.1-2) UNRELEASED; urgency=low
+
+  * debian/rules
+    - use '--install-layout=deb' when installing and '*-packages' when referring
+      to installation path, to make the package be Python2.6-ready; thanks to
+      Jakub Wilk for the report; Closes: #571508
+
+ -- Sandro Tosi <morph at debian.org>  Fri, 26 Feb 2010 23:47:36 +0100
+
 python-networkx (1.0.1-1) unstable; urgency=low
 
   * New upstream release; thanks to Yaroslav Halchenko for the report;

Modified: packages/python-networkx/trunk/debian/rules
===================================================================
--- packages/python-networkx/trunk/debian/rules	2010-02-26 19:42:38 UTC (rev 11974)
+++ packages/python-networkx/trunk/debian/rules	2010-02-26 22:53:25 UTC (rev 11975)
@@ -42,10 +42,10 @@
 	# Install w/o compiling *.pyc files
 	# Install egg-info directories (--single-... option)
 	python setup_egg.py install --no-compile --root=$(CURDIR)/debian/python-networkx \
-		--single-version-externally-managed
+		--single-version-externally-managed --install-layout=deb
 
 	# Fix executable bits:
-	chmod +x debian/python-networkx/usr/lib/`pyversions -d`/site-packages/networkx/tests/test.py
+	chmod +x debian/python-networkx/usr/lib/`pyversions -d`/*-packages/networkx/tests/test.py
 	find debian/python-networkx -name '*.bz2' -exec chmod a-x {} ';'
 
 	# Do some cleanup: delete unneeded files:




More information about the Python-modules-commits mailing list