[Python-modules-commits] r2874 - in /packages/python-pygraphviz/trunk/debian: changelog rules

kibi-guest at users.alioth.debian.org kibi-guest at users.alioth.debian.org
Sat Jul 28 10:02:48 UTC 2007


Author: kibi-guest
Date: Sat Jul 28 10:02:48 2007
New Revision: 2874

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2874
Log:
Drop unneeded variable

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

Modified: packages/python-pygraphviz/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/python-pygraphviz/trunk/debian/changelog?rev=2874&op=diff
==============================================================================
--- packages/python-pygraphviz/trunk/debian/changelog (original)
+++ packages/python-pygraphviz/trunk/debian/changelog Sat Jul 28 10:02:48 2007
@@ -5,8 +5,11 @@
      + 1_SEGV_backported_fix_r590.diff
      + 2_pkg-config_backported_fix_r605.diff
      + 3_setup.cfg_rpath.diff
-  * Commented out the simple-patchsys.mk include accordingly (and left there
-    until the next needed for patches).
+  * debian/rules: 
+     + Commented out the simple-patchsys.mk include accordingly (left there
+       until the next need for patches).
+     + Dropped DEFAULT_PYTHON, which was used when python-support was still
+       unable to handle eggs properly.
 
  -- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr>  Sat, 28 Jul 2007 11:46:24 +0200
 

Modified: packages/python-pygraphviz/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/python-pygraphviz/trunk/debian/rules?rev=2874&op=diff
==============================================================================
--- packages/python-pygraphviz/trunk/debian/rules (original)
+++ packages/python-pygraphviz/trunk/debian/rules Sat Jul 28 10:02:48 2007
@@ -4,7 +4,6 @@
 DOC_INSTDIR=$(CURDIR)/debian/python-pygraphviz/usr/share/doc
 DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog \
         | grep ^Version: | cut -d ' ' -f 2 | cut -d '-' -f 1)
-DEFAULT_PYTHON=$(shell pyversions -vd)
 
 # Needed before including python-distutils.mk
 DEB_PYTHON_SYSTEM = pysupport




More information about the Python-modules-commits mailing list