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

noskcaj-guest at users.alioth.debian.org noskcaj-guest at users.alioth.debian.org
Wed Feb 26 21:14:49 UTC 2014


    Date: Wednesday, February 26, 2014 @ 21:14:48
  Author: noskcaj-guest
Revision: 27957

debian/control: Add missing depends on python-routes. LP: #463065

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

Modified: packages/cherrypy3/trunk/debian/changelog
===================================================================
--- packages/cherrypy3/trunk/debian/changelog	2014-02-26 21:08:42 UTC (rev 27956)
+++ packages/cherrypy3/trunk/debian/changelog	2014-02-26 21:14:48 UTC (rev 27957)
@@ -2,6 +2,7 @@
 
  * debian/rules: Move cherryd to /usr/sbin/ where it belongs
  * debian/control, debian/tests/: Add autopkgtest. Thanks Chuck Short
+ * debian/control: Add missing depends on python-routes. LP: #463065
 
  -- Jackson Doak <noskcaj at ubuntu.com>  Thu, 27 Feb 2014 08:00:55 +1100
 

Modified: packages/cherrypy3/trunk/debian/control
===================================================================
--- packages/cherrypy3/trunk/debian/control	2014-02-26 21:08:42 UTC (rev 27956)
+++ packages/cherrypy3/trunk/debian/control	2014-02-26 21:14:48 UTC (rev 27957)
@@ -15,7 +15,7 @@
 
 Package: python-cherrypy3
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}
+Depends: ${python:Depends}, ${misc:Depends}, python-routes
 Provides: ${python:Provides}
 Conflicts: python-cherrypy
 Description: Python web development framework - version 3
@@ -39,7 +39,7 @@
 
 Package: python3-cherrypy3
 Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
+Depends: ${python3:Depends}, ${misc:Depends}, python3-routes
 Description: Python 3 web development framework - version 3
  CherryPy is a pythonic, object-oriented web development framework. It
  provides the foundation over which complex web-based applications can




More information about the Python-modules-commits mailing list