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

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Wed Apr 25 05:20:57 UTC 2012


    Date: Wednesday, April 25, 2012 @ 05:20:52
  Author: fladi-guest
Revision: 21424

Lower B-D on django to (>= 1.2).
Bump standards version to 3.9.3.

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

Modified: packages/django-floppyforms/trunk/debian/changelog
===================================================================
--- packages/django-floppyforms/trunk/debian/changelog	2012-04-25 00:10:20 UTC (rev 21423)
+++ packages/django-floppyforms/trunk/debian/changelog	2012-04-25 05:20:52 UTC (rev 21424)
@@ -1,8 +1,10 @@
 django-floppyforms (0.4.7-2) unstable; urgency=low
 
   * Fix tests for django (>= 1.4) FTBFS (Closes: #669462).
+    - Bump B-D for django to (>= 1.2)
+  * Bump Standards-Version to 3.9.3.
 
- -- Michael Fladischer <FladischerMichael at fladi.at>  Fri, 20 Apr 2012 11:26:07 +0200
+ -- Michael Fladischer <FladischerMichael at fladi.at>  Wed, 25 Apr 2012 07:19:43 +0200
 
 django-floppyforms (0.4.7-1) unstable; urgency=low
 

Modified: packages/django-floppyforms/trunk/debian/control
===================================================================
--- packages/django-floppyforms/trunk/debian/control	2012-04-25 00:10:20 UTC (rev 21423)
+++ packages/django-floppyforms/trunk/debian/control	2012-04-25 05:20:52 UTC (rev 21424)
@@ -5,9 +5,9 @@
 Uploaders: Michael Fladischer <FladischerMichael at fladi.at>
 Build-Depends: debhelper (>= 7.0.50~),
                python-all (>= 2.6.6-3~),
-               python-django (>= 1.4),
+               python-django (>= 1.2),
                python-setuptools
-Standards-Version: 3.9.2
+Standards-Version: 3.9.3
 X-Python-Version: >= 2.6
 Homepage: https://github.com/brutasse/django-floppyforms
 Vcs-Svn: svn://svn.debian.org/python-modules/packages/django-floppyforms/trunk/

Modified: packages/django-floppyforms/trunk/debian/rules
===================================================================
--- packages/django-floppyforms/trunk/debian/rules	2012-04-25 00:10:20 UTC (rev 21423)
+++ packages/django-floppyforms/trunk/debian/rules	2012-04-25 05:20:52 UTC (rev 21424)
@@ -6,7 +6,11 @@
 override_dh_auto_test:
 ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS)))
 	django-admin startproject testproject
-	cp debian/settings.py testproject/testproject/settings.py
+	if [ -d testproject/testproject ]; then \
+		cp debian/settings.py testproject/testproject ; \
+	else \
+		cp debian/settings.py testproject ; \
+	fi
 	set -e; \
 	for python in $(shell pyversions -r); do \
 		PYTHONPATH=".:src:testproject" $$python testproject/manage.py test --settings=testproject.settings floppyforms ; \




More information about the Python-modules-commits mailing list