[Python-modules-commits] r16983 - in packages/django-reversion/trunk/debian (4 files)
fladi-guest at users.alioth.debian.org
fladi-guest at users.alioth.debian.org
Sun May 8 18:20:19 UTC 2011
Date: Sunday, May 8, 2011 @ 18:20:13
Author: fladi-guest
Revision: 16983
New upstream release.
Modified:
packages/django-reversion/trunk/debian/changelog
packages/django-reversion/trunk/debian/control
packages/django-reversion/trunk/debian/watch
Deleted:
packages/django-reversion/trunk/debian/patches/
Modified: packages/django-reversion/trunk/debian/changelog
===================================================================
--- packages/django-reversion/trunk/debian/changelog 2011-05-08 17:50:31 UTC (rev 16982)
+++ packages/django-reversion/trunk/debian/changelog 2011-05-08 18:20:13 UTC (rev 16983)
@@ -1,19 +1,21 @@
-django-reversion (1.3.3-1) unstable; urgency=low
+django-reversion (1.4-1) UNRELEASED; urgency=low
* New upstream release.
- * Update debian/watch for github.
- * Include upstream changelog.
- * README has been renamed to README.markdown.
- * Update to Debian policy 3.9.1.
- * Streamlined files in debian/ with `wrap-and-sort`.
* Set PMPT as maintainer and myself as uploader.
+ * Build .mo l18n files during build.
+ * Use DEP5 for copyright file.
* Drop debian/pyversions in favour of XS-Python-Version.
- * Use DEP5 for copyright file.
- * Add patch babel_support to compile .mo files during build.
+ * Update debian/watch to use http://githubredir.debian.net/.
+ * Bumped Standards-Version to 3.9.2 (no change necessary).
+ * Include upstream changelog.
* Simplify debian/rules by using a static settings.py.
+ * Update settings.py to Django-1.3 DATABASES format.
+ * Bumped python-django dependency to (>= 1.3).
* Add local-options to debian/source.
+ * Streamlined files in debian/ with `wrap-and-sort`.
+ * README has been renamed to README.markdown.
- -- Fladischer Michael <FladischerMichael at fladi.at> Wed, 09 Mar 2011 15:24:33 +0100
+ -- Fladischer Michael <FladischerMichael at fladi.at> Wed, 27 Apr 2011 13:52:27 +0200
django-reversion (1.3.1-2) unstable; urgency=low
Modified: packages/django-reversion/trunk/debian/control
===================================================================
--- packages/django-reversion/trunk/debian/control 2011-05-08 17:50:31 UTC (rev 16982)
+++ packages/django-reversion/trunk/debian/control 2011-05-08 18:20:13 UTC (rev 16983)
@@ -5,10 +5,10 @@
Uploaders: Fladischer Michael <FladischerMichael at fladi.at>
Build-Depends: debhelper (>= 7.0.50~),
python-all (>= 2.5),
- python-django (>= 1.1.1),
+ python-django (>= 1.3),
python-pybabel,
python-support
-Standards-Version: 3.9.1
+Standards-Version: 3.9.2
XS-Python-Version: >= 2.5
Homepage: https://code.google.com/p/django-reversion/
Vcs-Svn: svn://svn.debian.org/python-modules/packages/django-reversion/trunk/
@@ -16,7 +16,7 @@
Package: python-django-reversion
Architecture: all
-Depends: python-django (>= 1.1.1), ${misc:Depends}, ${python:Depends}
+Depends: python-django (>= 1.3), ${misc:Depends}, ${python:Depends}
Description: Provides comprehensive version control facilities for Django
Reversion is an extension to the Django web framework that provides
comprehensive version control facilities.
Modified: packages/django-reversion/trunk/debian/watch
===================================================================
--- packages/django-reversion/trunk/debian/watch 2011-05-08 17:50:31 UTC (rev 16982)
+++ packages/django-reversion/trunk/debian/watch 2011-05-08 18:20:13 UTC (rev 16983)
@@ -1,4 +1,3 @@
version=3
-opts=filenamemangle=s/.*\/release-([\d\.]+)/django-reversion-$1\.tar\.gz/ \
-http://github.com/etianen/django-reversion/downloads \
-/etianen/django-reversion/tarball/release-([\d\.]+)
+opts=filenamemangle=s/.*-([\d\.]+)\.tar\.gz/django-reversion-$1\.tar\.gz/ \
+http://githubredir.debian.net/github/etianen/django-reversion /github/etianen/django-reversion/release-([\d\.]+)\.tar\.gz
More information about the Python-modules-commits
mailing list