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

Thomas Petazzoni tpetazzo-guest at costa.debian.org
Mon Dec 12 18:28:27 UTC 2005


Author: tpetazzo-guest
Date: 2005-12-12 18:28:27 +0000 (Mon, 12 Dec 2005)
New Revision: 2282

Added:
   trunk/packages/cduce/trunk/debian/patches/fix-link-problem.dpatch
Modified:
   trunk/packages/cduce/trunk/debian/patches/00list
Log:
Add patch given by Alain Frisch

Modified: trunk/packages/cduce/trunk/debian/patches/00list
===================================================================
--- trunk/packages/cduce/trunk/debian/patches/00list	2005-12-11 19:01:37 UTC (rev 2281)
+++ trunk/packages/cduce/trunk/debian/patches/00list	2005-12-12 18:28:27 UTC (rev 2282)
@@ -1 +1,2 @@
 ocamliface-relative-path-fix
+fix-link-problem

Added: trunk/packages/cduce/trunk/debian/patches/fix-link-problem.dpatch
===================================================================
--- trunk/packages/cduce/trunk/debian/patches/fix-link-problem.dpatch	2005-12-11 19:01:37 UTC (rev 2281)
+++ trunk/packages/cduce/trunk/debian/patches/fix-link-problem.dpatch	2005-12-12 18:28:27 UTC (rev 2282)
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## fix-link-problem.dpatch by  <thomas at crazy.kos.nx>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad trunk~/Makefile trunk/Makefile
+--- trunk~/Makefile	2005-10-31 11:55:09.000000000 +0100
++++ trunk/Makefile	2005-12-12 00:30:08.000000000 +0100
+@@ -240,7 +240,7 @@
+ 
+ cduce_lib.$(EXTENSION_LIB): $(OBJECTS:.cmo=.$(EXTENSION))
+ 	@echo "Pack cduce_lib.$(EXTENSION)"
+-	$(HIDE)$(COMPILE) -o cduce_lib.$(EXTENSION) -pack $^
++	$(HIDE)$(COMPILE) -o cduce_lib.$(EXTENSION) $(INCLUDES) -pack $^
+ 	@echo "Build $@"
+ 	$(HIDE)$(COMPILE) -a -o $@ cduce_lib.$(EXTENSION)
+ 


Property changes on: trunk/packages/cduce/trunk/debian/patches/fix-link-problem.dpatch
___________________________________________________________________
Name: svn:executable
   + *




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