[Python-modules-commits] [django-anymail] 01/02: Refresh patches after git-dpm to gbp pq conversion
Scott Kitterman
kitterman at moszumanska.debian.org
Sun Aug 20 19:16:51 UTC 2017
This is an automated email from the git hooks/post-receive script.
kitterman pushed a commit to branch patch-queue/debian/master
in repository django-anymail.
commit cb32231d44fe87d34ccac85fd144f2f66bda4c77
Author: Scott Kitterman <scott at kitterman.com>
Date: Mon Jun 19 20:58:16 2017 -0400
Refresh patches after git-dpm to gbp pq conversion
---
debian/changelog | 6 ++++++
.../{fix-attachment-crash => 0001-fix-attachment-crash.patch} | 8 ++++++++
debian/patches/series | 2 +-
3 files changed, 15 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 862e217..b814faf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+django-anymail (0.8-2ubuntu1) UNRELEASED; urgency=medium
+
+ * Refresh patches after git-dpm to gbp pq conversion
+
+ -- Scott Kitterman <scott at kitterman.com> Mon, 19 Jun 2017 20:58:07 -0400
+
django-anymail (0.8-2) unstable; urgency=medium
* Upload to unstable (See #859306)
diff --git a/debian/patches/fix-attachment-crash b/debian/patches/0001-fix-attachment-crash.patch
similarity index 83%
rename from debian/patches/fix-attachment-crash
rename to debian/patches/0001-fix-attachment-crash.patch
index 6f53b40..632a96c 100644
--- a/debian/patches/fix-attachment-crash
+++ b/debian/patches/0001-fix-attachment-crash.patch
@@ -1,3 +1,7 @@
+From: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Date: Mon, 19 Jun 2017 20:56:53 -0400
+Subject: fix-attachment-crash
+
7d7448011b961b742ab053f29e265a554eff8297
anymail/utils.py | 6 ++++++
tests/test_mailgun_backend.py | 26 ++++++++++++++++++++++++--
@@ -5,6 +9,10 @@
3 files changed, 33 insertions(+), 2 deletions(-)
Note: Test changes not included for simplicity (not run during package build
anyway).
+---
+ anymail/utils.py | 6 ++++++
+ 1 file changed, 6 insertions(+)
+
diff --git a/anymail/utils.py b/anymail/utils.py
index 66c307a..f9e71ad 100644
--- a/anymail/utils.py
diff --git a/debian/patches/series b/debian/patches/series
index 5f1a3f7..440a266 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1 @@
-fix-attachment-crash
+0001-fix-attachment-crash.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-anymail.git
More information about the Python-modules-commits
mailing list