[Python-modules-commits] [django-markupfield] 05/08: Minimum required Django version is now 1.8.

Michael Fladischer fladi at moszumanska.debian.org
Sat Dec 19 20:18:28 UTC 2015


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

fladi pushed a commit to branch master
in repository django-markupfield.

commit de993a5e48e6235fc5a6d3de3a3841f10cdf219f
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date:   Sat Dec 19 20:55:13 2015 +0100

    Minimum required Django version is now 1.8.
---
 debian/control | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 5db73c2..0430852 100644
--- a/debian/control
+++ b/debian/control
@@ -6,12 +6,12 @@ Uploaders: Michael Fladischer <fladi at debian.org>
 Build-Depends: debhelper (>= 8.1.0~),
                dh-python,
                python-all,
-               python-django,
+               python-django (>= 1.8),
                python-docutils,
                python-markdown,
                python-setuptools,
                python3-all,
-               python3-django,
+               python3-django (>= 1.8),
                python3-docutils,
                python3-markdown,
                python3-setuptools
@@ -24,7 +24,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/django-mark
 
 Package: python-django-markupfield
 Architecture: all
-Depends: python-django, ${misc:Depends}, ${python:Depends}
+Depends: python-django (>= 1.8), ${misc:Depends}, ${python:Depends}
 Suggests: python-docutils, python-markdown, python-textile
 Description: custom Django field for easy use of markup in text fields
  An implementation of a custom MarkupField for Django. A MarkupField is in
@@ -41,7 +41,7 @@ Description: custom Django field for easy use of markup in text fields
 
 Package: python3-django-markupfield
 Architecture: all
-Depends: python3-django, ${misc:Depends}, ${python3:Depends}
+Depends: python3-django (>= 1.8), ${misc:Depends}, ${python3:Depends}
 Suggests: python3-docutils, python3-markdown
 Description: custom Django field for easy use of markup in text fields (Python3 version)
  An implementation of a custom MarkupField for Django. A MarkupField is in

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



More information about the Python-modules-commits mailing list