[Python-modules-commits] r2258 - in
/packages/python-pygraphviz/trunk/debian: changelog rules
kibi-guest at users.alioth.debian.org
kibi-guest at users.alioth.debian.org
Sat May 5 13:46:00 UTC 2007
Author: kibi-guest
Date: Sat May 5 13:46:00 2007
New Revision: 2258
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2258
Log:
Learning about pyversions usage...
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=2258&op=diff
==============================================================================
--- packages/python-pygraphviz/trunk/debian/changelog (original)
+++ packages/python-pygraphviz/trunk/debian/changelog Sat May 5 13:46:00 2007
@@ -28,7 +28,7 @@
- added a build dependency on python-setuptools and pkg-config
accordingly.
* Add XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.
- * Again, *many* thanks to Piotr Ożarowski for his careful reviews.
+ * Again, *many* thanks to Piotr Ożarowski for his very careful reviews.
-- Cyril Brulebois <cyril.brulebois at enst-bretagne.fr> Sat, 21 Apr 2007 21:57:24 +0200
Modified: packages/python-pygraphviz/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/python-pygraphviz/trunk/debian/rules?rev=2258&op=diff
==============================================================================
--- packages/python-pygraphviz/trunk/debian/rules (original)
+++ packages/python-pygraphviz/trunk/debian/rules Sat May 5 13:46:00 2007
@@ -4,7 +4,7 @@
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 -d | sed -e 's/^python//')
+DEFAULT_PYTHON=$(shell pyversions -vd)
# Needed before including python-distutils.mk
DEB_PYTHON_SYSTEM = pysupport
More information about the Python-modules-commits
mailing list