r5403 - in /packages/libspreadsheet-parseexcel-perl/trunk/debian: changelog patches/00list patches/50_manpage_numbered_character.dpatch

gwolf at users.alioth.debian.org gwolf at users.alioth.debian.org
Mon May 14 15:08:15 UTC 2007


Author: gwolf
Date: Mon May 14 15:08:15 2007
New Revision: 5403

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=5403
Log:
Making generated manpage Troff-compatible

Added:
    packages/libspreadsheet-parseexcel-perl/trunk/debian/patches/50_manpage_numbered_character.dpatch   (with props)
Modified:
    packages/libspreadsheet-parseexcel-perl/trunk/debian/changelog
    packages/libspreadsheet-parseexcel-perl/trunk/debian/patches/00list

Modified: packages/libspreadsheet-parseexcel-perl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libspreadsheet-parseexcel-perl/trunk/debian/changelog?rev=5403&op=diff
==============================================================================
--- packages/libspreadsheet-parseexcel-perl/trunk/debian/changelog (original)
+++ packages/libspreadsheet-parseexcel-perl/trunk/debian/changelog Mon May 14 15:08:15 2007
@@ -2,10 +2,11 @@
 
   * New upstream release
   * Upstream new version removes always-failing test (Closes: #423806)
-  * The removed test makes the build process not to depend on 
+  * The removed test makes the build process not to depend on
     libproc-processtable-perl - Removing build-dependency
+  * Generated manpage had non-ASCII characters - Fixed.
 
- -- Gunnar Wolf <gwolf at debian.org>  Mon, 14 May 2007 09:55:26 -0500
+ -- Gunnar Wolf <gwolf at debian.org>  Mon, 14 May 2007 10:07:52 -0500
 
 libspreadsheet-parseexcel-perl (0.3000-2) unreleased; urgency=low
 

Modified: packages/libspreadsheet-parseexcel-perl/trunk/debian/patches/00list
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libspreadsheet-parseexcel-perl/trunk/debian/patches/00list?rev=5403&op=diff
==============================================================================
--- packages/libspreadsheet-parseexcel-perl/trunk/debian/patches/00list (original)
+++ packages/libspreadsheet-parseexcel-perl/trunk/debian/patches/00list Mon May 14 15:08:15 2007
@@ -2,3 +2,4 @@
 20general.dpatch
 30rstring.dpatch
 40saveparser.dpatch
+50_manpage_numbered_character.dpatch

Added: packages/libspreadsheet-parseexcel-perl/trunk/debian/patches/50_manpage_numbered_character.dpatch
URL: http://svn.debian.org/wsvn/pkg-perl/packages/libspreadsheet-parseexcel-perl/trunk/debian/patches/50_manpage_numbered_character.dpatch?rev=5403&op=file
==============================================================================
--- packages/libspreadsheet-parseexcel-perl/trunk/debian/patches/50_manpage_numbered_character.dpatch (added)
+++ packages/libspreadsheet-parseexcel-perl/trunk/debian/patches/50_manpage_numbered_character.dpatch Mon May 14 15:08:15 2007
@@ -1,0 +1,21 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 50_manpage_numbered_character.dpatch by  <gwolf at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: One of the contributors has a name with Unicode characters - That's
+## nice and all, but troff does not like it. Substitute the character to 
+## the closest ASCII representateion.
+
+ at DPATCH@
+diff -urNad trunk~/lib/Spreadsheet/ParseExcel.pm trunk/lib/Spreadsheet/ParseExcel.pm
+--- trunk~/lib/Spreadsheet/ParseExcel.pm	2007-05-14 10:06:36.000000000 -0500
++++ trunk/lib/Spreadsheet/ParseExcel.pm	2007-05-14 10:06:37.000000000 -0500
+@@ -2653,7 +2653,7 @@
+ 
+ In no particular order: Yamaji Haruna, Simamoto Takesi, Noguchi Harumi, 
+ Ikezawa Kazuhiro, Suwazono Shugo, Hirofumi Morisada, Michael Edwards, 
+-Kim Namusk, Slaven Rezić, Grant Stevens, 
++Kim Namusk, Slaven Rezic, Grant Stevens, 
+ and many many people + Kawai Mikako.
+ 
+ =cut

Propchange: packages/libspreadsheet-parseexcel-perl/trunk/debian/patches/50_manpage_numbered_character.dpatch
------------------------------------------------------------------------------
    svn:executable = *




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