r20760 - /trunk/libpoe-component-pluggable-perl/debian/rules
tincho at users.alioth.debian.org
tincho at users.alioth.debian.org
Fri Jun 6 11:01:52 UTC 2008
Author: tincho
Date: Fri Jun 6 11:01:52 2008
New Revision: 20760
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=20760
Log:
fix invalid troff chars
Modified:
trunk/libpoe-component-pluggable-perl/debian/rules
Modified: trunk/libpoe-component-pluggable-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-pluggable-perl/debian/rules?rev=20760&op=diff
==============================================================================
--- trunk/libpoe-component-pluggable-perl/debian/rules (original)
+++ trunk/libpoe-component-pluggable-perl/debian/rules Fri Jun 6 11:01:52 2008
@@ -17,6 +17,9 @@
$(PERL) Makefile.PL INSTALLDIRS=vendor
$(MAKE)
$(MAKE) test
+ # Until #480565 is fixed, manually fix manpages
+ find $(CURDIR)/blib -name \*.3pm -exec \
+ sed -i 's/\\\*(d\\-/\\*(d-/g' {} \;
touch $@
clean:
More information about the Pkg-perl-cvs-commits
mailing list