[libtest-www-selenium-perl] 07/08: Don't install empty manpage for new module.

gregor herrmann gregoa at debian.org
Sun Sep 8 14:50:08 UTC 2013


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

gregoa pushed a commit to branch master
in repository libtest-www-selenium-perl.

commit ba9f7fa846a491e5433d648883c9324f2a2c45b7
Author: gregor herrmann <gregoa at debian.org>
Date:   Sun Sep 8 16:48:20 2013 +0200

    Don't install empty manpage for new module.
---
 debian/rules |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 4eb8617..2214c51 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,4 +8,6 @@ TMP     = $(CURDIR)/debian/$(PACKAGE)
 
 override_dh_auto_install:
 	dh_auto_install
-	rm $(TMP)/usr/share/perl5/Test/WWW/mypod2html.pl
+	rm -v $(TMP)/usr/share/perl5/Test/WWW/mypod2html.pl
+	# empty manpage
+	rm -v $(TMP)/usr/share/man/man3/Devel::REPL::Plugin::Selenium.3pm

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libtest-www-selenium-perl.git



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