This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libdist-metadata-perl.
commit c770c10c6b488aede9fef6bebb3a490669c2ea37 Author: gregor herrmann <[email protected]> Date: Tue Jul 28 16:24:25 2015 +0200 fix autopkgtest instead of skipping tests because of "missing" files just give it the needed files Gbp-Dch: Ignore --- debian/changelog | 2 -- debian/tests/pkg-perl/skip-smoke | 6 ------ debian/tests/pkg-perl/test-files | 2 ++ 3 files changed, 2 insertions(+), 8 deletions(-) diff --git a/debian/changelog b/debian/changelog index 9e9e08b..73bd693 100644 --- a/debian/changelog +++ b/debian/changelog @@ -14,8 +14,6 @@ libdist-metadata-perl (0.926-1) unstable; urgency=medium * Declare compliance with Debian policy 3.9.6 * Add autopkgtest-pkg-perl * Update dependencies - * Skip some tests in smoke of autopkgtest-pkg-perl, these tests depends a - 'corpus' directory to be executed successfully. -- Lucas Kanashiro <[email protected]> Mon, 27 Jul 2015 13:55:54 -0300 diff --git a/debian/tests/pkg-perl/skip-smoke b/debian/tests/pkg-perl/skip-smoke deleted file mode 100644 index f319683..0000000 --- a/debian/tests/pkg-perl/skip-smoke +++ /dev/null @@ -1,6 +0,0 @@ -t/archive.t -t/dir.t -t/zip.t -t/tar.t -t/dists.t -t/module_info.t diff --git a/debian/tests/pkg-perl/test-files b/debian/tests/pkg-perl/test-files new file mode 100644 index 0000000..5b08f09 --- /dev/null +++ b/debian/tests/pkg-perl/test-files @@ -0,0 +1,2 @@ +t/ +corpus/ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libdist-metadata-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
