[Python-modules-commits] [python-click-log] 01/02: Fix tests

Filip Pytloun fpytloun-guest at moszumanska.debian.org
Tue Aug 9 10:29:13 UTC 2016


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

fpytloun-guest pushed a commit to branch master
in repository python-click-log.

commit 8b8b06c37ca51b65addb15c7557af988920b95f8
Author: Filip Pytloun <filip at pytloun.cz>
Date:   Tue Aug 9 12:16:22 2016 +0200

    Fix tests
---
 debian/control | 21 ++++++++++-----------
 1 file changed, 10 insertions(+), 11 deletions(-)

diff --git a/debian/control b/debian/control
index 13b26de..8cd7644 100644
--- a/debian/control
+++ b/debian/control
@@ -4,15 +4,17 @@ Uploaders: Filip Pytloun <filip at pytloun.cz>
 Section: python
 Priority: optional
 Build-Depends: debhelper (>= 9),
-               dh-python,
+               dh-python (>= 2.20160609~),
                python-all,
-               python3-all,
                python-click,
-               python3-click,
+               python-pytest,
                python-setuptools,
-               python3-setuptools,
                python-sphinx,
-               python3-sphinx,
+               python3-all,
+               python3-click,
+               python3-pytest,
+               python3-setuptools,
+               python3-sphinx
 Standards-Version: 3.9.8
 Testsuite: autopkgtest-pkg-python
 Homepage: https://github.com/click-contrib/click-log
@@ -21,8 +23,7 @@ Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-click-log
 
 Package: python-click-log
 Architecture: all
-Depends: ${misc:Depends},
-         ${python:Depends}
+Depends: ${misc:Depends}, ${python:Depends}
 Description: Logging integration for Click - Python 2.7
  Partly because Python’s logging module aims to be so generic, it doesn’t come
  with sensible defaults for CLI applications. At some point you might also want
@@ -34,8 +35,7 @@ Description: Logging integration for Click - Python 2.7
 
 Package: python3-click-log
 Architecture: all
-Depends: ${misc:Depends},
-         ${python3:Depends}
+Depends: ${misc:Depends}, ${python3:Depends}
 Description: Logging integration for Click - Python 3.x
  Partly because Python’s logging module aims to be so generic, it doesn’t come
  with sensible defaults for CLI applications. At some point you might also want
@@ -48,8 +48,7 @@ Description: Logging integration for Click - Python 3.x
 Package: python-click-log-doc
 Section: doc
 Architecture: all
-Depends: ${misc:Depends},
-         ${sphinxdoc:Depends}
+Depends: ${misc:Depends}, ${sphinxdoc:Depends}
 Description: Logging integration for Click - documentation
  Partly because Python’s logging module aims to be so generic, it doesn’t come
  with sensible defaults for CLI applications. At some point you might also want

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



More information about the Python-modules-commits mailing list