[Python-modules-commits] r7093 - in packages/cherrypy3/trunk/debian (changelog control)

kov at users.alioth.debian.org kov at users.alioth.debian.org
Wed Dec 10 12:22:56 UTC 2008


    Date: Wednesday, December 10, 2008 @ 12:22:53
  Author: kov
Revision: 7093

add ${misc:Depends} to python-cherrypy3's Depends line

Modified:
  packages/cherrypy3/trunk/debian/changelog
  packages/cherrypy3/trunk/debian/control

Modified: packages/cherrypy3/trunk/debian/changelog
===================================================================
--- packages/cherrypy3/trunk/debian/changelog	2008-12-10 10:16:52 UTC (rev 7092)
+++ packages/cherrypy3/trunk/debian/changelog	2008-12-10 12:22:53 UTC (rev 7093)
@@ -1,3 +1,11 @@
+cherrypy3 (3.1.1-2) UNRELEASED; urgency=low
+
+  * Making lintian happy release
+  * debian/control:
+  - added ${misc:Depends} to python-cherrypy3's Depends line
+
+ -- Gustavo Noronha Silva <kov at debian.org>  Wed, 10 Dec 2008 10:19:04 -0200
+
 cherrypy3 (3.1.1-1) experimental; urgency=low
 
   [ Gustavo Noronha Silva ]

Modified: packages/cherrypy3/trunk/debian/control
===================================================================
--- packages/cherrypy3/trunk/debian/control	2008-12-10 10:16:52 UTC (rev 7092)
+++ packages/cherrypy3/trunk/debian/control	2008-12-10 12:22:53 UTC (rev 7093)
@@ -14,7 +14,7 @@
 Package: python-cherrypy3
 Architecture: all
 XB-Python-Version: ${python:Versions}
-Depends: ${python:Depends}
+Depends: ${python:Depends}, ${misc:Depends}
 Provides: ${python:Provides}
 Conflicts: python2.3-cherrypy, python2.4-cherrypy, python-cherrypy
 Description: Python web development framework - version 3




More information about the Python-modules-commits mailing list