r7974 - in /trunk/libtk-pod-perl: Pod/Text.pm debian/changelog

segre at users.alioth.debian.org segre at users.alioth.debian.org
Wed Sep 26 22:41:25 UTC 2007


Author: segre
Date: Wed Sep 26 22:41:25 2007
New Revision: 7974

URL: http://svn.debian.org/wsvn/?sc=1&rev=7974
Log:
Restore origian Text.pm to get proper rendering of accented characters

Modified:
    trunk/libtk-pod-perl/Pod/Text.pm
    trunk/libtk-pod-perl/debian/changelog

Modified: trunk/libtk-pod-perl/Pod/Text.pm
URL: http://svn.debian.org/wsvn/trunk/libtk-pod-perl/Pod/Text.pm?rev=7974&op=diff
==============================================================================
--- trunk/libtk-pod-perl/Pod/Text.pm (original)
+++ trunk/libtk-pod-perl/Pod/Text.pm Wed Sep 26 22:41:25 2007
@@ -1345,19 +1345,19 @@
 
 =over 4
 
-=item auml: E<auml> \[:a],
-
-=item Auml: E<Auml> \[:A],
-
-=item ouml: E<ouml> \[:o],
-
-=item Ouml: E<Ouml> \[:O],
-
-=item Uuml: E<uuml> \[:u],
-
-=item Uuml: E<Uuml> \[:U],
-
-=item sz: E<szlig> \[ss].
+=item auml: E<auml> ä,
+
+=item Auml: E<Auml> Ä,
+
+=item ouml: E<ouml> ö,
+
+=item Ouml: E<Ouml> Ö,
+
+=item Uuml: E<uuml> ü,
+
+=item Uuml: E<Uuml> Ü,
+
+=item sz: E<szlig> ß.
 
 =back
 

Modified: trunk/libtk-pod-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libtk-pod-perl/debian/changelog?rev=7974&op=diff
==============================================================================
--- trunk/libtk-pod-perl/debian/changelog (original)
+++ trunk/libtk-pod-perl/debian/changelog Wed Sep 26 22:41:25 2007
@@ -1,3 +1,10 @@
+libtk-pod-perl (0.9935-2) unstable; urgency=low
+
+  * Restore original accented characters in Pod/Text.pm and live
+    with the lintian error (Closes: #424020).
+
+ -- Carlo Segre <segre at debian.org>  Wed, 26 Sep 2007 17:39:52 -0500
+
 libtk-pod-perl (0.9935-1) unstable; urgency=low
 
   * New upstream release




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