[Python-modules-commits] [python-tornado] 03/05: Added ${shlibs:Depends} and removed lintian override for libc

Ondřej Nový onovy-guest at moszumanska.debian.org
Mon May 23 20:03:45 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 01ea41a1f34e5a2bf555c2b7a5da7ed928eae785
Author: Ondřej Nový <novy at ondrej.org>
Date:   Mon May 23 21:35:16 2016 +0200

    Added ${shlibs:Depends} and removed lintian override for libc
---
 debian/changelog                         | 1 +
 debian/control                           | 2 ++
 debian/python-tornado.lintian-overrides  | 2 --
 debian/python3-tornado.lintian-overrides | 2 --
 4 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4747628..8254ca0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 python-tornado (4.3.0-2) UNRELEASED; urgency=medium
 
   * Added Build-Depends to dh-python
+  * Added ${shlibs:Depends} and removed lintian override for libc
 
  -- Ondřej Nový <novy at ondrej.org>  Mon, 23 May 2016 21:28:03 +0200
 
diff --git a/debian/control b/debian/control
index 8af9f50..9e499a4 100644
--- a/debian/control
+++ b/debian/control
@@ -30,6 +30,7 @@ Depends: ca-certificates,
          python-pycurl,
          ${misc:Depends},
          ${python:Depends},
+         ${shlibs:Depends},
 Recommends: python (>= 2.6) | python-multiprocessing,
             python-mysqldb,
 Description: scalable, non-blocking web server and tools
@@ -46,6 +47,7 @@ Architecture: any
 Depends: ca-certificates,
          ${misc:Depends},
          ${python3:Depends},
+         ${shlibs:Depends},
 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
diff --git a/debian/python-tornado.lintian-overrides b/debian/python-tornado.lintian-overrides
index d50acd0..6977863 100644
--- a/debian/python-tornado.lintian-overrides
+++ b/debian/python-tornado.lintian-overrides
@@ -5,8 +5,6 @@ python-tornado binary: privacy-breach-may-use-debian-package
 python-tornado binary: privacy-breach-generic
 # examples on how to connect to facebook are expected to connect to the web
 python-tornado: privacy-breach-facebook usr/share/doc/python-tornado/examples/facebook/templates/modules/post.html (//graph.facebook.com/{{ escape(post[)
-# plugin, does not use libc directly
-python-tornado binary: missing-dependency-on-libc
 # test sample, so duplication and timestamps shouldn't be a problem
 python-tornado: duplicated-compressed-file usr/lib/python2.7/dist-packages/tornado/test/static/sample.xml.bz2
 python-tornado: duplicated-compressed-file usr/lib/python2.7/dist-packages/tornado/test/static/sample.xml.gz
diff --git a/debian/python3-tornado.lintian-overrides b/debian/python3-tornado.lintian-overrides
index a475e34..f20a74b 100644
--- a/debian/python3-tornado.lintian-overrides
+++ b/debian/python3-tornado.lintian-overrides
@@ -1,5 +1,3 @@
-# plugin, does not use libc directly
-python3-tornado binary: missing-dependency-on-libc
 # test sample, so duplication and timestamps shouldn't be a problem
 python3-tornado: duplicated-compressed-file usr/lib/python3/dist-packages/tornado/test/static/sample.xml.bz2
 python3-tornado: duplicated-compressed-file usr/lib/python3/dist-packages/tornado/test/static/sample.xml.gz

-- 
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