[Pkg-ocaml-maint-commits] [extlib] 05/07: Remove patch (applied upstream)

Stéphane Glondu glondu at moszumanska.debian.org
Thu Aug 7 08:27:01 UTC 2014


This is an automated email from the git hooks/post-receive script.

glondu pushed a commit to branch master
in repository extlib.

commit 67ed606ff3abf63d6b734fd1f9d4c7bbdbd2968e
Author: Stephane Glondu <steph at glondu.net>
Date:   Thu Aug 7 10:02:08 2014 +0200

    Remove patch (applied upstream)
---
 ...-ocaml-objects-with-debugging-information.patch | 29 ----------------------
 debian/patches/series                              |  1 -
 2 files changed, 30 deletions(-)

diff --git a/debian/patches/0001-Compile-ocaml-objects-with-debugging-information.patch b/debian/patches/0001-Compile-ocaml-objects-with-debugging-information.patch
deleted file mode 100644
index 2a1dacf..0000000
--- a/debian/patches/0001-Compile-ocaml-objects-with-debugging-information.patch
+++ /dev/null
@@ -1,29 +0,0 @@
-From: Stefano Zacchiroli <zack at debian.org>
-Date: Mon, 15 Aug 2011 20:42:10 +0200
-Subject: Compile ocaml objects with debugging information
-
----
- install.ml |    4 ++--
- 1 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/install.ml b/install.ml
-index 193f683..85396a8 100644
---- a/install.ml
-+++ b/install.ml
-@@ -160,13 +160,13 @@ let install() =
- 	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";
- 	end;
- 	if !autonative then begin
--		List.iter (fun m -> run (sprintf "ocamlopt -c %s.ml" m)) modules;
-+		List.iter (fun m -> run (sprintf "ocamlopt -g -c %s.ml" m)) modules;
- 		run (sprintf "ocamlopt -a -o extLib.cmxa %s extLib.ml" (m_list ".cmx"));
- 		List.iter (fun m -> remove (m ^ obj_ext)) modules;
- 		remove ("extLib" ^ obj_ext);
--- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index ccb12d7..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-0001-Compile-ocaml-objects-with-debugging-information.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/extlib.git



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