This is an automated email from the git hooks/post-receive script. kanashiro-guest pushed a commit to branch master in repository libtest-effects-perl.
commit 7a15f4460d2757eef732d8f3f32950da81300749 Author: Lucas Kanashiro <[email protected]> Date: Thu Dec 24 13:47:11 2015 -0200 Mark package as autopkg-testable --- debian/changelog | 1 + debian/control | 1 + debian/tests/pkg-perl/smoke-skip | 5 +++++ 3 files changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 637a9d3..50acca2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,7 @@ libtest-effects-perl (0.001005-2) UNRELEASED; urgency=medium * Declare compliance with Debian policy 3.9.6 * Organize debian/control file * Update long description in debian/control. Silence lintian. + * Mark package as autopkg-testable -- Lucas Kanashiro <[email protected]> Thu, 24 Dec 2015 11:47:16 -0200 diff --git a/debian/control b/debian/control index 120e8c1..c6c8331 100644 --- a/debian/control +++ b/debian/control @@ -1,6 +1,7 @@ Source: libtest-effects-perl Section: perl Priority: optional +Testsuite: autopkgtest-pkg-perl Maintainer: Debian Perl Group <[email protected]> Uploaders: Salvatore Bonaccorso <[email protected]> Build-Depends: debhelper (>= 9) diff --git a/debian/tests/pkg-perl/smoke-skip b/debian/tests/pkg-perl/smoke-skip new file mode 100644 index 0000000..9852f32 --- /dev/null +++ b/debian/tests/pkg-perl/smoke-skip @@ -0,0 +1,5 @@ +# this test try to test some effects of usage of VERBOSE.pm without lib/ where +# should raise exception. But in installed version this module are in +# /usr/share/perl5/Test/Effects/, so without lib/ you are able to use the +# module, which brings a test failure. So it should be skipped. +t/WITHOUT_dir_pat.t -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-effects-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
