[Pkg-ocaml-maint-commits] r2354 - in trunk/packages/spamoracle/trunk/debian: . patches

Samuel Mimram smimram at costa.debian.org
Tue Jan 3 21:51:20 UTC 2006


Author: smimram
Date: 2006-01-03 21:51:19 +0000 (Tue, 03 Jan 2006)
New Revision: 2354

Added:
   trunk/packages/spamoracle/trunk/debian/patches/manpage.dpatch
Modified:
   trunk/packages/spamoracle/trunk/debian/changelog
   trunk/packages/spamoracle/trunk/debian/patches/00list
Log:
Correct a charset pb in manpage.

Modified: trunk/packages/spamoracle/trunk/debian/changelog
===================================================================
--- trunk/packages/spamoracle/trunk/debian/changelog	2006-01-03 21:18:48 UTC (rev 2353)
+++ trunk/packages/spamoracle/trunk/debian/changelog	2006-01-03 21:51:19 UTC (rev 2354)
@@ -5,6 +5,7 @@
   * No longer hardcoding OCaml's ABI.
   * Removed hppa from the list of supported native archs since the native
     compiler is broken.
+  * Added manpage.dpatch to correct charset problems with the manpage.
   * Updated standards version to 3.6.2.
 
  -- Samuel Mimram <smimram at debian.org>  Tue,  3 Jan 2006 21:45:38 +0100

Modified: trunk/packages/spamoracle/trunk/debian/patches/00list
===================================================================
--- trunk/packages/spamoracle/trunk/debian/patches/00list	2006-01-03 21:18:48 UTC (rev 2353)
+++ trunk/packages/spamoracle/trunk/debian/patches/00list	2006-01-03 21:51:19 UTC (rev 2354)
@@ -1 +1,2 @@
 build
+manpage

Added: trunk/packages/spamoracle/trunk/debian/patches/manpage.dpatch
===================================================================
--- trunk/packages/spamoracle/trunk/debian/patches/manpage.dpatch	2006-01-03 21:18:48 UTC (rev 2353)
+++ trunk/packages/spamoracle/trunk/debian/patches/manpage.dpatch	2006-01-03 21:51:19 UTC (rev 2354)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## manpage.dpatch by Samuel Mimram <smimram at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: Remove 'é' characters which are not allowed in manpages.
+
+ at DPATCH@
+diff -urNad spamoracle-1.4~/spamoracle.1 spamoracle-1.4/spamoracle.1
+--- spamoracle-1.4~/spamoracle.1	2003-10-03 13:02:22.000000000 +0200
++++ spamoracle-1.4/spamoracle.1	2006-01-03 22:44:41.000000000 +0100
+@@ -604,7 +604,7 @@
+ .ft 3
+ .nf
+ .sp
+-SUMMER in English is written "été" in French ¹²³
++SUMMER in English is written "ete" in French
+ .ft
+ .LP
+ .RE


Property changes on: trunk/packages/spamoracle/trunk/debian/patches/manpage.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the Pkg-ocaml-maint-commits mailing list