[Python-modules-commits] [python-django-extensions] 08/18: Remove unnecessary versioned dependencies.

Michael Fladischer fladi at moszumanska.debian.org
Wed May 18 13:34:10 UTC 2016


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

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

commit 41c21adc314ab23be64037f896c37b2ff755ef1f
Author: Michael Fladischer <fladi at debian.org>
Date:   Tue May 17 11:24:28 2016 +0200

    Remove unnecessary versioned dependencies.
---
 debian/changelog | 1 +
 debian/control   | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ea35d45..e5634eb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ python-django-extensions (1.6.7-1) UNRELEASED; urgency=low
   * New upstream release.
   * Clean .coverage file to allow two builds in a row.
   * Clean django_extensions.egg-info folder to allow two builds in a row.
+  * Remove unnecessary versioned dependencies.
 
  -- Michael Fladischer <fladi at debian.org>  Mon, 16 May 2016 17:18:48 +0200
 
diff --git a/debian/control b/debian/control
index 283e6be..8631219 100644
--- a/debian/control
+++ b/debian/control
@@ -5,10 +5,10 @@ Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.
 Uploaders: Brian May <bam at debian.org>
 X-Python-Version: >=2.7
 Build-Depends: debhelper (>= 9), dh-python,
- python-all (>= 2.6.6-3~), python-setuptools, python-django (>= 1.4),
+ python-all, python-setuptools, python-django,
  python-six, python-dateutil, python-shortuuid, python-mock, python-pip,
  python-pytest, python-pytest-cov, python-pytest-django,
- python3-all, python3-setuptools, python3-django (>= 1.4),
+ python3-all, python3-setuptools, python3-django,
  python3-six, python3-dateutil, python3-shortuuid, python3-mock, python3-pip,
  python3-pytest, python3-pytest-cov, python3-pytest-django,
 Standards-Version: 3.9.8
@@ -18,7 +18,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-djan
 
 Package: python-django-extensions
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-django (>= 1.0.2), python-six
+Depends: ${misc:Depends}, ${python:Depends}, python-django, python-six
 Recommends: libjs-jquery
 Suggests: python-werkzeug, python-pygraphviz, python-boto, python-profiler, python-keyczar
 Description: Useful extensions for Django projects
@@ -40,7 +40,7 @@ Description: Useful extensions for Django projects
 
 Package: python3-django-extensions
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}, python3-django (>= 1.0.2), python3-six
+Depends: ${misc:Depends}, ${python3:Depends}, python3-django, python3-six
 Recommends: libjs-jquery
 Suggests: python3-werkzeug, python3-pygraphviz, python3-boto, python3-profiler, python3-keyczar
 Description: Useful extensions for Django projects

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



More information about the Python-modules-commits mailing list