[med-svn] r22779 - trunk/packages/rostlab/profphd/trunk/debian/tests

Tatiana Malygina latticetower-guest at moszumanska.debian.org
Sun Sep 11 01:46:54 UTC 2016


Author: latticetower-guest
Date: 2016-09-11 01:46:52 +0000 (Sun, 11 Sep 2016)
New Revision: 22779

Modified:
   trunk/packages/rostlab/profphd/trunk/debian/tests/control
Log:
replace tests from autopkgtest-pkg-perl with simple modules syntax check

Modified: trunk/packages/rostlab/profphd/trunk/debian/tests/control
===================================================================
--- trunk/packages/rostlab/profphd/trunk/debian/tests/control	2016-09-10 22:06:47 UTC (rev 22778)
+++ trunk/packages/rostlab/profphd/trunk/debian/tests/control	2016-09-11 01:46:52 UTC (rev 22779)
@@ -1,15 +1,6 @@
 Tests: installation-test, profphd-install-test
-Depends: @, pp-popularity-contest
+Depends: @
+Restrictions: allow-stderr
 
-Test-Command: /usr/share/pkg-perl-autopkgtest/runner build-deps
-Depends: @, @builddeps@, pkg-perl-autopkgtest, pp-popularity-contest
-
-Test-Command: /usr/share/pkg-perl-autopkgtest/runner runtime-deps
-Depends: @, pkg-perl-autopkgtest, pp-popularity-contest
-
-Test-Command: /usr/share/pkg-perl-autopkgtest/runner runtime-deps-and-recommends
-Depends: @, pkg-perl-autopkgtest, pp-popularity-contest
-Restrictions: needs-recommends
-
-Test-Command: /usr/share/pkg-perl-autopkgtest/runner heavy-deps
-Depends: @, pkg-perl-autopkgtest, pkg-perl-autopkgtest-heavy, pp-popularity-contest
+Test-Command: find src -type f -name "*.pm" -exec perl -c 2>&1 \{\} \;
+Depends: @




More information about the debian-med-commit mailing list