[liblocal-lib-perl] 03/05: debian/rules: make (re)movals --verbose.

gregor herrmann gregoa at debian.org
Wed Dec 11 20:37:58 UTC 2013


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository liblocal-lib-perl.

commit 914149f1f110b328cf94257e7b161cbc5f0944e6
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Dec 11 21:28:39 2013 +0100

    debian/rules: make (re)movals --verbose.
---
 debian/rules | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index b67d2b9..30a81e9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,12 +19,12 @@ override_dh_clean:
 override_dh_auto_install:
 	dh_auto_install
 	# Remove installed /usr/share/perl5/POD2/DE/local/lib.pod
-	rm $(TMP)/usr/share/perl5/POD2/DE/local/lib.pod
+	rm -v $(TMP)/usr/share/perl5/POD2/DE/local/lib.pod
 	rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/share/perl5/POD2/DE/local
 	# Remove installed /usr/share/perl5/POD2/PT_BR/local/lib.pod
-	rm $(TMP)/usr/share/perl5/POD2/PT_BR/local/lib.pod
+	rm -v $(TMP)/usr/share/perl5/POD2/PT_BR/local/lib.pod
 	rmdir --ignore-fail-on-non-empty --parents --verbose $(TMP)/usr/share/perl5/POD2/PT_BR/local
 	# install localized manpages into useful places
 	dh_installdirs usr/share/man/de/man3/ usr/share/man/pt_BR/man3/
-	mv $(TMP)/usr/share/man/man3/POD2::DE::local::lib.3pm $(TMP)/usr/share/man/de/man3/local::lib.3pm
-	mv $(TMP)/usr/share/man/man3/POD2::PT_BR::local::lib.3pm $(TMP)/usr/share/man/pt_BR/man3/local::lib.3pm
+	mv -v $(TMP)/usr/share/man/man3/POD2::DE::local::lib.3pm $(TMP)/usr/share/man/de/man3/local::lib.3pm
+	mv -v $(TMP)/usr/share/man/man3/POD2::PT_BR::local::lib.3pm $(TMP)/usr/share/man/pt_BR/man3/local::lib.3pm

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/liblocal-lib-perl.git



More information about the Pkg-perl-cvs-commits mailing list