[Python-apps-commits] r13948 - in packages/pyflakes/trunk/debian (4 files)

onovy at users.alioth.debian.org onovy at users.alioth.debian.org
Sat Apr 8 15:25:49 UTC 2017


    Date: Saturday, April 8, 2017 @ 15:25:48
  Author: onovy
Revision: 13948

Use autopkgtest-pkg-python testsuite

Added:
  packages/pyflakes/trunk/debian/tests/control.autodep8
    (from rev 13947, packages/pyflakes/trunk/debian/tests/control)
Modified:
  packages/pyflakes/trunk/debian/changelog
  packages/pyflakes/trunk/debian/control
Deleted:
  packages/pyflakes/trunk/debian/tests/control

Modified: packages/pyflakes/trunk/debian/changelog
===================================================================
--- packages/pyflakes/trunk/debian/changelog	2017-04-08 15:20:46 UTC (rev 13947)
+++ packages/pyflakes/trunk/debian/changelog	2017-04-08 15:25:48 UTC (rev 13948)
@@ -3,6 +3,7 @@
   * Team upload.
   * New upstream release.
   * Require same version of pyflakes{,3} and python{,3}-pyflakes
+  * Use autopkgtest-pkg-python testsuite
 
  -- Ondřej Nový <onovy at debian.org>  Sat, 08 Apr 2017 17:17:10 +0200
 

Modified: packages/pyflakes/trunk/debian/control
===================================================================
--- packages/pyflakes/trunk/debian/control	2017-04-08 15:20:46 UTC (rev 13947)
+++ packages/pyflakes/trunk/debian/control	2017-04-08 15:25:48 UTC (rev 13948)
@@ -17,6 +17,7 @@
 X-Python3-Version: >= 3.2
 Standards-Version: 3.9.8
 Homepage: https://launchpad.net/pyflakes
+Testsuite: autopkgtest-pkg-python
 Vcs-Svn: svn://anonscm.debian.org/python-apps/packages/pyflakes/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/python-apps/packages/pyflakes/trunk/
 

Deleted: packages/pyflakes/trunk/debian/tests/control
===================================================================
--- packages/pyflakes/trunk/debian/tests/control	2017-04-08 15:20:46 UTC (rev 13947)
+++ packages/pyflakes/trunk/debian/tests/control	2017-04-08 15:25:48 UTC (rev 13948)
@@ -1,14 +0,0 @@
-Test-Command: python -c "import pyflakes; print pyflakes"
-Depends: python-pyflakes
-
-Test-Command: python3 -c "import pyflakes; print(pyflakes)"
-Depends: python3-pyflakes
-
-Test-Command: pyflakes --help
-Depends: pyflakes
-
-Test-Command: pyflakes3 --help
-Depends: pyflakes3
-
-Tests: relative-import.sh
-Depends: python-pyflakes, python3-pyflakes

Copied: packages/pyflakes/trunk/debian/tests/control.autodep8 (from rev 13947, packages/pyflakes/trunk/debian/tests/control)
===================================================================
--- packages/pyflakes/trunk/debian/tests/control.autodep8	                        (rev 0)
+++ packages/pyflakes/trunk/debian/tests/control.autodep8	2017-04-08 15:25:48 UTC (rev 13948)
@@ -0,0 +1,8 @@
+Test-Command: pyflakes --help
+Depends: pyflakes
+
+Test-Command: pyflakes3 --help
+Depends: pyflakes3
+
+Tests: relative-import.sh
+Depends: python-pyflakes, python3-pyflakes




More information about the Python-apps-commits mailing list