[Pkg-ocaml-maint-commits] r5976 - /trunk/packages/ergo/trunk/debian/patches/01_better_Makefile.dpatch

dogguy-guest at users.alioth.debian.org dogguy-guest at users.alioth.debian.org
Wed Sep 10 08:15:30 UTC 2008


Author: dogguy-guest
Date: Wed Sep 10 08:15:30 2008
New Revision: 5976

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5976
Log:
Patch update

Modified:
    trunk/packages/ergo/trunk/debian/patches/01_better_Makefile.dpatch

Modified: trunk/packages/ergo/trunk/debian/patches/01_better_Makefile.dpatch
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ergo/trunk/debian/patches/01_better_Makefile.dpatch?rev=5976&op=diff
==============================================================================
--- trunk/packages/ergo/trunk/debian/patches/01_better_Makefile.dpatch (original)
+++ trunk/packages/ergo/trunk/debian/patches/01_better_Makefile.dpatch Wed Sep 10 08:15:30 2008
@@ -1,29 +1,18 @@
 #! /bin/sh /usr/share/dpatch/dpatch-run
-## 02_better_Makefile.dpatch by  <dogguy at potassium.pps.jussieu.fr>
+## 02_better_Makefile.dpatch by  <dogguy at pps.jussieu.fr>
 ##
-## All lines beginning with `## DP:' are a description of the patch.
-## DP: No description.
+## DP: Removes debug flag from bytecode executable.
 
 @DPATCH@
 diff -urNad trunk~/Makefile.in trunk/Makefile.in
---- trunk~/Makefile.in	2008-03-06 19:21:45.000000000 +0100
-+++ trunk/Makefile.in	2008-04-21 15:12:21.000000000 +0200
-@@ -49,8 +49,8 @@
+--- trunk~/Makefile.in	2008-07-21 22:05:29.000000000 +0200
++++ trunk/Makefile.in	2008-09-10 10:10:29.000000000 +0200
+@@ -41,7 +41,7 @@
+ EXE = @EXE@
  
- INCLUDES = 
- GTKFLAGS = @INCLUDEGTK2@
--BFLAGS = -dtypes -g $(INCLUDES) $(GTKFLAGS)
--OFLAGS = -dtypes $(INCLUDES) $(GTKFLAGS)
-+BFLAGS = -dtypes $(INCLUDES) 
-+OFLAGS = -dtypes $(INCLUDES) 
+ INCLUDES = @OCAMLGRAPHLIB@ 
+-BFLAGS = -dtypes -g $(INCLUDES)
++BFLAGS = -dtypes $(INCLUDES)
+ OFLAGS = -dtypes $(INCLUDES)
  
- 
- BIBBYTE=nums.cma unix.cma
-@@ -324,6 +324,7 @@
- 
- clean::
- 	rm -f *.cm[iox] *.o *~
-+	rm -f *.annot *.cmxa *.cma *.a
- 	rm -f $(GENERATED) parser.output
- 	rm -f $(NAME).byte $(NAME).opt
- 	rm -f unittest/*.cm[iox] unittest/*.o unittest/*.annot
+ BIBBYTE=nums.cma graph.cma unix.cma




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