This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libipc-run-perl.
commit 9f02c40d415bb6134b0423ff2a2996648c7d848c Author: gregor herrmann <[email protected]> Date: Sun May 10 16:24:02 2015 +0200 Mark package as autopkgtest-able. --- debian/control | 1 + debian/tests/pkg-perl/skip-smoke | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/control b/debian/control index 49e3667..c01832d 100644 --- a/debian/control +++ b/debian/control @@ -13,6 +13,7 @@ Standards-Version: 3.9.6 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-perl/packages/libipc-run-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libipc-run-perl.git Homepage: https://metacpan.org/release/IPC-Run +Testsuite: autopkgtest-pkg-perl Package: libipc-run-perl Architecture: all diff --git a/debian/tests/pkg-perl/skip-smoke b/debian/tests/pkg-perl/skip-smoke new file mode 100644 index 0000000..8d3fec4 --- /dev/null +++ b/debian/tests/pkg-perl/skip-smoke @@ -0,0 +1,3 @@ +# somehow this doesn't work with the installed package +# but we might be able to live without testing if a Win32 package compiles on Debian +t/win32_compile.t -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libipc-run-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
