[Pkg-ocaml-maint-commits] r5031 - in /trunk/packages/extlib/trunk/debian: changelog patches/build_with_debug_info.dpatch
zack at users.alioth.debian.org
zack at users.alioth.debian.org
Mon Jan 7 21:06:46 UTC 2008
Author: zack
Date: Mon Jan 7 21:06:46 2008
New Revision: 5031
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5031
Log:
* refresh patch build_with_debug_info to match new upstream
Modified:
trunk/packages/extlib/trunk/debian/changelog
trunk/packages/extlib/trunk/debian/patches/build_with_debug_info.dpatch
Modified: trunk/packages/extlib/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/extlib/trunk/debian/changelog?rev=5031&op=diff
==============================================================================
--- trunk/packages/extlib/trunk/debian/changelog (original)
+++ trunk/packages/extlib/trunk/debian/changelog Mon Jan 7 21:06:46 2008
@@ -7,6 +7,7 @@
* rename upstream/ with tarballs/ and shorten debian/svn-deblayout
accordingly
- update debian/patches/00dpatch.conf to point to ../tarballs/
+ * refresh patch build_with_debug_info to match new upstream
-- Stefano Zacchiroli <zack at debian.org> Fri, 28 Dec 2007 20:26:14 +0100
Modified: trunk/packages/extlib/trunk/debian/patches/build_with_debug_info.dpatch
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/extlib/trunk/debian/patches/build_with_debug_info.dpatch?rev=5031&op=diff
==============================================================================
--- trunk/packages/extlib/trunk/debian/patches/build_with_debug_info.dpatch (original)
+++ trunk/packages/extlib/trunk/debian/patches/build_with_debug_info.dpatch Mon Jan 7 21:06:46 2008
@@ -6,14 +6,14 @@
@DPATCH@
diff -urNad trunk~/install.ml trunk/install.ml
---- trunk~/install.ml 2006-01-29 11:03:39.000000000 +0100
-+++ trunk/install.ml 2007-04-09 15:30:57.000000000 +0200
+--- trunk~/install.ml 2007-12-28 01:47:08.000000000 +0100
++++ trunk/install.ml 2008-01-07 22:04:36.000000000 +0100
@@ -160,7 +160,7 @@
- if !autodoc && not (Sys.file_exists doc_dir) then run (sprintf "mkdir %s" doc_dir);
- run (sprintf "ocamlc -c %s" (m_list ".mli"));
- if !autobyte then begin
-- List.iter (fun m -> run (sprintf "ocamlc -c %s.ml" m)) modules;
-+ List.iter (fun m -> run (sprintf "ocamlc -g -c %s.ml" m)) modules;
- run (sprintf "ocamlc -a -o extLib.cma %s extLib.ml" (m_list ".cmo"));
- List.iter (fun m -> remove (m ^ ".cmo")) modules;
- remove "extLib.cmo";
+ if !autodoc && not (Sys.file_exists doc_dir) then run (sprintf "mkdir %s" doc_dir);
+ run (sprintf "ocamlc -c %s" (m_list ".mli"));
+ if !autobyte then begin
+- List.iter (fun m -> run (sprintf "ocamlc -c %s.ml" m)) modules;
++ List.iter (fun m -> run (sprintf "ocamlc -g -c %s.ml" m)) modules;
+ run (sprintf "ocamlc -a -o extLib.cma %s extLib.ml" (m_list ".cmo"));
+ List.iter (fun m -> remove (m ^ ".cmo")) modules;
+ remove "extLib.cmo";
More information about the Pkg-ocaml-maint-commits
mailing list