This is an automated email from the git hooks/post-receive script. kanashiro-guest pushed a commit to branch master in repository libtest-nowarnings-perl.
commit b3eaef8e15fe8970d2f99b36ddd67e973d43a755 Author: Lucas Kanashiro <[email protected]> Date: Wed Dec 30 11:29:40 2015 -0200 Mark package as autopkgtestable --- debian/changelog | 1 + debian/control | 1 + debian/tests/pkg-perl/SKIP | 3 +++ 3 files changed, 5 insertions(+) diff --git a/debian/changelog b/debian/changelog index b972d91..97d431d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -29,6 +29,7 @@ libtest-nowarnings-perl (1.04-2) UNRELEASED; urgency=low * Bump debhelper compatibility level to 9 * Declare compliance with Debian policy 3.9.6 * Update build dependency with cme. Silence lintian. + * Mark package as autopkgtestable -- Lucas Kanashiro <[email protected]> Wed, 30 Dec 2015 10:57:11 -0200 diff --git a/debian/control b/debian/control index 3b1002b..30eeece 100644 --- a/debian/control +++ b/debian/control @@ -2,6 +2,7 @@ Source: libtest-nowarnings-perl Maintainer: Debian Perl Group <[email protected]> Uploaders: MartÃn Ferrari <[email protected]> Section: perl +Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 9) Build-Depends-Indep: perl, diff --git a/debian/tests/pkg-perl/SKIP b/debian/tests/pkg-perl/SKIP new file mode 100644 index 0000000..cf6b4b9 --- /dev/null +++ b/debian/tests/pkg-perl/SKIP @@ -0,0 +1,3 @@ +# the usage of module seems ok, but without plan test it prints an output and +# return 254 exit code +runtime-deps.d/use.t -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-nowarnings-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
