[Python-modules-commits] [flask] 04/06: Removed all pre-wheezy version compare from dependency
Ondřej Nový
onovy at moszumanska.debian.org
Mon Jul 18 20:50:29 UTC 2016
This is an automated email from the git hooks/post-receive script.
onovy pushed a commit to branch master
in repository flask.
commit f641656bed68c510df13b28f1aeb84427c6120f4
Author: Ondřej Nový <onovy at debian.org>
Date: Mon Jul 18 22:39:50 2016 +0200
Removed all pre-wheezy version compare from dependency
---
debian/changelog | 1 +
debian/control | 4 ++--
debian/pydist-overrides | 2 --
3 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 6189162..3d41f8b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -22,6 +22,7 @@ flask (0.11.1-1) UNRELEASED; urgency=medium
* Removed override_dh_auto_clean and override_dh_python3 (not needed)
* Use update-alternatives for /usr/bin/flask CLI
* Make python-flask and python3-flask descriptions distinct
+ * Removed all pre-wheezy version compare from dependency
-- Ondřej Nový <novy at ondrej.org> Tue, 29 Mar 2016 21:36:03 +0200
diff --git a/debian/control b/debian/control
index 88482e3..15e37bb 100644
--- a/debian/control
+++ b/debian/control
@@ -8,10 +8,10 @@ Build-Depends: debhelper (>= 9), dh-python (>= 2.20160609~),
python-setuptools, python3-setuptools,
python-click, python3-click,
# for docs:
- python-sphinx (>= 1.0.7+dfsg),
+ python-sphinx,
# for tests:
python-pytest, python3-pytest,
- python-werkzeug (>= 0.8), python-jinja2, python-itsdangerous,
+ python-werkzeug, python-jinja2, python-itsdangerous,
python3-werkzeug, python3-jinja2, python3-itsdangerous,
python-simplejson, python3-simplejson,
python-blinker
diff --git a/debian/pydist-overrides b/debian/pydist-overrides
deleted file mode 100644
index e5981d5..0000000
--- a/debian/pydist-overrides
+++ /dev/null
@@ -1,2 +0,0 @@
-Werkzeug python-werkzeug (>= 0.8)
-Jinja2 python-jinja2 (>= 2.4)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/flask.git
More information about the Python-modules-commits
mailing list