[Python-modules-commits] [django-wkhtmltopdf] 01/01: Add missing depends on python/python3-django
Scott Kitterman
kitterman at moszumanska.debian.org
Sun Jan 14 07:34:37 UTC 2018
This is an automated email from the git hooks/post-receive script.
kitterman pushed a commit to branch master
in repository django-wkhtmltopdf.
commit 3667ebf7b055711c90e0a513d576f0960184e882
Author: Scott Kitterman <scott at kitterman.com>
Date: Sun Jan 14 02:34:31 2018 -0500
Add missing depends on python/python3-django
---
debian/changelog | 6 ++++++
debian/control | 6 ++++--
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 9736a89..a910856 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+django-wkhtmltopdf (3.1.0-2) UNRELEASED; urgency=medium
+
+ * Add missing depends on python/python3-django
+
+ -- Scott Kitterman <scott at kitterman.com> Sun, 14 Jan 2018 02:34:14 -0500
+
django-wkhtmltopdf (3.1.0-1) unstable; urgency=medium
* Initial release. (Closes: #843924)
diff --git a/debian/control b/debian/control
index 78cd4cd..6ec46d1 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,8 @@ Architecture: all
Depends:
wkhtmltopdf,
${misc:Depends},
- ${python:Depends}
+ ${python:Depends},
+ python-django
Description: Django module with views for HTML to PDF conversions (Python 2)
Django Wkhtmltopdf provides Django views to wrap the HTML to PDF conversion
of the `wkhtmltopdf <http://wkhtmltopdf.org>` binary.
@@ -32,7 +33,8 @@ Architecture: all
Depends:
wkhtmltopdf,
${misc:Depends},
- ${python3:Depends}
+ ${python3:Depends},
+ python3-django
Description: Django module with views for HTML to PDF conversions (Python 3)
Django Wkhtmltopdf provides Django views to wrap the HTML to PDF conversion
of the `wkhtmltopdf <http://wkhtmltopdf.org>` binary.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-wkhtmltopdf.git
More information about the Python-modules-commits
mailing list