aboutsummaryrefslogtreecommitdiff
path: root/debian/patches/fix-testsuite.patch
diff options
context:
space:
mode:
authorSVN-Git Migration <python-modules-team@lists.alioth.debian.org>2015-10-08 11:51:55 -0700
committerSVN-Git Migration <python-modules-team@lists.alioth.debian.org>2015-10-08 11:51:55 -0700
commit35be9c9e0402be9c2311371cdcaf145e36509503 (patch)
tree93e03d19b48e3244241d34978c4bf4dd271a10e5 /debian/patches/fix-testsuite.patch
parent3aa44e2aeb51a52cf63deb8c9537971a81b631fd (diff)
parent210bfd7f97afe0162e682cbd2530115cf09fd51d (diff)
downloadpython-django-tagging-35be9c9e0402be9c2311371cdcaf145e36509503.tar
python-django-tagging-35be9c9e0402be9c2311371cdcaf145e36509503.tar.gz
Initialize git-dpm
Diffstat (limited to 'debian/patches/fix-testsuite.patch')
-rw-r--r--debian/patches/fix-testsuite.patch19
1 files changed, 13 insertions, 6 deletions
diff --git a/debian/patches/fix-testsuite.patch b/debian/patches/fix-testsuite.patch
index 11de6c2..c1a87fc 100644
--- a/debian/patches/fix-testsuite.patch
+++ b/debian/patches/fix-testsuite.patch
@@ -1,12 +1,19 @@
-Description: Fix settings for test suite
-Author: Raphaël Hertzog <hertzog@debian.org>
+From f50f19a1d9495ca98bf0e5de941ab9c21bcdbf91 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Rapha=C3=ABl=20Hertzog?= <hertzog@debian.org>
+Date: Thu, 8 Oct 2015 11:51:54 -0700
+Subject: Fix settings for test suite
+
Origin: vendor
+Patch-Name: fix-testsuite.patch
---
-The information above should follow the Patch Tagging Guidelines, please
-checkout http://dep.debian.net/deps/dep3/ to learn about the format.
---- python-django-tagging-0.3.1.orig/tagging/tests/settings.py
-+++ python-django-tagging-0.3.1/tagging/tests/settings.py
+ tagging/tests/settings.py | 22 +++++++---------------
+ 1 file changed, 7 insertions(+), 15 deletions(-)
+
+diff --git a/tagging/tests/settings.py b/tagging/tests/settings.py
+index 74eb909..1985118 100644
+--- a/tagging/tests/settings.py
++++ b/tagging/tests/settings.py
@@ -3,22 +3,14 @@ DIRNAME = os.path.dirname(__file__)
DEFAULT_CHARSET = 'utf-8'