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

lamby at users.alioth.debian.org lamby at users.alioth.debian.org
Wed Feb 25 01:29:39 UTC 2009


    Date: Wednesday, February 25, 2009 @ 01:29:38
  Author: lamby
Revision: 7756

Add ${misc:Depends} in binary stanza for debhelper-using package.

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

Modified: packages/python-django/trunk/debian/changelog
===================================================================
--- packages/python-django/trunk/debian/changelog	2009-02-25 01:29:36 UTC (rev 7755)
+++ packages/python-django/trunk/debian/changelog	2009-02-25 01:29:38 UTC (rev 7756)
@@ -9,6 +9,7 @@
     oldstable (ie. etch).
   * Remove repeated 'Priority' line in binary package stanza.
   * Update crufty long and short descriptions.
+  * Add ${misc:Depends} in binary stanza for debhelper-using package.
 
  -- Chris Lamb <lamby at debian.org>  Wed, 25 Feb 2009 00:50:50 +0000
 

Modified: packages/python-django/trunk/debian/control
===================================================================
--- packages/python-django/trunk/debian/control	2009-02-25 01:29:36 UTC (rev 7755)
+++ packages/python-django/trunk/debian/control	2009-02-25 01:29:38 UTC (rev 7756)
@@ -12,7 +12,7 @@
 
 Package: python-django
 Architecture: all
-Depends: ${python:Depends}
+Depends: ${misc:Depends}, ${python:Depends}
 Recommends: libjs-jquery
 Suggests: python-psycopg2, python-psycopg, python-mysqldb, python-flup
 Description: High-level Python web development framework




More information about the Python-modules-commits mailing list