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

janos-guest at users.alioth.debian.org janos-guest at users.alioth.debian.org
Tue Jun 12 16:54:37 UTC 2012


    Date: Tuesday, June 12, 2012 @ 16:54:33
  Author: janos-guest
Revision: 22144

Fix FTBFS if built twice in a row.

Added:
  packages/python-django-localeurl/trunk/debian/source/options
Modified:
  packages/python-django-localeurl/trunk/debian/changelog

Modified: packages/python-django-localeurl/trunk/debian/changelog
===================================================================
--- packages/python-django-localeurl/trunk/debian/changelog	2012-06-12 12:15:50 UTC (rev 22143)
+++ packages/python-django-localeurl/trunk/debian/changelog	2012-06-12 16:54:33 UTC (rev 22144)
@@ -1,3 +1,10 @@
+python-django-localeurl (1.5-3) unstable; urgency=low
+
+  * debian/source/options
+    - Ignore django_localeurl.egg-info changes after build. (Closes: #671419)
+
+ -- Janos Guljas <janos at resenje.org>  Tue, 12 Jun 2012 17:13:04 +0200
+
 python-django-localeurl (1.5-2) unstable; urgency=low
 
   * Add patches/fix-tests-for-django-1.4.patch (Closes: #669484)

Added: packages/python-django-localeurl/trunk/debian/source/options
===================================================================
--- packages/python-django-localeurl/trunk/debian/source/options	                        (rev 0)
+++ packages/python-django-localeurl/trunk/debian/source/options	2012-06-12 16:54:33 UTC (rev 22144)
@@ -0,0 +1 @@
+extend-diff-ignore = "^[^/]+\.egg-info/"




More information about the Python-modules-commits mailing list