[Python-modules-commits] r7813 - in packages/python-django/trunk/debian (changelog control)
lamby at users.alioth.debian.org
lamby at users.alioth.debian.org
Sun Mar 8 06:07:24 UTC 2009
Date: Sunday, March 8, 2009 @ 06:07:23
Author: lamby
Revision: 7813
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-03-08 06:07:21 UTC (rev 7812)
+++ packages/python-django/trunk/debian/changelog 2009-03-08 06:07:23 UTC (rev 7813)
@@ -6,6 +6,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-03-08 06:07:21 UTC (rev 7812)
+++ packages/python-django/trunk/debian/control 2009-03-08 06:07:23 UTC (rev 7813)
@@ -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