ocaml (3.07-5) unstable; urgency=low
- * Somehow the objinfo patch forgot to install objinfo, fixed now.
+ * Somehow the objinfo patch forgot to install objinfo, fixed now. Also
+ renamed objinfo to ocamlobjinfo, to be more in line with the other ocaml
+ executables.
* Test for emacsen flavor early one and abort if unsupported.
(Closes: #213862)
#! /bin/sh -e
-## objinfo.dpatch by <luther@debian.org>
+## ocamlobjinfo.dpatch by <luther@debian.org>
##
## All lines beginning with `## DP:' are a description of the patch.
## DP: Makefiles, configure scripts and other build stuff adapted for
exit 0
@DPATCH@
-diff -urN ocaml-3.07.orig/man/objinfo.m ocaml-3.07/man/objinfo.m
---- ocaml-3.07.orig/man/objinfo.m 1970-01-01 01:00:00.000000000 +0100
-+++ ocaml-3.07/man/objinfo.m 2003-10-03 17:00:19.000000000 +0200
+diff -urN ocaml-3.07.orig/man/ocamlobjinfo.m ocaml-3.07/man/ocamlobjinfo.m
+--- ocaml-3.07.orig/man/ocamlobjinfo.m 1970-01-01 01:00:00.000000000 +0100
++++ ocaml-3.07/man/ocamlobjinfo.m 2003-10-03 17:00:19.000000000 +0200
@@ -0,0 +1,40 @@
+.TH OCAML-SOAP 1 "October 26, 2002"
+.SH NAME
-+objinfo \- dump an OCaml compilation unit description
++ocamlobjinfo \- dump an OCaml compilation unit description
+.SH SYNOPSIS
-+.B objinfo
++.B ocamlobjinfo
+.RI file\ ...
+.SH DESCRIPTION
+Dump information contained in OCaml compilation units.
+Currently it works on .cmi, .cmo and .cma files.
+.sp 2
-+.B objinfo
++.B ocamlobjinfo
+is able to show information regarding:
+.br
+.IP
.BR ocaml (1),
-.BR ocamlrun (1).
+.BR ocamlrun (1),
-+.BR objinfo (1).
++.BR ocamlobjinfo (1).
.br
.I The Objective Caml user's manual,
chapter "Batch compilation".
.SH SEE ALSO
-.BR ocamlc (1).
+.BR ocamlc (1),
-+.BR objinfo (1).
++.BR ocamlobjinfo (1).
.br
.I The Objective Caml user's manual,
chapter "Native-code compilation".
cp ocamlprof $(BINDIR)/ocamlprof$(EXE)
cp ocamlcp $(BINDIR)/ocamlcp$(EXE)
cp profiling.cmi profiling.cmo $(LIBDIR)
-+ cp objinfo $(BINDIR)/objinfo$(EXE)
++ cp objinfo $(BINDIR)/ocamlobjinfo$(EXE)
clean::
rm -f ocamlprof ocamlcp