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

morph at users.alioth.debian.org morph at users.alioth.debian.org
Mon Feb 22 19:38:20 UTC 2010


    Date: Monday, February 22, 2010 @ 19:38:14
  Author: morph
Revision: 11869

Importing 0.99-2

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

Modified: packages/python-networkx/trunk/debian/changelog
===================================================================
--- packages/python-networkx/trunk/debian/changelog	2010-02-22 18:40:24 UTC (rev 11868)
+++ packages/python-networkx/trunk/debian/changelog	2010-02-22 19:38:14 UTC (rev 11869)
@@ -1,3 +1,15 @@
+python-networkx (0.99-2) unstable; urgency=low
+
+  * Upload to unstable now that lenny is released (yay).
+  * Fix FTBFS with python-support 0.90.3: no longer rely on its internal
+    behaviour, and xnow set tests/test.py executable right after “setup.py
+    install” (Closes: #517065).
+  * Drop executable bits from bz2 files.
+  * Update Vcs-* fields: move from DPMT's svn to collab-maint's git.
+  * Remote DPMT from Uploaders, following Piotr Ożarowski's request.
+
+ -- Cyril Brulebois <kibi at debian.org>  Sat, 28 Feb 2009 13:36:24 +0100
+
 python-networkx (0.99-1) experimental; urgency=low
 
   [ Sandro Tosi ]

Modified: packages/python-networkx/trunk/debian/control
===================================================================
--- packages/python-networkx/trunk/debian/control	2010-02-22 18:40:24 UTC (rev 11868)
+++ packages/python-networkx/trunk/debian/control	2010-02-22 19:38:14 UTC (rev 11869)
@@ -5,10 +5,9 @@
 Build-Depends: debhelper (>= 5), quilt (>= 0.40)
 Build-Depends-Indep: python-all-dev (>= 2.3.5-11), python-support (>= 0.6.4), python-setuptools (>= 0.6a9)
 Standards-Version: 3.8.0
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 Homepage: https://networkx.lanl.gov/
-Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-networkx/trunk/
-Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-networkx/trunk/
+Vcs-Git: git://git.debian.org/git/collab-maint/python-networkx.git
+Vcs-Browser: http://git.debian.org/?p=collab-maint/python-networkx.git
 
 Package: python-networkx
 Architecture: all

Modified: packages/python-networkx/trunk/debian/rules
===================================================================
--- packages/python-networkx/trunk/debian/rules	2010-02-22 18:40:24 UTC (rev 11868)
+++ packages/python-networkx/trunk/debian/rules	2010-02-22 19:38:14 UTC (rev 11869)
@@ -44,6 +44,10 @@
 	python setup_egg.py install --no-compile --root=$(CURDIR)/debian/python-networkx \
 		--single-version-externally-managed
 
+	# Fix executable bits:
+	chmod +x debian/python-networkx/usr/lib/`pyversions -d`/site-packages/networkx/tests/test.py
+	find debian/python-networkx -name '*.bz2' -exec chmod a-x {} ';'
+
 	# Do some cleanup: delete an unneeded file
 	rm $(DEBIANDOC_DIR)/INSTALL.txt
 
@@ -59,7 +63,6 @@
 	dh_installdocs
 	dh_installexamples
 	dh_pysupport
-	chmod +x ${PYSUPPORT_DIR}/networkx/tests/test.py
 	dh_installman
 	dh_link
 	dh_compress




More information about the Python-modules-commits mailing list