[Python-modules-commits] [python-django-contact-form] 05/10: Drop django-1.10-define-templates.patch, applied upstream.

Andrew Starr-Bochicchio asb at moszumanska.debian.org
Sat Dec 24 20:43:01 UTC 2016


This is an automated email from the git hooks/post-receive script.

asb pushed a commit to branch master
in repository python-django-contact-form.

commit c98d007133748a712b779f552b2f9411ff24e192
Author: Andrew Starr-Bochicchio <a.starr.b at gmail.com>
Date:   Sat Dec 24 14:54:36 2016 -0500

    Drop django-1.10-define-templates.patch, applied upstream.
---
 debian/changelog                                  |  1 +
 debian/patches/django-1.10-define-templates.patch | 24 -----------------------
 debian/patches/series                             |  1 -
 3 files changed, 1 insertion(+), 25 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 0ed4f99..56f6bab 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ python-django-contact-form (1.3-1) UNRELEASED; urgency=medium
   * New upstream release.
   * Use GitHub in debian/watch.
   * Bump Standards-Version to 3.9.8
+  * Drop django-1.10-define-templates.patch, applied upstream.
 
  -- Andrew Starr-Bochicchio <asb at debian.org>  Sat, 24 Dec 2016 14:52:17 -0500
 
diff --git a/debian/patches/django-1.10-define-templates.patch b/debian/patches/django-1.10-define-templates.patch
deleted file mode 100644
index 0aa9a2c..0000000
--- a/debian/patches/django-1.10-define-templates.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-Description: [Django 1.10] define TEMPLATES
-Author: Thomas Goirand <zigo at debian.org>
-Forwarded: no
-Bug-Debian: http://bugs.debian.org/828663
-Last-Update: 2016-08-04
-
-Index: python-django-contact-form/contact_form/runtests.py
-===================================================================
---- python-django-contact-form.orig/contact_form/runtests.py	2016-08-20 14:28:40.144410498 -0400
-+++ python-django-contact-form/contact_form/runtests.py	2016-08-20 14:34:22.446476678 -0400
-@@ -44,6 +44,13 @@
-     'SITE_ID': 1,
-     'DEFAULT_FROM_EMAIL': 'contact at example.com',
-     'MANAGERS': [('Manager', 'noreply at example.com')],
-+    'TEMPLATES': [
-+        {
-+            'BACKEND': 'django.template.backends.django.DjangoTemplates',
-+            'DIRS': [ os.path.join(CONTACT_FORM_DIR, 'tests/templates'), ],
-+            'APP_DIRS': True,
-+        },
-+    ]
- }
- 
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index b76b520..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-django-1.10-define-templates.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-django-contact-form.git



More information about the Python-modules-commits mailing list