This is an automated email from the git hooks/post-receive script. kanashiro-guest pushed a commit to branch master in repository libtest-distribution-perl.
commit d4efc20ffa32cabdec8cd25b7b0f123b1d26ef7b Author: Lucas Kanashiro <[email protected]> Date: Thu Dec 24 10:38:00 2015 -0200 Mark package as autopkg-testable --- debian/changelog | 1 + debian/control | 1 + debian/tests/pkg-perl/SKIP | 2 ++ debian/tests/pkg-perl/smoke-files | 4 ++++ debian/tests/pkg-perl/smoke-skip | 1 + 5 files changed, 9 insertions(+) diff --git a/debian/changelog b/debian/changelog index 7211831..bcd5e05 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ libtest-distribution-perl (2.00-5) UNRELEASED; urgency=medium * Drop blank line in debian/watch * Add debian/upstream/metadata * Bump debhelper compatibility level to 9 + * Mark package as autopkg-testable -- Lucas Kanashiro <[email protected]> Thu, 24 Dec 2015 09:55:58 -0200 diff --git a/debian/control b/debian/control index 28d4f9e..21c418a 100644 --- a/debian/control +++ b/debian/control @@ -3,6 +3,7 @@ Maintainer: Debian Perl Group <[email protected]> Uploaders: Jose Luis Rivas <[email protected]>, gregor herrmann <[email protected]> Section: perl +Testsuite: autopkgtest-pkg-perl Priority: extra Build-Depends: debhelper (>= 9), libmodule-build-perl diff --git a/debian/tests/pkg-perl/SKIP b/debian/tests/pkg-perl/SKIP new file mode 100644 index 0000000..4a51d73 --- /dev/null +++ b/debian/tests/pkg-perl/SKIP @@ -0,0 +1,2 @@ +# use.t is failing because the test generates an output, but everything seems ok +runtime-deps.d/use.t diff --git a/debian/tests/pkg-perl/smoke-files b/debian/tests/pkg-perl/smoke-files new file mode 100644 index 0000000..2655305 --- /dev/null +++ b/debian/tests/pkg-perl/smoke-files @@ -0,0 +1,4 @@ +t/ +Build.PL +README +Changes.pod diff --git a/debian/tests/pkg-perl/smoke-skip b/debian/tests/pkg-perl/smoke-skip new file mode 100644 index 0000000..14874ae --- /dev/null +++ b/debian/tests/pkg-perl/smoke-skip @@ -0,0 +1 @@ +t/02extra.t -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-distribution-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
