[Python-modules-commits] r24640 - in packages/python-django-registration/trunk/debian (2 files)

absurd at users.alioth.debian.org absurd at users.alioth.debian.org
Mon Jun 3 08:55:12 UTC 2013


    Date: Monday, June 3, 2013 @ 08:55:10
  Author: absurd
Revision: 24640

control: django dependency must now be >= 1.4.

Modified:
  packages/python-django-registration/trunk/debian/changelog
  packages/python-django-registration/trunk/debian/control

Modified: packages/python-django-registration/trunk/debian/changelog
===================================================================
--- packages/python-django-registration/trunk/debian/changelog	2013-06-03 04:04:33 UTC (rev 24639)
+++ packages/python-django-registration/trunk/debian/changelog	2013-06-03 08:55:10 UTC (rev 24640)
@@ -1,3 +1,9 @@
+python-django-registration (0.9~b0+hg440+ab1-2) UNRELEASED; urgency=low
+
+  * control: django dependency must now be >= 1.4.
+
+ -- Stephan Sürken <absurd at debian.org>  Mon, 03 Jun 2013 10:54:05 +0200
+
 python-django-registration (0.9~b0+hg440+ab1-1) unstable; urgency=low
 
   * New self-created upstream from hg tip 440:

Modified: packages/python-django-registration/trunk/debian/control
===================================================================
--- packages/python-django-registration/trunk/debian/control	2013-06-03 04:04:33 UTC (rev 24639)
+++ packages/python-django-registration/trunk/debian/control	2013-06-03 08:55:10 UTC (rev 24640)
@@ -5,14 +5,14 @@
 Uploaders: Raphaël Hertzog <hertzog at debian.org>, David Spreen <netzwurm at debian.org>, Stephan Peijnik <debian at sp.or.at>, Stephan Sürken <absurd at debian.org>
 Standards-Version: 3.9.3
 Build-Depends: debhelper (>= 8), python (>= 2.6.6-3~)
-Build-Depends-Indep: python-django (>= 1.0), python-sphinx (>= 1.0.7+dfsg) | python3-sphinx
+Build-Depends-Indep: python-django (>= 1.4), python-sphinx (>= 1.0.7+dfsg) | python3-sphinx
 Homepage: http://www.bitbucket.org/ubernostrum/django-registration/wiki/
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-django-registration/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-modules/packages/python-django-registration/trunk/
 
 Package: python-django-registration
 Architecture: all
-Depends: ${python:Depends}, ${misc:Depends}, ${sphinxdoc:Depends}, python-django (>= 1.0)
+Depends: ${python:Depends}, ${misc:Depends}, ${sphinxdoc:Depends}, python-django (>= 1.4)
 Description: User-registration application for Django
  This is a fairly simple user-registration application for Django,
  designed to make allowing user signups as painless as possible.




More information about the Python-modules-commits mailing list