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

kibi-guest at users.alioth.debian.org kibi-guest at users.alioth.debian.org
Mon Apr 23 21:00:59 UTC 2007


Author: kibi-guest
Date: Mon Apr 23 21:00:58 2007
New Revision: 2153

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2153
Log:
Cleanup control and rules files

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
URL: http://svn.debian.org/wsvn/python-modules/packages/python-networkx/trunk/debian/changelog?rev=2153&op=diff
==============================================================================
--- packages/python-networkx/trunk/debian/changelog (original)
+++ packages/python-networkx/trunk/debian/changelog Mon Apr 23 21:00:58 2007
@@ -18,6 +18,8 @@
   * Adjusted the folding in the long description for the homepage.
   * Added missing B-D on setuptools, needed for the egg installation.
   * Added missing Recommends on python-matplotlib.
+  * Removed unneeded items in the rules file (e.g. CFLAGS, dh_strip, etc.) as
+    well as ${python:Provides} and ${shlibs:Depends} in the control file.
 
  -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>  Mon, 23 Apr 2007 13:30:39 +0200
 

Modified: packages/python-networkx/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/python-networkx/trunk/debian/control?rev=2153&op=diff
==============================================================================
--- packages/python-networkx/trunk/debian/control (original)
+++ packages/python-networkx/trunk/debian/control Mon Apr 23 21:00:58 2007
@@ -9,8 +9,7 @@
 
 Package: python-networkx
 Architecture: all
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
-Provides: ${python:Provides}
+Depends: ${misc:Depends}, ${python:Depends}
 Recommends: python-numpy, python-scipy, python-pygraphviz | python-pydot, python-setuptools, python-matplotlib
 Description: tool to manipulate and study more than complex networks
  NetworkX is a Python-based package for the creation, manipulation, and

Modified: packages/python-networkx/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/python-networkx/trunk/debian/rules?rev=2153&op=diff
==============================================================================
--- packages/python-networkx/trunk/debian/rules (original)
+++ packages/python-networkx/trunk/debian/rules Mon Apr 23 21:00:58 2007
@@ -17,14 +17,6 @@
 
 include /usr/share/quilt/quilt.make
 
-
-CFLAGS = -Wall -g
-
-ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
-	CFLAGS += -O0
-else
-	CFLAGS += -O2
-endif
 
 configure: configure-stamp
 configure-stamp:
@@ -99,17 +91,13 @@
 	dh_installchangelogs 
 	dh_installdocs
 	dh_installexamples
-#	dh_install
 	dh_pysupport
 	mv ${PYSUPPORT_DIR}/networkx-${DEB_UPSTREAM_VERSION}-py[0-9].[0-9].egg-info \
 		${PYSUPPORT_DIR}/networkx-${DEB_UPSTREAM_VERSION}.egg-info
 	dh_installman
 	dh_link
-	dh_strip
 	dh_compress
-#	dh_makeshlibs
 	dh_installdeb
-	dh_shlibdeps
 	dh_gencontrol
 	dh_md5sums
 	dh_builddeb




More information about the Python-modules-commits mailing list