[Pkg-ocaml-maint-commits] r1188 - trunk/packages/cduce/trunk/debian/patches

Thomas Petazzoni tpetazzo-guest@costa.debian.org
Sun, 03 Apr 2005 22:10:17 +0000


Author: tpetazzo-guest
Date: 2005-04-03 22:10:17 +0000 (Sun, 03 Apr 2005)
New Revision: 1188

Added:
   trunk/packages/cduce/trunk/debian/patches/configure.dpatch
Log:
Added the required patch to compile CDuce

Added: trunk/packages/cduce/trunk/debian/patches/configure.dpatch
===================================================================
--- trunk/packages/cduce/trunk/debian/patches/configure.dpatch	2005-04-03 22:09:52 UTC (rev 1187)
+++ trunk/packages/cduce/trunk/debian/patches/configure.dpatch	2005-04-03 22:10:17 UTC (rev 1188)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## configure.dpatch by  <thomas@crazy.kos.nx>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+@DPATCH@
+diff -urNad cduce-0.3.1/configure.ml /tmp/dpep.Xn0XjW/cduce-0.3.1/configure.ml
+--- cduce-0.3.1/configure.ml	2005-03-21 14:17:43.000000000 +0100
++++ /tmp/dpep.Xn0XjW/cduce-0.3.1/configure.ml	2005-03-21 21:29:24.964796294 +0100
+@@ -250,7 +250,7 @@
+   List.iter need_pkg required_packages;
+   if pxp then (
+     need_pkg "pxp-engine";
+-    need_pkg "pxp-iso88591";
++    need_pkg "pxp-lex-iso88591";
+     if not pxp_wlex then need_pkg "pxp-lex-utf8";
+   );
+ 


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