This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libcpan-reporter-perl.
commit a7b838a7711506650acf50f1c3a04eb80e72777b Author: gregor herrmann <[email protected]> Date: Sat Apr 30 10:51:30 2016 +0200 Mark package as autopkgtest-able. --- debian/control | 1 + debian/tests/pkg-perl/SKIP | 2 ++ debian/tests/pkg-perl/smoke-env | 1 + debian/tests/pkg-perl/smoke-files | 3 +++ 4 files changed, 7 insertions(+) diff --git a/debian/control b/debian/control index f9e14bc..466ccf6 100644 --- a/debian/control +++ b/debian/control @@ -2,6 +2,7 @@ Source: libcpan-reporter-perl Maintainer: Debian Perl Group <[email protected]> Uploaders: Marius Gavrilescu <[email protected]> Section: perl +Testsuite: autopkgtest-pkg-perl Priority: optional Build-Depends: debhelper (>= 9) Build-Depends-Indep: libcapture-tiny-perl, diff --git a/debian/tests/pkg-perl/SKIP b/debian/tests/pkg-perl/SKIP new file mode 100644 index 0000000..102f400 --- /dev/null +++ b/debian/tests/pkg-perl/SKIP @@ -0,0 +1,2 @@ +# needs HOME / CPAN config, or warns +use.t diff --git a/debian/tests/pkg-perl/smoke-env b/debian/tests/pkg-perl/smoke-env new file mode 100644 index 0000000..021d2e2 --- /dev/null +++ b/debian/tests/pkg-perl/smoke-env @@ -0,0 +1 @@ +HOME=${ADTTMP} diff --git a/debian/tests/pkg-perl/smoke-files b/debian/tests/pkg-perl/smoke-files new file mode 100644 index 0000000..5f626a0 --- /dev/null +++ b/debian/tests/pkg-perl/smoke-files @@ -0,0 +1,3 @@ +t/ +corpus/ +Changes -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcpan-reporter-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
