[Python-modules-commits] [django-jinja] 01/01: this module now requires at least django 1.8

Edward Betts edward at moszumanska.debian.org
Wed Dec 23 12:36:36 UTC 2015


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

edward pushed a commit to branch master
in repository django-jinja.

commit 11d02b6be62bcc0b3e4f14c4bacff2532dfe212e
Author: Edward Betts <edward at 4angle.com>
Date:   Wed Dec 23 12:36:07 2015 +0000

    this module now requires at least django 1.8
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 8f6c43e..38ee6ea 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,7 @@ Vcs-Git: git://anonscm.debian.org/python-modules/packages/django-jinja.git
 
 Package: python-django-jinja
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}
+Depends: python-django (>= 1.8), ${misc:Depends}, ${python:Depends}
 Description: Jinja2 templating language integrated in Django
  Jinja2 provides certain advantages over the native system of Django, for
  example, explicit calls to callable from templates, has better performance
@@ -35,7 +35,7 @@ Description: Jinja2 templating language integrated in Django
 
 Package: python3-django-jinja
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
+Depends: python3-django (>= 1.8), ${misc:Depends}, ${python3:Depends}
 Description: Jinja2 templating language integrated in Django (Python 3 version)
  Jinja2 provides certain advantages over the native system of Django, for
  example, explicit calls to callable from templates, has better performance

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



More information about the Python-modules-commits mailing list