[Python-modules-commits] r4486 - in packages/python-django/branches/0.96/debian (4 files)
hertzog at users.alioth.debian.org
hertzog at users.alioth.debian.org
Sun Feb 10 19:23:57 UTC 2008
Date: Sunday, February 10, 2008 @ 19:23:57
Author: hertzog
Revision: 4486
* Updated Standards-Version to 3.7.3 (no changes).
* Switched XS-Vcs-Svn to Vcs-Svn. Added Vcs-Browser field.
* Moved project url from description into its own Homepage field.
* Adjusted build-dependency on python-setuptools (removed the "-1" to
facilitate backports).
* Install examples in /usr/share/doc/python-django/examples/.
Added:
packages/python-django/branches/0.96/debian/examples
Modified:
packages/python-django/branches/0.96/debian/changelog
packages/python-django/branches/0.96/debian/control
packages/python-django/branches/0.96/debian/docs
Modified: packages/python-django/branches/0.96/debian/changelog
===================================================================
--- packages/python-django/branches/0.96/debian/changelog 2008-02-10 19:15:47 UTC (rev 4485)
+++ packages/python-django/branches/0.96/debian/changelog 2008-02-10 19:23:57 UTC (rev 4486)
@@ -1,8 +1,17 @@
python-django (0.96.1-2) unstable; urgency=low
+ [ Brett Parker ]
* Fix for postgres backend for version numbers that aren't purely numeric
Closes: #462058
+ [ Raphael Hertzog ]
+ * Updated Standards-Version to 3.7.3 (no changes).
+ * Switched XS-Vcs-Svn to Vcs-Svn. Added Vcs-Browser field.
+ * Moved project url from description into its own Homepage field.
+ * Adjusted build-dependency on python-setuptools (removed the "-1" to
+ facilitate backports).
+ * Install examples in /usr/share/doc/python-django/examples/.
+
-- Brett Parker <iDunno at sommitrealweird.co.uk> Wed, 23 Jan 2008 22:14:34 +0000
python-django (0.96.1-1) unstable; urgency=low
Modified: packages/python-django/branches/0.96/debian/control
===================================================================
--- packages/python-django/branches/0.96/debian/control 2008-02-10 19:15:47 UTC (rev 4485)
+++ packages/python-django/branches/0.96/debian/control 2008-02-10 19:23:57 UTC (rev 4486)
@@ -3,9 +3,11 @@
Priority: optional
Maintainer: Brett Parker <iDunno at sommitrealweird.co.uk>
Uploaders: Raphael Hertzog <hertzog at debian.org>, Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Standards-Version: 3.7.2
-Build-Depends: debhelper (>= 5.0.37.2), python-dev, cdbs (>= 0.4.42), python-setuptools (>= 0.6b3-1), python-support (>= 0.3)
-XS-Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-django/trunk/
+Standards-Version: 3.7.3
+Build-Depends: debhelper (>= 5.0.37.2), python-dev, cdbs (>= 0.4.42), python-setuptools (>= 0.6b3), python-support (>= 0.3)
+Homepage: http://www.djangoproject.com/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-django/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/python-django/trunk/?op=log
Package: python-django
Architecture: all
@@ -29,5 +31,3 @@
* a template system
* a cache system
* internationalization support
- .
- Homepage: http://www.djangoproject.com/
Modified: packages/python-django/branches/0.96/debian/docs
===================================================================
--- packages/python-django/branches/0.96/debian/docs 2008-02-10 19:15:47 UTC (rev 4485)
+++ packages/python-django/branches/0.96/debian/docs 2008-02-10 19:23:57 UTC (rev 4486)
@@ -1,4 +1,3 @@
README
AUTHORS
docs/*.txt
-examples
Added: packages/python-django/branches/0.96/debian/examples
===================================================================
--- packages/python-django/branches/0.96/debian/examples (rev 0)
+++ packages/python-django/branches/0.96/debian/examples 2008-02-10 19:23:57 UTC (rev 4486)
@@ -0,0 +1 @@
+examples/*
More information about the Python-modules-commits
mailing list