[libnet-twitter-lite-perl] 01/02: Also re-create Net::Twitter::Lite::WithAPIv1_1.3pm from its .pod file

Niko Tyni ntyni at moszumanska.debian.org
Sun Jun 14 10:51:58 UTC 2015


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

ntyni pushed a commit to branch master
in repository libnet-twitter-lite-perl.

commit dbf8f5035939bd32c12f742cee32ce484b8ee936
Author: Niko Tyni <ntyni at debian.org>
Date:   Sun Jun 14 11:28:38 2015 +0300

    Also re-create Net::Twitter::Lite::WithAPIv1_1.3pm from its .pod file
    
    Closes: #788682
---
 debian/rules | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 23037e5..d38d64c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,8 +10,12 @@ override_dh_auto_install:
 	dh_auto_install
 
 	# remove empty manpage and install .pod as manpage
-	# cf. #712006 and #788647
-	$(RM) -v $(TMP)/usr/share/man/man3/Net::Twitter::Lite.3pm
+	# cf. #712006 and #788647 and #788682
+	$(RM) -v $(TMP)/usr/share/man/man3/Net::Twitter::Lite.3pm \
+	         $(TMP)/usr/share/man/man3/Net::Twitter::Lite::WithAPIv1_1.3pm
 	pod2man \
 		--section 3pm --name Net::Twitter::Lite \
 		$(TMP)/usr/share/perl5/Net/Twitter/Lite.pod > $(TMP)/usr/share/man/man3/Net::Twitter::Lite.3pm
+	pod2man \
+		--section 3pm --name Net::Twitter::Lite::WithAPIv1_1 \
+		$(TMP)/usr/share/perl5/Net/Twitter/Lite/WithAPIv1_1.pod > $(TMP)/usr/share/man/man3/Net::Twitter::Lite::WithAPIv1_1.3pm

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-twitter-lite-perl.git



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