[Python-modules-commits] r18530 - in packages/python-django/trunk/debian (3 files)

hertzog at users.alioth.debian.org hertzog at users.alioth.debian.org
Thu Sep 15 08:54:49 UTC 2011


    Date: Thursday, September 15, 2011 @ 08:54:48
  Author: hertzog
Revision: 18530

Cleanup build-dependencies now that even oldstable has python 2.5.

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

Modified: packages/python-django/trunk/debian/changelog
===================================================================
--- packages/python-django/trunk/debian/changelog	2011-09-15 08:44:39 UTC (rev 18529)
+++ packages/python-django/trunk/debian/changelog	2011-09-15 08:54:48 UTC (rev 18530)
@@ -13,6 +13,7 @@
     and avoid the embedded-javascript-library lintian warning. Build-Depends
     on python-sphinx >= 1.0.7+dfsg-1 for this and also add
     ${sphinxdoc:Depends} to python-django-doc Depends field.
+  * Cleanup build-dependencies now that even oldstable has python 2.5.
 
  -- Raphaël Hertzog <hertzog at debian.org>  Thu, 15 Sep 2011 09:37:26 +0200
 

Modified: packages/python-django/trunk/debian/control
===================================================================
--- packages/python-django/trunk/debian/control	2011-09-15 08:44:39 UTC (rev 18529)
+++ packages/python-django/trunk/debian/control	2011-09-15 08:54:48 UTC (rev 18530)
@@ -4,7 +4,7 @@
 Maintainer: Chris Lamb <lamby at debian.org>
 Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>, Raphaël Hertzog <hertzog at debian.org>
 Standards-Version: 3.9.2
-Build-Depends: debhelper (>= 7.0.50), python-support, python (>= 2.5) | python-sqlite, python-sphinx (>= 1.0.7+dfsg-1), locales
+Build-Depends: debhelper (>= 7.0.50), python, python-support, python-sphinx (>= 1.0.7+dfsg-1), locales
 Build-Depends-Indep: libjs-jquery
 Homepage: http://www.djangoproject.com/
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-django/trunk/

Modified: packages/python-django/trunk/debian/rules
===================================================================
--- packages/python-django/trunk/debian/rules	2011-09-15 08:44:39 UTC (rev 18529)
+++ packages/python-django/trunk/debian/rules	2011-09-15 08:54:48 UTC (rev 18530)
@@ -17,6 +17,7 @@
 override_dh_auto_clean:
 	rm -rf docs.debian tests/__init__.py
 	find -name "*.DS_Store" -delete
+	chmod a-x django/contrib/gis/tests/data/texas.dbf
 	dh_auto_clean
 
 override_dh_auto_build:




More information about the Python-modules-commits mailing list