r21808 - in /trunk/libspiffy-perl/debian: changelog rules
gregoa at users.alioth.debian.org
gregoa at users.alioth.debian.org
Tue Jun 17 16:13:49 UTC 2008
Author: gregoa
Date: Tue Jun 17 16:13:49 2008
New Revision: 21808
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=21808
Log:
Convert broken odieresis chars in manpage (that come from UTF-8 encoded
module) to plain old *roff sequence (closes: #441828).
Modified:
trunk/libspiffy-perl/debian/changelog
trunk/libspiffy-perl/debian/rules
Modified: trunk/libspiffy-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspiffy-perl/debian/changelog?rev=21808&op=diff
==============================================================================
--- trunk/libspiffy-perl/debian/changelog (original)
+++ trunk/libspiffy-perl/debian/changelog Tue Jun 17 16:13:49 2008
@@ -18,6 +18,8 @@
* Set debhelper compatibility level to 5.
* Refresh debian/rules, no functional changes. Don't install README (text
version of the POD documentation).
+ * Convert broken odieresis chars in manpage (that come from UTF-8 encoded
+ module) to plain old *roff sequence (closes: #441828).
-- gregor herrmann <gregoa at debian.org> Sun, 15 Jun 2008 17:12:50 +0200
Modified: trunk/libspiffy-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libspiffy-perl/debian/rules?rev=21808&op=diff
==============================================================================
--- trunk/libspiffy-perl/debian/rules (original)
+++ trunk/libspiffy-perl/debian/rules Tue Jun 17 16:13:49 2008
@@ -35,6 +35,10 @@
dh_testroot
dh_clean -k
$(MAKE) install DESTDIR=$(TMP) PREFIX=/usr
+
+ # convert broken *roff from UTF-8 encoded modules
+ sed -i -e 's/A\\\*~X/\\\[:o\]/' $(TMP)/usr/share/man/man3/Spiffy.3pm
+
[ ! -d $(TMP)/usr/lib/perl5 ] || \
rmdir --ignore-fail-on-non-empty --parents --verbose \
$(TMP)/usr/lib/perl5
More information about the Pkg-perl-cvs-commits
mailing list