[Python-modules-commits] [django-polymorphic] 16/17: Use correct python3:Depends helper for Python3 package.

Michael Fladischer fladi at moszumanska.debian.org
Mon Mar 6 12:51:41 UTC 2017


This is an automated email from the git hooks/post-receive script.

fladi pushed a commit to branch experimental
in repository django-polymorphic.

commit 50d6f8a747a608ec728f8953a235ba8fcb94b25f
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Mon Mar 6 12:49:24 2017 +0100

    Use correct python3:Depends helper for Python3 package.
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 2c3c342..8595fcb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ django-polymorphic (1.1-1~exp1) UNRELEASED; urgency=low
   * Add python3-django-extra-views to Build-Depends so sphinx can use
     it.
   * Add python(3)-django-extra-views to Recommends.
+  * Use correct python3:Depends helper for Python3 package.
 
  -- Michael Fladischer <fladi at debian.org>  Mon, 06 Mar 2017 12:01:42 +0100
 
diff --git a/debian/control b/debian/control
index f5e7dd6..8fcfdc5 100644
--- a/debian/control
+++ b/debian/control
@@ -48,7 +48,7 @@ Package: python3-django-polymorphic
 Architecture: all
 Depends: python3-django,
          ${misc:Depends},
-         ${python:Depends}
+         ${python3:Depends}
 Recommends: python3-django-extra-views
 Suggests: python-django-polymorphic-doc
 Description: Seamless Polymorphic Inheritance for Django Models (Python3 version)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/django-polymorphic.git



More information about the Python-modules-commits mailing list