r70466 - in /trunk/libmoosex-getopt-perl/debian: changelog patches/fix-pod-charset.patch patches/series rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Mar 5 15:44:12 UTC 2011


Author: gregoa
Date: Sat Mar  5 15:44:01 2011
New Revision: 70466

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=70466
Log:
Drop patch fix-pod-charset.patch; recreate manpages with `pod2man --utf8'
instead.

Removed:
    trunk/libmoosex-getopt-perl/debian/patches/fix-pod-charset.patch
Modified:
    trunk/libmoosex-getopt-perl/debian/changelog
    trunk/libmoosex-getopt-perl/debian/patches/series
    trunk/libmoosex-getopt-perl/debian/rules

Modified: trunk/libmoosex-getopt-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-getopt-perl/debian/changelog?rev=70466&op=diff
==============================================================================
--- trunk/libmoosex-getopt-perl/debian/changelog (original)
+++ trunk/libmoosex-getopt-perl/debian/changelog Sat Mar  5 15:44:01 2011
@@ -1,7 +1,4 @@
 libmoosex-getopt-perl (0.35-1) UNRELEASED; urgency=low
-
-  TODO: broken manpage due to var Arnfjoer` Bjarmason <avar at cpan.org>'s
-  name in MooseX::Getopt::ProcessedArgv
 
   [ Jonathan Yu ]
   * New upstream release
@@ -10,6 +7,10 @@
 
   [ Ansgar Burchardt ]
   * Update my email address.
+
+  [ gregor herrmann ]
+  * Drop patch fix-pod-charset.patch; recreate manpages with `pod2man --utf8'
+    instead.
 
  -- Jonathan Yu <jawnsy at cpan.org>  Sat, 26 Feb 2011 22:53:22 -0500
 

Modified: trunk/libmoosex-getopt-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-getopt-perl/debian/patches/series?rev=70466&op=diff
==============================================================================
--- trunk/libmoosex-getopt-perl/debian/patches/series (original)
+++ trunk/libmoosex-getopt-perl/debian/patches/series Sat Mar  5 15:44:01 2011
@@ -1,2 +1,1 @@
 fix-pod-spelling.patch
-fix-pod-charset.patch

Modified: trunk/libmoosex-getopt-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-getopt-perl/debian/rules?rev=70466&op=diff
==============================================================================
--- trunk/libmoosex-getopt-perl/debian/rules (original)
+++ trunk/libmoosex-getopt-perl/debian/rules Sat Mar  5 15:44:01 2011
@@ -2,3 +2,10 @@
 
 %:
 	dh $@
+
+override_dh_auto_build:
+	dh_auto_build
+	for F in $$(find $(CURDIR)/blib -name '*.pm') ; do \
+		P=$$(echo $$F | sed -e "s|$(CURDIR)/blib/lib/|| ; s|/|::|g ; s|\.pm|.3pm|") ; \
+		pod2man --utf8 --section 3pm $$F > $(CURDIR)/blib/man3/$$P ; \
+	done




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