[Python-modules-commits] r30714 - in packages/django-reversion/trunk/debian (control)
fladi-guest at users.alioth.debian.org
fladi-guest at users.alioth.debian.org
Mon Sep 22 06:08:09 UTC 2014
Date: Monday, September 22, 2014 @ 06:08:09
Author: fladi-guest
Revision: 30714
Bump Build-Depends and Depends for python(3)-django to (>= 1.7).
Modified:
packages/django-reversion/trunk/debian/control
Modified: packages/django-reversion/trunk/debian/control
===================================================================
--- packages/django-reversion/trunk/debian/control 2014-09-22 04:42:12 UTC (rev 30713)
+++ packages/django-reversion/trunk/debian/control 2014-09-22 06:08:09 UTC (rev 30714)
@@ -7,12 +7,11 @@
dh-python,
python-all,
python-babel,
- python-django (>= 1.6),
- python-django-south,
+ python-django (>= 1.7),
python-sphinx (>= 1.0.7+dfsg),
python3-all,
python3-babel,
- python3-django
+ python3-django (>= 1.7)
Standards-Version: 3.9.5
X-Python-Version: >= 2.5
X-Python3-Version: >= 3.2
@@ -22,8 +21,9 @@
Package: python-django-reversion
Architecture: all
-Depends: python-django (>= 1.6), ${misc:Depends}, ${python:Depends}
-Recommends: python-django-south
+Depends: python-django (>= 1.7),
+ ${misc:Depends},
+ ${python:Depends}
Suggests: python-django-reversion-doc
Description: Provides comprehensive version control facilities for Django
Reversion is an extension to the Django web framework that provides
@@ -41,7 +41,9 @@
Package: python3-django-reversion
Architecture: all
-Depends: python3-django, ${misc:Depends}, ${python3:Depends}
+Depends: python3-django (>= 1.7),
+ ${misc:Depends},
+ ${python3:Depends}
Suggests: python-django-reversion-doc
Description: Provides comprehensive version control facilities for Django (Python3 version)
Reversion is an extension to the Django web framework that provides
More information about the Python-modules-commits
mailing list