[Python-modules-commits] r731 - in
/packages/python-cherrypy/trunk/debian: changelog control
kov at users.alioth.debian.org
kov at users.alioth.debian.org
Mon Jun 5 02:18:13 UTC 2006
Author: kov
Date: Mon Jun 5 02:18:12 2006
New Revision: 731
URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=731
Log:
satisfy clean target deps
Modified:
packages/python-cherrypy/trunk/debian/changelog
packages/python-cherrypy/trunk/debian/control
Modified: packages/python-cherrypy/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/python-cherrypy/trunk/debian/changelog?rev=731&op=diff
==============================================================================
--- packages/python-cherrypy/trunk/debian/changelog (original)
+++ packages/python-cherrypy/trunk/debian/changelog Mon Jun 5 02:18:12 2006
@@ -4,8 +4,11 @@
- fixed to only patch setup.py, so that it imports setup
from setuptools instead of distutils; ez_setup is not
needed
-
- -- Gustavo Noronha Silva <kov at debian.org> Sun, 4 Jun 2006 23:04:04 -0300
+ * debian/control:
+ - move python and python-setuptools to Build-Depends,
+ since they are needed at the clean target
+
+ -- Gustavo Noronha Silva <kov at debian.org> Sun, 4 Jun 2006 23:16:48 -0300
python-cherrypy (2.2.1-1) unstable; urgency=low
Modified: packages/python-cherrypy/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/python-cherrypy/trunk/debian/control?rev=731&op=diff
==============================================================================
--- packages/python-cherrypy/trunk/debian/control (original)
+++ packages/python-cherrypy/trunk/debian/control Mon Jun 5 02:18:12 2006
@@ -3,8 +3,8 @@
Priority: optional
Maintainer: Gustavo Noronha Silva <kov at debian.org>
Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: cdbs, debhelper (>= 4.1.0)
-Build-Depends-Indep: python, python-dev, python-setuptools (>= 0.6a9-1)
+Build-Depends: cdbs, debhelper (>= 4.1.0), python, python-setuptools (>= 0.6a9-1)
+Build-Depends-Indep: python-dev
Standards-Version: 3.7.2
Package: python-cherrypy
More information about the Python-modules-commits
mailing list