[Python-modules-commits] r12642 - in packages/django-markupfield/trunk/debian (2 files)
fladi-guest at users.alioth.debian.org
fladi-guest at users.alioth.debian.org
Mon Apr 19 12:21:45 UTC 2010
Date: Monday, April 19, 2010 @ 12:21:41
Author: fladi-guest
Revision: 12642
Fixed the workaround for #575377.
Modified:
packages/django-markupfield/trunk/debian/patches/fix_tests
packages/django-markupfield/trunk/debian/rules
Modified: packages/django-markupfield/trunk/debian/patches/fix_tests
===================================================================
--- packages/django-markupfield/trunk/debian/patches/fix_tests 2010-04-19 09:34:08 UTC (rev 12641)
+++ packages/django-markupfield/trunk/debian/patches/fix_tests 2010-04-19 12:21:41 UTC (rev 12642)
@@ -1,8 +1,7 @@
Description: Fix the tests shipped with django-markupfield as upstream
used a deprecated format for it's settings.
Author: Fladischer Michael <FladischerMichael at fladi.at>
-Bug-Debian: http://bugs.debian.org/577193
-Forwarded: http://github.com/jamesturk/django-markupfield/commit/6fdbe51f390a8fd05116745d3bbd2f749067dec3
+origin: http://github.com/jamesturk/django-markupfield/commit/6fdbe51f390a8fd05116745d3bbd2f749067dec3
Last-Update: 2010-04-19
--- django-markupfield-1.0.0a2.orig/markupfield/tests/settings.py
Modified: packages/django-markupfield/trunk/debian/rules
===================================================================
--- packages/django-markupfield/trunk/debian/rules 2010-04-19 09:34:08 UTC (rev 12641)
+++ packages/django-markupfield/trunk/debian/rules 2010-04-19 12:21:41 UTC (rev 12642)
@@ -17,6 +17,6 @@
.PHONY: override_dh_pysupport
override_dh_pysupport:
# Work-around for bug #575377:
- find debian/ -name PKG-INFO | tail -n +2 | xargs -r -n1 cp -vf $(shell find debian/ -name PKG-INFO | head -n 1)
+ find debian/ -name "django_markupfield-*.egg-info" | tail -n +2 | xargs -r -n1 cp -vf $(shell find debian/ -name "django_markupfield-*.egg-info" | head -n 1)
dh_pysupport
More information about the Python-modules-commits
mailing list