[Python-modules-commits] [python-django-contact-form] 12/14: Add python3-django to build depends as well.

Andrew Starr-Bochicchio asb at moszumanska.debian.org
Sun Oct 11 18:25:22 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 a36dc2d5d12f0a379bca7596226347f9bc04ff70
Author: Andrew Starr-Bochicchio <a.starr.b at gmail.com>
Date:   Sun Oct 11 13:59:16 2015 -0400

    Add python3-django to build depends as well.
---
 debian/changelog | 2 +-
 debian/control   | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 9436577..77baf8b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,7 +9,7 @@ python-django-contact-form (1.1-1) UNRELEASED; urgency=medium
   * Update homepage.
   * Remove obsolete get-orig-source target from debian/rules.
   * Update debian/docs for new file names.
-  * Build depend on python-django for running build time tests (Closes: #800673).
+  * Build depend on python{3}-django for running build time tests (Closes: #800673).
   * Disable tests when building against Python 3.5 due to bug
     in upstream Django (See: #800137).
 
diff --git a/debian/control b/debian/control
index f129ccf..33dfbca 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 7.0.50~),
                python-all (>= 2.6.6-3~),
                python-django,
                python3-all,
+               python3-django,
                python-setuptools,
                python3-setuptools
 Standards-Version: 3.9.6

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