[Python-modules-commits] r24283 - in packages/django-reversion/trunk/debian (changelog control)
fladi-guest at users.alioth.debian.org
fladi-guest at users.alioth.debian.org
Fri May 10 07:05:13 UTC 2013
Date: Friday, May 10, 2013 @ 07:05:11
Author: fladi-guest
Revision: 24283
New upstream release for Django 1.5.
Modified:
packages/django-reversion/trunk/debian/changelog
packages/django-reversion/trunk/debian/control
Modified: packages/django-reversion/trunk/debian/changelog
===================================================================
--- packages/django-reversion/trunk/debian/changelog 2013-05-10 07:00:08 UTC (rev 24282)
+++ packages/django-reversion/trunk/debian/changelog 2013-05-10 07:05:11 UTC (rev 24283)
@@ -1,3 +1,14 @@
+django-reversion (1.7-1) UNRELEASED; urgency=low
+
+ * New upstream release.
+ * Bump Depends and Build-Depends on python-django to >= 1.5.
+ * Bump Standards version to 3.9.4.
+ * Bump Build-Depends on debhelper to >= 8.1.0 to satisfy build-arch
+ and build-indep targets.
+ * Update homepage URL in d/control.
+
+ -- Michael Fladischer <FladischerMichael at fladi.at> Fri, 10 May 2013 08:57:21 +0200
+
django-reversion (1.6.6-1) unstable; urgency=low
[ Michael Fladischer ]
Modified: packages/django-reversion/trunk/debian/control
===================================================================
--- packages/django-reversion/trunk/debian/control 2013-05-10 07:00:08 UTC (rev 24282)
+++ packages/django-reversion/trunk/debian/control 2013-05-10 07:05:11 UTC (rev 24283)
@@ -3,20 +3,20 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Michael Fladischer <FladischerMichael at fladi.at>
-Build-Depends: debhelper (>= 7.0.50~),
+Build-Depends: debhelper (>= 8.1.0~),
python-all (>= 2.6.6-3~),
- python-django (>= 1.4.4),
+ python-django (>= 1.5),
python-django-south,
python-pybabel
-Standards-Version: 3.9.3
+Standards-Version: 3.9.4
X-Python-Version: >= 2.5
-Homepage: https://code.google.com/p/django-reversion/
+Homepage: https://github.com/etianen/django-reversion
Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/django-reversion/trunk/
Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/django-reversion/trunk/
Package: python-django-reversion
Architecture: all
-Depends: python-django (>= 1.4.4), ${misc:Depends}, ${python:Depends}
+Depends: python-django (>= 1.5), ${misc:Depends}, ${python:Depends}
Recommends: python-django-south
Description: Provides comprehensive version control facilities for Django
Reversion is an extension to the Django web framework that provides
More information about the Python-modules-commits
mailing list