[libxml-sax-machines-perl] 07/09: debian/rules: don't install new empty manpage.
gregor herrmann
gregoa at debian.org
Fri Oct 11 17:06:25 UTC 2013
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch master
in repository libxml-sax-machines-perl.
commit b6e3174819182f617a144b2edf4347689d4b62e2
Author: gregor herrmann <gregoa at debian.org>
Date: Fri Oct 11 19:04:36 2013 +0200
debian/rules: don't install new empty manpage.
---
debian/rules | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/rules b/debian/rules
index f8b5107..d4a85e5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,3 +10,5 @@ PERL ?= /usr/bin/perl
override_dh_auto_install:
dh_auto_install
$(PERL) -w -I$(TMP)/usr/share/perl5 -MXML::SAX::Machines::ConfigHelper -e "XML::SAX::Machines::ConfigHelper::_write_site_config_if_absent('$(TMP)/usr/share/perl5')"
+ # drop empty manpage
+ $(RM) -v $(TMP)/usr/share/man/man3/XML::SAX::Machines::ConfigDefaults.3pm
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libxml-sax-machines-perl.git
More information about the Pkg-perl-cvs-commits
mailing list