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

lamby at users.alioth.debian.org lamby at users.alioth.debian.org
Wed Dec 2 00:12:41 UTC 2009


    Date: Wednesday, December 2, 2009 @ 00:12:24
  Author: lamby
Revision: 10644

Fix FTBFS in November by applying patch from upstream bug #12125. (Closes: #555931)

Added:
  packages/python-django/trunk/debian/patches/05_ftbfs_in_november.diff
Modified:
  packages/python-django/trunk/debian/changelog
  packages/python-django/trunk/debian/patches/series

Modified: packages/python-django/trunk/debian/changelog
===================================================================
--- packages/python-django/trunk/debian/changelog	2009-12-02 00:11:59 UTC (rev 10643)
+++ packages/python-django/trunk/debian/changelog	2009-12-02 00:12:24 UTC (rev 10644)
@@ -3,6 +3,8 @@
   * Remove embedded "decimal" code copy and use system version instead. The
     "doctest" code copy cannot be removed as parts of Django depend on modified
     behaviour. (Closes: #555419)
+  * Fix FTBFS in November by applying patch from upstream bug #12125.
+    (Closes: #555931)
 
  -- Chris Lamb <lamby at debian.org>  Tue, 01 Dec 2009 22:44:27 +0000
 

Added: packages/python-django/trunk/debian/patches/05_ftbfs_in_november.diff
===================================================================
--- packages/python-django/trunk/debian/patches/05_ftbfs_in_november.diff	                        (rev 0)
+++ packages/python-django/trunk/debian/patches/05_ftbfs_in_november.diff	2009-12-02 00:12:24 UTC (rev 10644)
@@ -0,0 +1,13 @@
+Forwarded-Upstream: http://code.djangoproject.com/changeset/11697
+Comment:
+ Fix FTBFS in November.
+
+--- ./tests/regressiontests/views/tests/generic/date_based.py (revision 10556)
++++ ./tests/regressiontests/views/tests/generic/date_based.py (revision 11697)
+@@ -101,5 +101,5 @@
+         now = datetime.now()
+         prev_month = now.date().replace(day=1)
+-        if prev_month.month == 11:
++        if prev_month.month == 1:
+             prev_month = prev_month.replace(year=prev_month.year-1, month=12)
+         else:

Modified: packages/python-django/trunk/debian/patches/series
===================================================================
--- packages/python-django/trunk/debian/patches/series	2009-12-02 00:11:59 UTC (rev 10643)
+++ packages/python-django/trunk/debian/patches/series	2009-12-02 00:12:24 UTC (rev 10644)
@@ -2,3 +2,4 @@
 02-embedded_code_copies.diff
 03_manpage.diff
 04_hyphen-manpage.diff
+05_ftbfs_in_november.diff




More information about the Python-modules-commits mailing list