This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository perlbal.
commit 12fc1283199b92e1847f92b23f6303545bd0b2d3 Author: gregor herrmann <[email protected]> Date: Sat May 16 22:06:54 2015 +0200 Mark package as autopkgtest-able. --- debian/control | 1 + debian/tests/pkg-perl/SKIP | 2 ++ debian/tests/pkg-perl/skip-smoke | 2 ++ 3 files changed, 5 insertions(+) diff --git a/debian/control b/debian/control index 02ff61a..3f79693 100644 --- a/debian/control +++ b/debian/control @@ -16,6 +16,7 @@ Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/perlbal.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/perlbal.git Homepage: http://www.danga.com/perlbal/ +Testsuite: autopkgtest-pkg-perl Package: perlbal Architecture: all diff --git a/debian/tests/pkg-perl/SKIP b/debian/tests/pkg-perl/SKIP new file mode 100644 index 0000000..062594d --- /dev/null +++ b/debian/tests/pkg-perl/SKIP @@ -0,0 +1,2 @@ +# most tests fail in a bizarre way. needs investigation. +syntax.t diff --git a/debian/tests/pkg-perl/skip-smoke b/debian/tests/pkg-perl/skip-smoke new file mode 100644 index 0000000..14e7f15 --- /dev/null +++ b/debian/tests/pkg-perl/skip-smoke @@ -0,0 +1,2 @@ +# cf. debian/rules +t/45-buffereduploads.t -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/perlbal.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
