[Python-modules-commits] [flufl.testing] 01/02: Add a missing dependency.

Barry Warsaw barry at moszumanska.debian.org
Mon Dec 12 21:31:51 UTC 2016


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

barry pushed a commit to branch master
in repository flufl.testing.

commit a7668b6235f1eb2d7300054501e18c6c2a419a86
Author: Barry Warsaw <barry at python.org>
Date:   Mon Dec 12 16:19:21 2016 -0500

    Add a missing dependency.
    
    wrap-and-sort -at
---
 debian/changelog | 4 ++--
 debian/control   | 8 +++++---
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index f5f3816..f66546a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,5 @@
-flufl.testing (0.5-1) UNRELEASED; urgency=medium
+flufl.testing (0.5-1) unstable; urgency=medium
 
   * Initial release. (Closes: #844650)
 
- -- Barry Warsaw <barry at debian.org>  Mon, 12 Dec 2016 14:54:32 -0500
+ -- Barry Warsaw <barry at debian.org>  Mon, 12 Dec 2016 16:12:11 -0500
diff --git a/debian/control b/debian/control
index 17c6829..480f0dd 100644
--- a/debian/control
+++ b/debian/control
@@ -1,6 +1,6 @@
 Source: flufl.testing
 Maintainer: Barry Warsaw <barry at debian.org>
-Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>,
 Homepage: https://gitlab.com/warsaw/flufl.testing
 Section: python
 X-Python3-Version: >= 3.4
@@ -10,14 +10,16 @@ Build-Depends: debhelper (>= 9),
                python-sphinx (>= 1.0.7+dfsg-1~),
                python3-all,
                python3-pkg-resources,
-               python3-setuptools
+               python3-setuptools,
 Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/flufl.testing.git
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/flufl.testing.git
 
 Package: python3-flufl.testing
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}
+Depends: python3-pkg-resources,
+         ${misc:Depends},
+         ${python3:Depends},
 Description: small collection of Python test helpers
  This package includes plugins for the following test tools: nose2, flake8.
  The plugins provide useful features (e.g. filtering tests based on a regular

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



More information about the Python-modules-commits mailing list