[Python-modules-commits] [python-django-contact-form] 01/02: debian/control: Fix incorrect dependencies for python3-django-contact-form (Closes: #867426).

Andrew Starr-Bochicchio asb at moszumanska.debian.org
Sat Jul 15 01:36:38 UTC 2017


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 0a8883d5ec85f079cf42cc89acb54f2380f59ebd
Author: Andrew Starr-Bochicchio <a.starr.b at gmail.com>
Date:   Fri Jul 14 21:36:13 2017 -0400

    debian/control: Fix incorrect dependencies for python3-django-contact-form (Closes: #867426).
---
 debian/changelog | 7 +++++++
 debian/control   | 2 +-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 0f67c3a..ec51f25 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+python-django-contact-form (1.4.2-2) UNRELEASED; urgency=medium
+
+  * debian/control: Fix incorrect dependencies for
+    python3-django-contact-form (Closes: #867426).
+
+ -- Andrew Starr-Bochicchio <asb at debian.org>  Fri, 14 Jul 2017 21:33:59 -0400
+
 python-django-contact-form (1.4.2-1) unstable; urgency=medium
 
   * New upstream release (Closes: #865941).
diff --git a/debian/control b/debian/control
index 514dac3..1d3b036 100644
--- a/debian/control
+++ b/debian/control
@@ -34,7 +34,7 @@ Description: extensible contact-form application for Django
 Package: python3-django-contact-form
 Architecture: all
 Recommends: python-django-contact-form-doc
-Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.0)
+Depends: ${misc:Depends}, ${python3:Depends}, python3-django (>= 1.0)
 Description: extensible contact-form application for Django (Python 3)
  This is a reusable application which simplifies including a contact form within
  Django, the Python web framework. It provides a basic contact form which, once

-- 
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