[Python-modules-commits] r17205 - in packages/python-django-rosetta/trunk/debian (2 files)
svedrin-guest at users.alioth.debian.org
svedrin-guest at users.alioth.debian.org
Sat May 28 08:11:26 UTC 2011
Date: Saturday, May 28, 2011 @ 08:11:24
Author: svedrin-guest
Revision: 17205
Bump Django dependency to 1.2.
Modified:
packages/python-django-rosetta/trunk/debian/changelog
packages/python-django-rosetta/trunk/debian/control
Modified: packages/python-django-rosetta/trunk/debian/changelog
===================================================================
--- packages/python-django-rosetta/trunk/debian/changelog 2011-05-28 07:48:00 UTC (rev 17204)
+++ packages/python-django-rosetta/trunk/debian/changelog 2011-05-28 08:11:24 UTC (rev 17205)
@@ -3,8 +3,9 @@
* New upstream release.
* Bump Standards Version to 3.9.2.
* Update patches/01-import.diff to match the new version of views.py.
+ * Bump Django dependency to 1.2.
- -- Michael Ziegler <diese-addy at funzt-halt.net> Sat, 28 May 2011 09:47:12 +0200
+ -- Michael Ziegler <diese-addy at funzt-halt.net> Sat, 28 May 2011 10:10:14 +0200
python-django-rosetta (0.5.6-1) unstable; urgency=low
Modified: packages/python-django-rosetta/trunk/debian/control
===================================================================
--- packages/python-django-rosetta/trunk/debian/control 2011-05-28 07:48:00 UTC (rev 17204)
+++ packages/python-django-rosetta/trunk/debian/control 2011-05-28 08:11:24 UTC (rev 17205)
@@ -13,7 +13,7 @@
Package: python-django-rosetta
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.1),
+Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.2),
python-polib (>= 0.5.1)
Description: Eases the translation process of your Django projects
A Django application that eases the translation process of your Django
More information about the Python-modules-commits
mailing list