[Python-modules-commits] r12088 - in packages/python-graph/trunk/debian (3 files)

morph at users.alioth.debian.org morph at users.alioth.debian.org
Tue Mar 2 19:50:13 UTC 2010


    Date: Tuesday, March 2, 2010 @ 19:50:05
  Author: morph
Revision: 12088

* debian/control
  - bump Standards-Version to 3.8.4 (no changes needed)

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

Modified: packages/python-graph/trunk/debian/changelog
===================================================================
--- packages/python-graph/trunk/debian/changelog	2010-03-02 19:40:07 UTC (rev 12087)
+++ packages/python-graph/trunk/debian/changelog	2010-03-02 19:50:05 UTC (rev 12088)
@@ -7,8 +7,10 @@
     - upstream changed the build system, updated accordingly
   * debian/patches/10_exceptions_catch_fix.dpatch
     - added to catch exceptions in a way compatible with Python 2.5
+  * debian/control
+    - bump Standards-Version to 3.8.4 (no changes needed)
 
- -- Sandro Tosi <morph at debian.org>  Sat, 27 Feb 2010 11:45:21 +0100
+ -- Sandro Tosi <morph at debian.org>  Tue, 02 Mar 2010 20:48:10 +0100
 
 python-graph (1.6.1-1) unstable; urgency=low
 

Modified: packages/python-graph/trunk/debian/control
===================================================================
--- packages/python-graph/trunk/debian/control	2010-03-02 19:40:07 UTC (rev 12087)
+++ packages/python-graph/trunk/debian/control	2010-03-02 19:50:05 UTC (rev 12088)
@@ -5,7 +5,7 @@
 Uploaders: Sandro Tosi <morph at debian.org>
 Build-Depends: debhelper (>= 7), dpatch
 Build-Depends-Indep: python-support, python, python-epydoc, python-setuptools, python-pydot
-Standards-Version: 3.8.3
+Standards-Version: 3.8.4
 Homepage: http://code.google.com/p/python-graph/
 Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/python-graph/trunk/
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-graph/trunk/

Modified: packages/python-graph/trunk/debian/rules
===================================================================
--- packages/python-graph/trunk/debian/rules	2010-03-02 19:40:07 UTC (rev 12087)
+++ packages/python-graph/trunk/debian/rules	2010-03-02 19:50:05 UTC (rev 12088)
@@ -14,7 +14,7 @@
 	cd core ; python setup.py build
 
 	# run tests
-	$(MAKE) tests PYTHONPATH=../build/lib/
+	$(MAKE) tests PYTHONPATH=../core/build/lib/
 
 	$(MAKE) docs
 




More information about the Python-modules-commits mailing list