r20119 - in /trunk/libpoe-component-irc-perl/debian: changelog rules

tincho-guest at users.alioth.debian.org tincho-guest at users.alioth.debian.org
Mon May 19 06:13:43 UTC 2008


Author: tincho-guest
Date: Mon May 19 06:13:42 2008
New Revision: 20119

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=20119
Log:
Added workaround to manpages problem until #480565 is fixed.

Modified:
    trunk/libpoe-component-irc-perl/debian/changelog
    trunk/libpoe-component-irc-perl/debian/rules

Modified: trunk/libpoe-component-irc-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/debian/changelog?rev=20119&op=diff
==============================================================================
--- trunk/libpoe-component-irc-perl/debian/changelog (original)
+++ trunk/libpoe-component-irc-perl/debian/changelog Mon May 19 06:13:42 2008
@@ -1,9 +1,9 @@
 libpoe-component-irc-perl (5.76+dfsg-1) UNRELEASED; urgency=low
 
-  FIXME: tons of lintian warnings, and perl warnings during testing.
   * New upstream release.
   * debian/control: updating my mail address.
   * Fixed typo in debian/copyright.
+  * Added workaround to manpages problem until #480565 is fixed.
 
  -- Martín Ferrari <tincho at debian.org>  Sun, 04 May 2008 19:15:28 -0300
 

Modified: trunk/libpoe-component-irc-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-irc-perl/debian/rules?rev=20119&op=diff
==============================================================================
--- trunk/libpoe-component-irc-perl/debian/rules (original)
+++ trunk/libpoe-component-irc-perl/debian/rules Mon May 19 06:13:42 2008
@@ -14,6 +14,9 @@
 	dh_testdir
 	$(PERL) Makefile.PL INSTALLDIRS=vendor
 	$(MAKE)
+	# Until #480565 is fixed, manually fix manpages
+	find $(CURDIR)/blib -name \*.3pm -exec \
+		sed -i 's/\\\*(d\\-/\\*(d-/g' {} \;
 	# Run tests only if localhost is reachable, the perl snippet returns
 	# fail code when reachable.
 	perl -MNet::Ping -e 'exit (Net::Ping->new()->ping("127.0.0.1", 1));' \




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