This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libcgi-application-plugin-authentication-perl.
commit a1c5bae6878017eb8433294c6d4b8bd3be71b8ed Author: gregor herrmann <[email protected]> Date: Mon Oct 13 17:37:56 2014 +0200 Mark package as autopkgtest-able. --- debian/control | 1 + debian/tests/pkg-perl/SKIP | 2 ++ debian/tests/pkg-perl/skip-smoke | 2 ++ debian/tests/pkg-perl/skip-syntax | 2 ++ 4 files changed, 7 insertions(+) diff --git a/debian/control b/debian/control index a2c9472..a2154ed 100644 --- a/debian/control +++ b/debian/control @@ -29,6 +29,7 @@ Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libcgi-application-plugin-authentication-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcgi-application-plugin-authentication-perl.git Homepage: https://metacpan.org/release/CGI-Application-Plugin-Authentication +Testsuite: autopkgtest-pkg-perl Package: libcgi-application-plugin-authentication-perl Architecture: all diff --git a/debian/tests/pkg-perl/SKIP b/debian/tests/pkg-perl/SKIP new file mode 100644 index 0000000..1f76a16 --- /dev/null +++ b/debian/tests/pkg-perl/SKIP @@ -0,0 +1,2 @@ +# CGI::Application::Plugin::Authentication is not supposed to be use'd directly +use.t diff --git a/debian/tests/pkg-perl/skip-smoke b/debian/tests/pkg-perl/skip-smoke new file mode 100644 index 0000000..2571a7d --- /dev/null +++ b/debian/tests/pkg-perl/skip-smoke @@ -0,0 +1,2 @@ +# hash randomization, results ignored during build +t/03_login_box.t diff --git a/debian/tests/pkg-perl/skip-syntax b/debian/tests/pkg-perl/skip-syntax new file mode 100644 index 0000000..2e9b249 --- /dev/null +++ b/debian/tests/pkg-perl/skip-syntax @@ -0,0 +1,2 @@ +# requirements only suggested +/usr/share/perl5/CGI/Application/Plugin/Authentication/Driver/HTPasswd.pm -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcgi-application-plugin-authentication-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
