This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository pkg-perl-tools.
commit 3d9993534d3a5ace6589fe0925fbfd7753d6241d Author: gregor herrmann <[email protected]> Date: Thu Jan 25 21:36:46 2018 +0100 fix typo in autopkgtest/scripts/build-deps.d/smoke rm -r -> rm -f Gbp-Dch: Ignore --- autopkgtest/scripts/build-deps.d/smoke | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autopkgtest/scripts/build-deps.d/smoke b/autopkgtest/scripts/build-deps.d/smoke index 28e16c0..a57c3f6 100755 --- a/autopkgtest/scripts/build-deps.d/smoke +++ b/autopkgtest/scripts/build-deps.d/smoke @@ -82,7 +82,7 @@ else rm -f $TDIR/t/97_meta.t # example: libfile-userconfig-perl - rm -r $TDIR/t/99_pmv.t + rm -f $TDIR/t/99_pmv.t # we test compile all the modules separately rm -f $TDIR/t/*compile*.t -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/pkg-perl-tools.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
