[Python-modules-commits] r10397 - in packages/ply/trunk/debian (changelog control)
arnau at users.alioth.debian.org
arnau at users.alioth.debian.org
Thu Nov 12 00:58:31 UTC 2009
Date: Thursday, November 12, 2009 @ 00:58:30
Author: arnau
Revision: 10397
* New upstream release.
* debian/control:
+ Depend on python-pkg-resources instead of python-setuptools as the
latter is not necessary on runtime. Closes: #546430.
+ Update Standards-Version to 3.8.3. No changes needed.
+ Bump python-support version to 0.90.
* Remove useless debian/pycompat.
Modified:
packages/ply/trunk/debian/changelog
packages/ply/trunk/debian/control
Modified: packages/ply/trunk/debian/changelog
===================================================================
--- packages/ply/trunk/debian/changelog 2009-11-11 22:06:24 UTC (rev 10396)
+++ packages/ply/trunk/debian/changelog 2009-11-12 00:58:30 UTC (rev 10397)
@@ -1,3 +1,15 @@
+ply (3.3-1) unstable; urgency=low
+
+ * New upstream release.
+ * debian/control:
+ + Depend on python-pkg-resources instead of python-setuptools as the
+ latter is not necessary on runtime. Closes: #546430.
+ + Update Standards-Version to 3.8.3. No changes needed.
+ + Bump python-support version to 0.90.
+ * Remove useless debian/pycompat.
+
+ -- Arnaud Fontaine <arnau at debian.org> Mon, 28 Sep 2009 11:18:22 +0100
+
ply (3.2-1) unstable; urgency=low
[ Arnaud Fontaine ]
Modified: packages/ply/trunk/debian/control
===================================================================
--- packages/ply/trunk/debian/control 2009-11-11 22:06:24 UTC (rev 10396)
+++ packages/ply/trunk/debian/control 2009-11-12 00:58:30 UTC (rev 10397)
@@ -7,9 +7,9 @@
Build-Depends: debhelper (>= 5.0.37.2),
cdbs (>= 0.4.43),
python-dev (>= 2.3.5-7),
- python-support (>= 0.4)
+ python-support (>= 0.90)
Build-Depends-Indep: python-setuptools (>= 0.6a9)
-Standards-Version: 3.8.1
+Standards-Version: 3.8.3
Homepage: http://www.dabeaz.com/ply/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/ply/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/ply/trunk/
@@ -17,7 +17,7 @@
Package: python-ply
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
-Suggests: python-ply-doc, python-setuptools
+Suggests: python-ply-doc, python-pkg-resources
Description: Lex and Yacc implementation for Python
PLY is yet another implementation of lex and yacc for
Python. Although several other parsing tools are available for
More information about the Python-modules-commits
mailing list