[Python-modules-commits] [python-django-contact-form] 06/08: Drop 0001-Add-templates-for-tests-that-are-missing-from-the-up.patch

Andrew Starr-Bochicchio asb at moszumanska.debian.org
Fri Dec 25 19:20:35 UTC 2015


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 ccdaa2946d01da88c93abed8474ec23c664a4307
Author: Andrew Starr-Bochicchio <a.starr.b at gmail.com>
Date:   Fri Dec 25 14:04:40 2015 -0500

    Drop 0001-Add-templates-for-tests-that-are-missing-from-the-up.patch
---
 debian/changelog                                   |  1 +
 ...es-for-tests-that-are-missing-from-the-up.patch | 56 ----------------------
 debian/patches/series                              |  1 -
 3 files changed, 1 insertion(+), 57 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 5d2f963..6cbee74 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 python-django-contact-form (1.2~git23.8413069-1) UNRELEASED; urgency=medium
 
   * New upstream snapshot (Closes: #806363).
+  * Drop 0001-Add-templates-for-tests-that-are-missing-from-the-up.patch
 
  -- Andrew Starr-Bochicchio <a.starr.b at gmail.com>  Fri, 25 Dec 2015 13:42:01 -0500
 
diff --git a/debian/patches/0001-Add-templates-for-tests-that-are-missing-from-the-up.patch b/debian/patches/0001-Add-templates-for-tests-that-are-missing-from-the-up.patch
deleted file mode 100644
index 5aa6f40..0000000
--- a/debian/patches/0001-Add-templates-for-tests-that-are-missing-from-the-up.patch
+++ /dev/null
@@ -1,56 +0,0 @@
-From ed69bcbb6e66f87deef9539f47b5707e4d8c9e1c Mon Sep 17 00:00:00 2001
-From: Andrew Starr-Bochicchio <a.starr.b at gmail.com>
-Date: Sun, 11 Oct 2015 13:18:23 -0400
-Subject: Add templates for tests that are missing from the upstream pypi
- distribution.
-
----
- contact_form/tests/templates/contact_form/contact_form.html              | 1 +
- contact_form/tests/templates/contact_form/contact_form.txt               | 1 +
- contact_form/tests/templates/contact_form/contact_form_sent.html         | 1 +
- contact_form/tests/templates/contact_form/contact_form_subject.txt       | 1 +
- .../tests/templates/contact_form/test_callable_template_name.html        | 1 +
- 5 files changed, 5 insertions(+)
- create mode 100644 contact_form/tests/templates/contact_form/contact_form.html
- create mode 100644 contact_form/tests/templates/contact_form/contact_form.txt
- create mode 100644 contact_form/tests/templates/contact_form/contact_form_sent.html
- create mode 100644 contact_form/tests/templates/contact_form/contact_form_subject.txt
- create mode 100644 contact_form/tests/templates/contact_form/test_callable_template_name.html
-
-diff --git a/contact_form/tests/templates/contact_form/contact_form.html b/contact_form/tests/templates/contact_form/contact_form.html
-new file mode 100644
-index 0000000..30580d0
---- /dev/null
-+++ b/contact_form/tests/templates/contact_form/contact_form.html
-@@ -0,0 +1 @@
-+{{ body }}
-diff --git a/contact_form/tests/templates/contact_form/contact_form.txt b/contact_form/tests/templates/contact_form/contact_form.txt
-new file mode 100644
-index 0000000..ba6f437
---- /dev/null
-+++ b/contact_form/tests/templates/contact_form/contact_form.txt
-@@ -0,0 +1 @@
-+{{ body }}
-\ No newline at end of file
-diff --git a/contact_form/tests/templates/contact_form/contact_form_sent.html b/contact_form/tests/templates/contact_form/contact_form_sent.html
-new file mode 100644
-index 0000000..d77907c
---- /dev/null
-+++ b/contact_form/tests/templates/contact_form/contact_form_sent.html
-@@ -0,0 +1 @@
-+<p>Message sent!</p>
-diff --git a/contact_form/tests/templates/contact_form/contact_form_subject.txt b/contact_form/tests/templates/contact_form/contact_form_subject.txt
-new file mode 100644
-index 0000000..dbe1d01
---- /dev/null
-+++ b/contact_form/tests/templates/contact_form/contact_form_subject.txt
-@@ -0,0 +1 @@
-+Contact form message
-\ No newline at end of file
-diff --git a/contact_form/tests/templates/contact_form/test_callable_template_name.html b/contact_form/tests/templates/contact_form/test_callable_template_name.html
-new file mode 100644
-index 0000000..7856439
---- /dev/null
-+++ b/contact_form/tests/templates/contact_form/test_callable_template_name.html
-@@ -0,0 +1 @@
-+Callable template_name used.
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 12dddc6..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-Add-templates-for-tests-that-are-missing-from-the-up.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