[Pkg-ocaml-maint-commits] r2348 - in trunk/packages/xml-light/trunk/debian: . patches

Sylvain LE GALL gildor at costa.debian.org
Tue Jan 3 16:39:18 UTC 2006


Author: gildor
Date: 2006-01-03 16:39:17 +0000 (Tue, 03 Jan 2006)
New Revision: 2348

Added:
   trunk/packages/xml-light/trunk/debian/patches/02_cmi_depends.dpatch
Modified:
   trunk/packages/xml-light/trunk/debian/changelog
   trunk/packages/xml-light/trunk/debian/patches/00list
Log:
Add patch to fix the new behavior of makefile -- SLG


Modified: trunk/packages/xml-light/trunk/debian/changelog
===================================================================
--- trunk/packages/xml-light/trunk/debian/changelog	2006-01-03 16:08:27 UTC (rev 2347)
+++ trunk/packages/xml-light/trunk/debian/changelog	2006-01-03 16:39:17 UTC (rev 2348)
@@ -1,3 +1,10 @@
+xml-light (2.2-2) unstable; urgency=low
+
+  * Apply patch 02_cmi_depends to fix the FTBFS with the latest make
+    package (Closes: #345792)
+
+ -- Sylvain Le Gall <sylvain.le-gall at polytechnique.org>  Tue,  3 Jan 2006 17:37:47 +0100
+
 xml-light (2.2-1) unstable; urgency=low
 
   * Initial release. (Closes: #333211)

Modified: trunk/packages/xml-light/trunk/debian/patches/00list
===================================================================
--- trunk/packages/xml-light/trunk/debian/patches/00list	2006-01-03 16:08:27 UTC (rev 2347)
+++ trunk/packages/xml-light/trunk/debian/patches/00list	2006-01-03 16:39:17 UTC (rev 2348)
@@ -1,2 +1,3 @@
 01_installopt
+02_cmi_depends
 

Added: trunk/packages/xml-light/trunk/debian/patches/02_cmi_depends.dpatch
===================================================================
--- trunk/packages/xml-light/trunk/debian/patches/02_cmi_depends.dpatch	2006-01-03 16:08:27 UTC (rev 2347)
+++ trunk/packages/xml-light/trunk/debian/patches/02_cmi_depends.dpatch	2006-01-03 16:39:17 UTC (rev 2348)
@@ -0,0 +1,18 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 02_cmi_depends.dpatch by Sylvain Le Gall <sylvain.le-gall at polytechnique.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad xml-light-2.2~/Makefile xml-light-2.2/Makefile
+--- xml-light-2.2~/Makefile	2006-01-03 17:34:23.000000000 +0100
++++ xml-light-2.2/Makefile	2006-01-03 17:35:04.000000000 +0100
+@@ -82,6 +82,6 @@
+ .mll.ml:
+ 	ocamllex $<
+ 
+-.mly.ml:
++%.mli %.ml: %.mly
+ 	ocamlyacc $<
+ 


Property changes on: trunk/packages/xml-light/trunk/debian/patches/02_cmi_depends.dpatch
___________________________________________________________________
Name: svn:executable
   + *




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