[libur-perl] 06/10: Drop manpage re-creation from debian/rules.

gregor herrmann gregoa at debian.org
Tue Aug 25 16:18:21 UTC 2015


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

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

commit 3a248c3c8ce11220f15f44b9a07cda48be3f74d8
Author: gregor herrmann <gregoa at debian.org>
Date:   Tue Aug 25 17:59:45 2015 +0200

    Drop manpage re-creation from debian/rules.
    
    POD duplication is fixed upstream.
---
 debian/rules | 13 -------------
 1 file changed, 13 deletions(-)

diff --git a/debian/rules b/debian/rules
index 68bc485..2d33f6a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,17 +1,4 @@
 #!/usr/bin/make -f
 
-PACKAGE = $(shell dh_listpackages)
-TMP     = $(CURDIR)/debian/$(PACKAGE)
-
 %:
 	dh $@
-
-override_dh_auto_install:
-	dh_auto_install
-
-	# recreate manpage
-	# cf. #788650
-	$(RM) -v $(TMP)/usr/share/man/man3/UR::Object::Type.3pm
-	pod2man \
-		--section 3pm --name UR::Object::Type \
-		$(TMP)/usr/share/perl5/UR/Object/Type.pm > $(TMP)/usr/share/man/man3/UR::Object::Type.3pm

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



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