[Python-modules-commits] r5522 - in packages/ply/trunk/debian (changelog control)
arnau at users.alioth.debian.org
arnau at users.alioth.debian.org
Thu May 29 20:22:29 UTC 2008
Date: Thursday, May 29, 2008 @ 20:22:28
Author: arnau
Revision: 5522
Move python-setuptools to Build-Depends-Indep
Modified:
packages/ply/trunk/debian/changelog
packages/ply/trunk/debian/control
Modified: packages/ply/trunk/debian/changelog
===================================================================
--- packages/ply/trunk/debian/changelog 2008-05-29 19:47:45 UTC (rev 5521)
+++ packages/ply/trunk/debian/changelog 2008-05-29 20:22:28 UTC (rev 5522)
@@ -1,3 +1,10 @@
+ply (2.5-2) unstable; urgency=low
+
+ * debian/control:
+ + Move python-setuptools to Build-Depends-Indep.
+
+ -- Arnaud Fontaine <arnau at debian.org> Thu, 29 May 2008 22:12:19 +0200
+
ply (2.5-1) unstable; urgency=low
* New upstream release. Closes: #483368.
Modified: packages/ply/trunk/debian/control
===================================================================
--- packages/ply/trunk/debian/control 2008-05-29 19:47:45 UTC (rev 5521)
+++ packages/ply/trunk/debian/control 2008-05-29 20:22:28 UTC (rev 5522)
@@ -6,8 +6,8 @@
Build-Depends: debhelper (>= 5.0.37.2),
cdbs (>= 0.4.43),
python-dev (>= 2.3.5-7),
- python-support (>= 0.4),
- python-setuptools (>= 0.6a9)
+ python-support (>= 0.4)
+Build-Depends-Indep: python-setuptools (>= 0.6a9)
Standards-Version: 3.7.3
Homepage: http://www.dabeaz.com/ply/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/ply/trunk/
More information about the Python-modules-commits
mailing list