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

morph at users.alioth.debian.org morph at users.alioth.debian.org
Tue Mar 2 23:44:03 UTC 2010


    Date: Tuesday, March 2, 2010 @ 23:44:01
  Author: morph
Revision: 12120

detect build dir dinamically, to support both Python 2.5 and 2.6

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

Modified: packages/python-graph/trunk/debian/changelog
===================================================================
--- packages/python-graph/trunk/debian/changelog	2010-03-02 23:41:20 UTC (rev 12119)
+++ packages/python-graph/trunk/debian/changelog	2010-03-02 23:44:01 UTC (rev 12120)
@@ -5,6 +5,7 @@
     - removed, no more needed
   * debian/rules
     - upstream changed the build system, updated accordingly
+    - detect build dir dinamically, to support both Python 2.5 and 2.6
     - install also files under 'dot/' dir
     - install tests instead of examples (removed from upstream tarball)
   * debian/patches/10_exceptions_catch_fix.dpatch
@@ -15,7 +16,7 @@
   * debian/copyright
     - extended packaging copyright years
 
- -- Sandro Tosi <morph at debian.org>  Wed, 03 Mar 2010 00:12:49 +0100
+ -- Sandro Tosi <morph at debian.org>  Wed, 03 Mar 2010 00:43:27 +0100
 
 python-graph (1.6.1-1) unstable; urgency=low
 

Modified: packages/python-graph/trunk/debian/rules
===================================================================
--- packages/python-graph/trunk/debian/rules	2010-03-02 23:41:20 UTC (rev 12119)
+++ packages/python-graph/trunk/debian/rules	2010-03-02 23:44:01 UTC (rev 12120)
@@ -14,7 +14,7 @@
 	cd core ; python setup.py build
 
 	# run tests
-	$(MAKE) tests PYTHONPATH=../core/build/lib/
+	$(MAKE) tests PYTHONPATH=../$$(ls -d core/build/lib*/)
 
 	$(MAKE) docs
 




More information about the Python-modules-commits mailing list