[Python-modules-commits] r16605 - in packages/python-medusa/trunk/debian (changelog control)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Mon Apr 18 07:32:02 UTC 2011


    Date: Monday, April 18, 2011 @ 07:31:54
  Author: arnau
Revision: 16605

Add  to Depends for debhelper

Modified:
  packages/python-medusa/trunk/debian/changelog
  packages/python-medusa/trunk/debian/control

Modified: packages/python-medusa/trunk/debian/changelog
===================================================================
--- packages/python-medusa/trunk/debian/changelog	2011-04-18 07:24:34 UTC (rev 16604)
+++ packages/python-medusa/trunk/debian/changelog	2011-04-18 07:31:54 UTC (rev 16605)
@@ -13,6 +13,7 @@
   * debian/control:
     + Remove now useless Replaces and Conflicts fields.
     + No need to Build-Depends on python-dev, python is enough.
+    + Add ${misc:Depends} to Depends for debhelper.
   * Use dh_python2 rather than dh_pysupport.
     + Remove debian/pyversions.
     + debian/control:

Modified: packages/python-medusa/trunk/debian/control
===================================================================
--- packages/python-medusa/trunk/debian/control	2011-04-18 07:24:34 UTC (rev 16604)
+++ packages/python-medusa/trunk/debian/control	2011-04-18 07:31:54 UTC (rev 16605)
@@ -15,7 +15,7 @@
 
 Package: python-medusa
 Architecture: all
-Depends: ${python:Depends}
+Depends: ${python:Depends}, ${misc:Depends}
 Suggests: python-medusa-doc
 Description: Framework for implementing asynchronous servers
  Medusa is a 'server platform' -- it provides a framework for
@@ -25,6 +25,7 @@
 Package: python-medusa-doc
 Section: doc
 Architecture: all
+Depends: ${misc:Depends}
 Description: Framework for implementing asynchronous servers
  Medusa is a 'server platform' -- it provides a framework for
  implementing asynchronous socket-based servers (TCP/IP and on Unix,




More information about the Python-modules-commits mailing list