[libapache-session-perl] 02/03: add explicit test control file with additional dependency on libdbi-perl
Damyan Ivanov
dmn at moszumanska.debian.org
Sun Jun 7 10:13:33 UTC 2015
This is an automated email from the git hooks/post-receive script.
dmn pushed a commit to branch master
in repository libapache-session-perl.
commit f55dd4a60d379ed343d8cb19a07863184268375c
Author: Damyan Ivanov <dmn at debian.org>
Date: Sun Jun 7 10:10:10 2015 +0000
add explicit test control file with additional dependency on libdbi-perl
allows the full test suite to pass
---
debian/tests/control | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/debian/tests/control b/debian/tests/control
new file mode 100644
index 0000000..2b53b62
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,13 @@
+Test-Command: /usr/share/pkg-perl-autopkgtest/runner build-deps
+Depends: @, @builddeps@, pkg-perl-autopkgtest
+
+Test-Command: /usr/share/pkg-perl-autopkgtest/runner runtime-deps
+Depends: @, pkg-perl-autopkgtest
+
+Test-Command: /usr/share/pkg-perl-autopkgtest/runner runtime-deps-and-recommends
+Depends: @, pkg-perl-autopkgtest, libdbi-perl
+Restrictions: needs-recommends
+
+Test-Command: /usr/share/pkg-perl-autopkgtest/runner heavy-deps
+Depends: @, pkg-perl-autopkgtest, pkg-perl-autopkgtest-heavy, libdbi-perl
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libapache-session-perl.git
More information about the Pkg-perl-cvs-commits
mailing list