[Python-modules-commits] r2146 - in /packages/python-networkx/trunk/debian: changelog rules

kibi-guest at users.alioth.debian.org kibi-guest at users.alioth.debian.org
Mon Apr 23 11:39:46 UTC 2007


Author: kibi-guest
Date: Mon Apr 23 11:39:46 2007
New Revision: 2146

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2146
Log:
Merge local git changelog (documentation) and rules (one-liner fix) into svn

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

Modified: packages/python-networkx/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/python-networkx/trunk/debian/changelog?rev=2146&op=diff
==============================================================================
--- packages/python-networkx/trunk/debian/changelog (original)
+++ packages/python-networkx/trunk/debian/changelog Mon Apr 23 11:39:46 2007
@@ -1,9 +1,22 @@
 python-networkx (0.34-1) UNRELEASED; urgency=low
 
   * New upstream release.
-  * Added a B-D on python-setuptools, which is needed for the egg
-    installation.
-  * Fixed long description folding for the homepage.
+  * New features include:
+     - benchmarks for graph classes	
+     - Brandes betweenness centrality algorithm
+     - Dijkstra predecessor and distance algorithm
+     - xslt to convert DIA graphs to NetworkX
+     - run tests with python -c "import networkx; networkx.test()"
+     - is_isomorphic() that uses vf2 algorithm
+    see News.txt in the doc directory to view them all, as well as bugfixes.
+  * Examples might not work out of the box due to the compression of the data
+    files, but adding support for compressed data files has been requested
+    upstream, so that the data files don't have to be shipped uncompressed.
+  * Added the Debian Python Modules Team in the Uploaders field.
+  * Updated rules file to delete an empty directory (data/, under the doc/
+    directory).
+  * Adjusted the folding in the long description for the homepage.
+  * Added missing B-D on setuptools, needed for the egg installation.
 
  -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>  Mon, 23 Apr 2007 13:30:39 +0200
 
@@ -36,15 +49,13 @@
   
   Thanks to Oleksandr Moskalenko and Piotr Ożarowski for the time they spent
   on advising me about the following items.
-  * Added the Debian Python Modules Team in the Uploaders field.
   * Added a B-D on python-all-dev.
   * Added egg support:
      - added 20_egg_support to import setup from setuptools in setup.py;
      - added the --single-version-externally-managed option to the
        "setup.py install" call;
      - tweaked debian/rules to strip out the version info from the egg
-       info dir;
-     - updated clean rule to delete the networkx.egg-info directory.
+       info dir.
   * Cleaned *.txt documentation files: license-related files are no longer
     installed, superseded by debian/copyright, and Readme.txt is installed as
     README.

Modified: packages/python-networkx/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/python-networkx/trunk/debian/rules?rev=2146&op=diff
==============================================================================
--- packages/python-networkx/trunk/debian/rules (original)
+++ packages/python-networkx/trunk/debian/rules Mon Apr 23 11:39:46 2007
@@ -56,7 +56,6 @@
 
 	# Add here commands to clean up after the build process.
 	-rm -r build
-	-rm -r networkx.egg-info
 
 	dh_clean 
 




More information about the Python-modules-commits mailing list