r41963 - in /trunk/libyaml-perl/debian: changelog rules

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Aug 16 16:52:36 UTC 2009


Author: gregoa
Date: Sun Aug 16 16:52:30 2009
New Revision: 41963

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41963
Log:
debian/rules: fix and simplify the replacment of non-ASCII chars in the
manpages.

Modified:
    trunk/libyaml-perl/debian/changelog
    trunk/libyaml-perl/debian/rules

Modified: trunk/libyaml-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libyaml-perl/debian/changelog?rev=41963&op=diff
==============================================================================
--- trunk/libyaml-perl/debian/changelog (original)
+++ trunk/libyaml-perl/debian/changelog Sun Aug 16 16:52:30 2009
@@ -20,6 +20,10 @@
 
   [ Rene Mayorga ]
   * Update my email address
+
+  [ gregor herrmann ]
+  * debian/rules: fix and simplify the replacment of non-ASCII chars in the
+    manpages.
 
  -- Iulian Udrea <iulian at ubuntu.com>  Sun, 16 Aug 2009 09:25:31 +0100
 

Modified: trunk/libyaml-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libyaml-perl/debian/rules?rev=41963&op=diff
==============================================================================
--- trunk/libyaml-perl/debian/rules (original)
+++ trunk/libyaml-perl/debian/rules Sun Aug 16 16:52:30 2009
@@ -6,5 +6,4 @@
 
 override_dh_auto_install:
 	dh_auto_install
-	find $(TMP)/usr/share/man/ -type f -print0 | \
-	       xargs -r0 sed -i -e 's/A\\\*/\\\[:o\]/'
+	perl -pi -e 's/Ingy.+Net/Ingy d\\[:o]t Net/g' $(TMP)/usr/share/man/man3/*.3pm




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