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

morph at users.alioth.debian.org morph at users.alioth.debian.org
Tue Mar 2 20:07:21 UTC 2010


    Date: Tuesday, March 2, 2010 @ 20:07:10
  Author: morph
Revision: 12093

install also files under 'dot/' dir

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 20:04:35 UTC (rev 12092)
+++ packages/python-graph/trunk/debian/changelog	2010-03-02 20:07:10 UTC (rev 12093)
@@ -5,12 +5,13 @@
     - removed, no more needed
   * debian/rules
     - upstream changed the build system, updated accordingly
+    - install also files under 'dot/' dir
   * 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>  Tue, 02 Mar 2010 20:48:10 +0100
+ -- Sandro Tosi <morph at debian.org>  Tue, 02 Mar 2010 21:06:25 +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 20:04:35 UTC (rev 12092)
+++ packages/python-graph/trunk/debian/rules	2010-03-02 20:07:10 UTC (rev 12093)
@@ -36,9 +36,9 @@
 	dh_installdirs
 
 	# Add here commands to install the package into debian/python-pygraph.
-	python setup.py install --root=$(CURDIR)/debian/python-pygraph
+	cd core ; python setup.py install --root=$(CURDIR)/debian/python-pygraph
+	cd dot  ; python setup.py install --root=$(CURDIR)/debian/python-pygraph
 
-
 # Build architecture-dependent files here.
 binary-arch: install
 # We have nothing to do by default.




More information about the Python-modules-commits mailing list