This is an automated email from the git hooks/post-receive script. ntyni pushed a commit to branch master in repository libclass-data-accessor-perl.
commit 7753c6913550c8496fa7e0eb47d4fd58773abdef Author: Niko Tyni <[email protected]> Date: Mon Mar 21 22:46:02 2016 +0200 Skip manifest.t, it fails with libtest-checkmanifest-perl installed Test::CheckManifest will look at the Debian packaging files and barf out if those are not in MANIFEST. --- debian/rules | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 3f81eae..124e0fb 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,10 @@ #!/usr/bin/make -f +# t/manifest.t fails with libtest-checkmanifest-perl installed +TEST_FILES = $(filter-out t/manifest.t, $(shell echo t/*.t)) + %: dh $@ override_dh_auto_test: - TEST_AUTHOR=1 dh_auto_test + TEST_AUTHOR=1 dh_auto_test -- TEST_FILES="$(TEST_FILES)" -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libclass-data-accessor-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
