[Python-modules-commits] r5532 - in packages/ply/trunk/debian (changelog control)
arnau at users.alioth.debian.org
arnau at users.alioth.debian.org
Fri May 30 10:53:12 UTC 2008
Date: Friday, May 30, 2008 @ 10:53:11
Author: arnau
Revision: 5532
Add python-setuptools to Suggests
Modified:
packages/ply/trunk/debian/changelog
packages/ply/trunk/debian/control
Modified: packages/ply/trunk/debian/changelog
===================================================================
--- packages/ply/trunk/debian/changelog 2008-05-30 01:36:52 UTC (rev 5531)
+++ packages/ply/trunk/debian/changelog 2008-05-30 10:53:11 UTC (rev 5532)
@@ -2,6 +2,7 @@
* debian/control:
+ Move python-setuptools to Build-Depends-Indep.
+ + Add python-setuptools to Suggests.
-- Arnaud Fontaine <arnau at debian.org> Thu, 29 May 2008 22:12:19 +0200
Modified: packages/ply/trunk/debian/control
===================================================================
--- packages/ply/trunk/debian/control 2008-05-30 01:36:52 UTC (rev 5531)
+++ packages/ply/trunk/debian/control 2008-05-30 10:53:11 UTC (rev 5532)
@@ -16,7 +16,7 @@
Package: python-ply
Architecture: all
Depends: ${python:Depends}
-Suggests: python-ply-doc
+Suggests: python-ply-doc, python-setuptools
XB-Python-Version: ${python:Versions}
Description: Lex and Yacc implementation for Python
PLY is yet another implementation of lex and yacc for
More information about the Python-modules-commits
mailing list