This is an automated email from the git hooks/post-receive script. carandraug-guest pushed a commit to branch master in repository libfreecontact-perl.
commit e522ffba69d289f8a4ff2d6f5a566def911a56cf Author: Carnë Draug <[email protected]> Date: Wed Aug 30 18:01:31 2017 +0100 d/control: enable autopkgtest --- debian/control | 1 + debian/tests/pkg-perl/smoke-env | 3 +++ debian/tests/pkg-perl/smoke-files | 2 ++ 3 files changed, 6 insertions(+) diff --git a/debian/control b/debian/control index 1129765..0325357 100644 --- a/debian/control +++ b/debian/control @@ -12,6 +12,7 @@ Standards-Version: 3.9.7 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/libfreecontact-perl.git Vcs-Git: https://anonscm.debian.org/git/debian-med/libfreecontact-perl.git Homepage: https://rostlab.org/owiki/index.php/FreeContact +Testsuite: autopkgtest-pkg-perl Package: libfreecontact-perl Architecture: any diff --git a/debian/tests/pkg-perl/smoke-env b/debian/tests/pkg-perl/smoke-env new file mode 100644 index 0000000..7ae0709 --- /dev/null +++ b/debian/tests/pkg-perl/smoke-env @@ -0,0 +1,3 @@ +## prove --merge possibly causes failures because the test script is +## too verbose. +PKG_PERL_PROVE_ARGS="" \ No newline at end of file diff --git a/debian/tests/pkg-perl/smoke-files b/debian/tests/pkg-perl/smoke-files new file mode 100644 index 0000000..20ddc1e --- /dev/null +++ b/debian/tests/pkg-perl/smoke-files @@ -0,0 +1,2 @@ +examples/demo_1000.aln +t/ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libfreecontact-perl.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
