[Python-modules-commits] [python-tornado] 03/10: Moved python{3, }-pycurl from Depends to Suggests, it's not strictly needed and added to B-D to run related unit tests

Ondřej Nový onovy-guest at moszumanska.debian.org
Mon Jun 6 08:43:39 UTC 2016


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

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

commit de12389d9c6227633050c1754477b20af214f96e
Author: Ondřej Nový <novy at ondrej.org>
Date:   Mon Jun 6 10:03:08 2016 +0200

    Moved python{3,}-pycurl from Depends to Suggests, it's not strictly needed and added to B-D to run related unit tests
---
 debian/changelog | 2 ++
 debian/control   | 5 ++++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 7b287b4..1fe2989 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,8 @@ python-tornado (4.3.0-3) UNRELEASED; urgency=medium
   * Removed python-simplejson and python-multiprocessing from B-D/R,
     because Python < 2.6 is not supported anymore (Closes: #826455)
   * Moved python-mysqldb from Recommends to Suggests, it's only used in demo
+  * Moved python{3,}-pycurl from Depends to Suggests, it's not strictly needed
+    and added to B-D to run related unit tests
 
  -- Ondřej Nový <novy at ondrej.org>  Mon, 06 Jun 2016 09:30:16 +0200
 
diff --git a/debian/control b/debian/control
index ba58a0e..4df4890 100644
--- a/debian/control
+++ b/debian/control
@@ -13,9 +13,11 @@ Build-Depends: ca-certificates,
                dh-python,
                python-all-dev,
                python-backports-abc,
+               python-pycurl,
                python-singledispatch,
                python-setuptools,
                python3-all-dev,
+               python3-pycurl,
                python3-setuptools,
                python3-singledispatch,
 Standards-Version: 3.9.8
@@ -27,11 +29,11 @@ Testsuite: autopkgtest
 Package: python-tornado
 Architecture: any
 Depends: ca-certificates,
-         python-pycurl,
          ${misc:Depends},
          ${python:Depends},
          ${shlibs:Depends},
 Suggests: python-mysqldb,
+          python-pycurl,
 Description: scalable, non-blocking web server and tools
  Tornado is an open source version of the scalable, non-blocking
  web server and tools that power FriendFeed. The FriendFeed application
@@ -47,6 +49,7 @@ Depends: ca-certificates,
          ${misc:Depends},
          ${python3:Depends},
          ${shlibs:Depends},
+Suggests: python3-pycurl,
 Description: scalable, non-blocking web server and tools - Python 3 package
  Tornado is an open source version of the scalable, non-blocking
  web server and tools that power FriendFeed. The FriendFeed application

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



More information about the Python-modules-commits mailing list