[Python-modules-commits] [python-werkzeug] 04/05: Removed pre-wheezy versioned depends

Ondřej Nový onovy at moszumanska.debian.org
Mon Jul 11 05:32:33 UTC 2016


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

onovy pushed a commit to branch master
in repository python-werkzeug.

commit 1e7bab4ad1cad76c7b5f90971af9139ed30f9e65
Author: Ondřej Nový <onovy at debian.org>
Date:   Mon Jul 11 07:25:57 2016 +0200

    Removed pre-wheezy versioned depends
---
 debian/changelog | 1 +
 debian/control   | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4e0689c..6e9a8b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ python-werkzeug (0.11.10+dfsg1-2) UNRELEASED; urgency=medium
   * d/{control,copyright}: Use my @debian.org email address
   * Use local copies of object.inv for building documentation
     (Closes: #830612)
+  * Removed pre-wheezy versioned depends
 
  -- Ondřej Nový <onovy at debian.org>  Mon, 20 Jun 2016 20:13:11 +0200
 
diff --git a/debian/control b/debian/control
index b0f863c..bb117ff 100644
--- a/debian/control
+++ b/debian/control
@@ -5,9 +5,9 @@ Maintainer: Python Modules Packaging Team <python-modules-team at lists.alioth.debi
 Uploaders: Piotr Ożarowski <piotr at debian.org>,
            Ondřej Nový <onovy at debian.org>,
 Standards-Version: 3.9.8
-Build-Depends: debhelper (>= 9), dh-python, python-sphinx (>= 1.0.7+dfsg-1~),
+Build-Depends: debhelper (>= 9), dh-python, python-sphinx,
  python-all, python3-all,
- python-setuptools (>= 0.6b3), python3-setuptools (>= 0.6b3),
+ python-setuptools, python3-setuptools,
  python-doc,
 # for tests:
  python-pytest, python3-pytest,
@@ -27,7 +27,7 @@ Testsuite: autopkgtest-pkg-python
 Package: python-werkzeug
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, libjs-jquery
-Recommends: python-simplejson | python (>= 2.6), python-openssl, python-pyinotify
+Recommends: python-openssl, python-pyinotify
 Suggests: ipython, python-genshi, python-pkg-resources, python-lxml,
  python-greenlet, python-redis, python-pylibmc | python-memcache,
  python-werkzeug-doc
@@ -45,7 +45,7 @@ Description: collection of utilities for WSGI applications (Python 2.x)
 Package: python3-werkzeug
 Architecture: all
 Depends: ${python3:Depends}, ${misc:Depends}, libjs-jquery
-Recommends: python3-simplejson | python3, python3-openssl, python3-pyinotify
+Recommends: python3-openssl, python3-pyinotify
 Suggests: ipython3, python3-pkg-resources, python3-lxml,
  python-werkzeug-doc
 Description: collection of utilities for WSGI applications (Python 3.x)

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



More information about the Python-modules-commits mailing list