[pytables] 04/06: Reformat debian/tests/control file

Antonio Valentino a_valentino-guest at moszumanska.debian.org
Sat Nov 18 22:47:23 UTC 2017


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

a_valentino-guest pushed a commit to branch master
in repository pytables.

commit c3180043297df6961c28766601974e88e3c1039c
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Sat Nov 18 10:37:28 2017 +0000

    Reformat debian/tests/control file
---
 debian/changelog     |  3 +++
 debian/tests/control | 22 ++++++++++++----------
 2 files changed, 15 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ed7563f..c039d09 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,9 @@ pytables (3.4.2-2) UNRELEASED; urgency=medium
       (Closes: #881741)
     - remove break/replace rules for pytables << 3.0.0-3:
       no longer necessary
+  * debian/tests/control
+    - reformat
+    - re-enable tests on python3-dbg
 
  -- Antonio Valentino <antonio.valentino at tiscali.it>  Sat, 18 Nov 2017 10:08:22 +0000
 
diff --git a/debian/tests/control b/debian/tests/control
index 1571ef4..82ceef3 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,11 +1,13 @@
-Tests: python2
-Depends: python-tables, python-all
+Tests: python2,
+       python2-dbg,
+       python3,
+       python3-dbg
+Depends: python-tables,
+         python-all,
+         python-tables-dbg,
+         python-all-dbg,
+         python3-tables,
+         python3-all,
+         python3-tables-dbg,
+         python3-all-dbg
 
-Tests: python2-dbg
-Depends: python-tables-dbg, python-all-dbg
-
-Tests: python3
-Depends: python3-tables, python3-all
-
-#Tests: python3-dbg
-#Depends: python3-tables-dbg, python3-all-dbg

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/pytables.git



More information about the debian-science-commits mailing list