This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository libwww-shorten-perl.
commit 7b3a8f6bd9ac901b65a39cb7ebbaf7a40738a0f1 Author: gregor herrmann <[email protected]> Date: Sat May 10 17:02:12 2014 +0200 debian/rules: make removals verbose. --- debian/rules | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/debian/rules b/debian/rules index 0fcbf33..0779986 100755 --- a/debian/rules +++ b/debian/rules @@ -12,5 +12,4 @@ TMP:=$(CURDIR)/debian/$(PKG) # but it requires this override. override_dh_installexamples: dh_installexamples bin/shorten - rm -rf $(TMP)/usr/bin $(TMP)/usr/share/man/man1 - + $(RM) -rv $(TMP)/usr/bin $(TMP)/usr/share/man/man1 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libwww-shorten-perl.git _______________________________________________ Pkg-perl-cvs-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits
