[Python-modules-commits] [flufl.enum] 05/05: Add Testsuite for autodep8

Barry Warsaw barry at moszumanska.debian.org
Tue Jan 24 15:39:31 UTC 2017


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

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

commit 902c05c74b89a10853da92dbf022d5548367c223
Author: Barry Warsaw <barry at ubuntu.com>
Date:   Tue Jan 24 10:37:08 2017 -0500

    Add Testsuite for autodep8
---
 debian/changelog     | 3 +++
 debian/control       | 1 +
 debian/tests/control | 3 ---
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 627b4e2..df2a4f0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,7 +9,10 @@ flufl.enum (4.1.1-1) UNRELEASED; urgency=medium
   * d/control:
     - Bump debhelper version to >= 9
     - Bump Standards-Version to 3.9.8 with no other changes needed.
+    - Add Testsuite: autopkgtest-pkg-python (not strictly needed for
+      autodep8 but helps for codesearch.debian.net).
   * d/compat: Bump to version 9.
+  * d/tests: Removed; use autodep8.
 
  -- Barry Warsaw <barry at debian.org>  Tue, 24 Jan 2017 10:23:38 -0500
 
diff --git a/debian/control b/debian/control
index 96f142a..bd99a67 100644
--- a/debian/control
+++ b/debian/control
@@ -16,6 +16,7 @@ Build-Depends: debhelper (>= 9),
                python3-pkg-resources,
                python3-setuptools
 Standards-Version: 3.9.8
+Testsuite: autopkgtest-pkg-python
 Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/flufl.enum.git
 Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/flufl.enum.git
 
diff --git a/debian/tests/control b/debian/tests/control
deleted file mode 100644
index 56b2cdd..0000000
--- a/debian/tests/control
+++ /dev/null
@@ -1,3 +0,0 @@
-Test-Command: python -c "import flufl.enum; print flufl.enum"
-
-Test-Command: python3 -c "import flufl.enum; print(flufl.enum)"

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



More information about the Python-modules-commits mailing list