Update dumpobj.dpatch
authorStephane Glondu <steph@glondu.net>
Mon, 20 Oct 2008 12:33:28 +0000 (14:33 +0200)
committerStephane Glondu <steph@glondu.net>
Mon, 20 Oct 2008 13:28:53 +0000 (15:28 +0200)
debian/patches/dumpobj.dpatch

index 4d9907c2eb7f89ed02f9054c2e9ceae833941601..f71f9744027e9c5c9d3a48092dc728dab6612653 100755 (executable)
@@ -5,22 +5,22 @@
 ## DP: Ship ocamldumpobj and add a manpage for it.
 
 @DPATCH@
-diff -urNad ocaml-3.09.1~/man/ocamlc.m ocaml-3.09.1/man/ocamlc.m
---- ocaml-3.09.1~/man/ocamlc.m 2006-01-04 20:35:35.000000000 +0100
-+++ ocaml-3.09.1/man/ocamlc.m  2006-01-04 20:37:08.000000000 +0100
-@@ -243,7 +243,8 @@
+diff -urNad ocaml~/man/ocamlc.m ocaml/man/ocamlc.m
+--- ocaml~/man/ocamlc.m        2008-10-20 14:29:27.000000000 +0200
++++ ocaml/man/ocamlc.m 2008-10-20 14:31:41.000000000 +0200
+@@ -579,7 +579,8 @@
+ Display a short usage summary and exit.
  .SH SEE ALSO
- .BR ocaml (1),
- .BR ocamlrun (1),
--.BR ocamlobjinfo (1).
-+.BR ocamlobjinfo (1),
-+.BR ocamldumpobj (1).
+-.BR ocamlopt (1), \ ocamlrun (1), \ ocaml (1), \ ocamlobjinfo (1).
++.BR ocamlopt (1), \ ocamlrun (1), \ ocaml (1),
++.BR ocamlobjinfo (1), \ ocamldumpobj (1).
  .br
- .I The Objective Caml user's manual,
+ .IR "The Objective Caml user's manual" ,
  chapter "Batch compilation".
-diff -urNad ocaml-3.09.1~/man/ocamldumpobj.m ocaml-3.09.1/man/ocamldumpobj.m
---- ocaml-3.09.1~/man/ocamldumpobj.m   1970-01-01 01:00:00.000000000 +0100
-+++ ocaml-3.09.1/man/ocamldumpobj.m    2006-01-04 20:44:49.000000000 +0100
+diff -urNad ocaml~/man/ocamldumpobj.m ocaml/man/ocamldumpobj.m
+--- ocaml~/man/ocamldumpobj.m  1970-01-01 01:00:00.000000000 +0100
++++ ocaml/man/ocamldumpobj.m   2008-10-20 14:29:28.000000000 +0200
 @@ -0,0 +1,20 @@
 +.TH OCAMLDUMPOBJ 1 "January 4, 2006"
 +.SH NAME
@@ -42,10 +42,10 @@ diff -urNad ocaml-3.09.1~/man/ocamldumpobj.m ocaml-3.09.1/man/ocamldumpobj.m
 +.SH AUTHOR
 +This manual page was written by Samuel Mimram <smimram@debian.org>,
 +for the Debian GNU/Linux system (but may be used by others).
-diff -urNad ocaml-3.09.1~/man/ocamlopt.m ocaml-3.09.1/man/ocamlopt.m
---- ocaml-3.09.1~/man/ocamlopt.m       2006-01-04 20:35:35.000000000 +0100
-+++ ocaml-3.09.1/man/ocamlopt.m        2006-01-04 20:39:46.000000000 +0100
-@@ -226,7 +226,8 @@
+diff -urNad ocaml~/man/ocamlopt.m ocaml/man/ocamlopt.m
+--- ocaml~/man/ocamlopt.m      2008-10-20 14:29:27.000000000 +0200
++++ ocaml/man/ocamlopt.m       2008-10-20 14:29:28.000000000 +0200
+@@ -604,7 +604,8 @@
  
  .SH SEE ALSO
  .BR ocamlc (1),
@@ -53,12 +53,12 @@ diff -urNad ocaml-3.09.1~/man/ocamlopt.m ocaml-3.09.1/man/ocamlopt.m
 +.BR ocamlobjinfo (1),
 +.BR ocamldumpobj (1).
  .br
- .I The Objective Caml user's manual,
+ .IR "The Objective Caml user's manual" ,
  chapter "Native-code compilation".
-diff -urNad ocaml-3.09.1~/tools/Makefile ocaml-3.09.1/tools/Makefile
---- ocaml-3.09.1~/tools/Makefile       2006-01-04 20:35:35.000000000 +0100
-+++ ocaml-3.09.1/tools/Makefile        2006-01-04 20:36:07.000000000 +0100
-@@ -71,6 +71,7 @@
+diff -urNad ocaml~/tools/Makefile.shared ocaml/tools/Makefile.shared
+--- ocaml~/tools/Makefile.shared       2008-10-20 14:29:27.000000000 +0200
++++ ocaml/tools/Makefile.shared        2008-10-20 14:30:25.000000000 +0200
+@@ -73,6 +73,7 @@
        cp ocamlcp $(BINDIR)/ocamlcp$(EXE)
        cp profiling.cmi profiling.cmo $(LIBDIR)
        cp objinfo $(BINDIR)/ocamlobjinfo$(EXE)