[Python-modules-commits] [python-django-extensions] 09/18: Remove python{, 3}-profiler from Suggests as it is provided by python{, 3} itself.
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 ccc77cfc87365db34fae6290aabe88e9dbb65d7a
Author: Michael Fladischer <fladi at debian.org>
Date: Tue May 17 11:49:48 2016 +0200
Remove python{,3}-profiler from Suggests as it is provided by
python{,3} itself.
---
debian/changelog | 2 ++
debian/control | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index e5634eb..c5ad44c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ python-django-extensions (1.6.7-1) UNRELEASED; urgency=low
* 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.
+ * Remove python{,3}-profiler from Suggests as it is provided by
+ python{,3} itself.
-- Michael Fladischer <fladi at debian.org> Mon, 16 May 2016 17:18:48 +0200
diff --git a/debian/control b/debian/control
index 8631219..a57576a 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ Package: python-django-extensions
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, python-django, python-six
Recommends: libjs-jquery
-Suggests: python-werkzeug, python-pygraphviz, python-boto, python-profiler, python-keyczar
+Suggests: python-werkzeug, python-pygraphviz, python-boto, python-keyczar
Description: Useful extensions for Django projects
This is a collection of useful third-party tools for projects that use the
Django web development framework. It provides the management commands:
@@ -42,7 +42,7 @@ Package: python3-django-extensions
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, python3-django, python3-six
Recommends: libjs-jquery
-Suggests: python3-werkzeug, python3-pygraphviz, python3-boto, python3-profiler, python3-keyczar
+Suggests: python3-werkzeug, python3-pygraphviz, python3-boto, python3-keyczar
Description: Useful extensions for Django projects
This is a collection of useful third-party tools for projects that use the
Django web development framework. It provides the management commands:
--
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