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

morph at users.alioth.debian.org morph at users.alioth.debian.org
Sat Aug 15 17:54:40 UTC 2009


    Date: Saturday, August 15, 2009 @ 17:54:39
  Author: morph
Revision: 9349

* New upstream release
  - debian/{control, rules}
    + renamed bin pkg to python-pygraph due to module rename

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	2009-08-15 17:53:48 UTC (rev 9348)
+++ packages/python-graph/trunk/debian/changelog	2009-08-15 17:54:39 UTC (rev 9349)
@@ -1,9 +1,12 @@
-python-graph (1.5.0-2) UNRELEASED; urgency=low
+python-graph (1.6.1-1) UNRELEASED; urgency=low
 
+  * New upstream release
+    - debian/{control, rules}
+      + renamed bin pkg to python-pygraph due to module rename
   * debian/control
     - bump Standards-Version to 3.8.2 (no changes needed)
 
- -- Sandro Tosi <morph at debian.org>  Tue, 07 Jul 2009 19:06:21 +0200
+ -- Sandro Tosi <morph at debian.org>  Sat, 15 Aug 2009 19:53:57 +0200
 
 python-graph (1.5.0-1) unstable; urgency=low
 

Modified: packages/python-graph/trunk/debian/control
===================================================================
--- packages/python-graph/trunk/debian/control	2009-08-15 17:53:48 UTC (rev 9348)
+++ packages/python-graph/trunk/debian/control	2009-08-15 17:54:39 UTC (rev 9349)
@@ -11,7 +11,7 @@
 Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-graph/trunk/
 XS-Python-Version: all
 
-Package: python-graph
+Package: python-pygraph
 Architecture: all
 XB-Python-Version: ${python:Versions}
 Depends: ${python:Depends}, ${misc:Depends}, python-pydot

Modified: packages/python-graph/trunk/debian/rules
===================================================================
--- packages/python-graph/trunk/debian/rules	2009-08-15 17:53:48 UTC (rev 9348)
+++ packages/python-graph/trunk/debian/rules	2009-08-15 17:54:39 UTC (rev 9349)
@@ -37,8 +37,8 @@
 	dh_prep  
 	dh_installdirs
 
-	# Add here commands to install the package into debian/python-graph.
-	python setup.py install --root=$(CURDIR)/debian/python-graph
+	# Add here commands to install the package into debian/python-pygraph.
+	python setup.py install --root=$(CURDIR)/debian/python-pygraph
 
 
 # Build architecture-dependent files here.




More information about the Python-modules-commits mailing list