[Pkg-ocaml-maint-commits] [SCM] OCaml packaging branch, master, updated. debian/3.11.1-2-4-g9220575

Mehdi Dogguy dogguy at pps.jussieu.fr
Tue Jul 21 15:14:51 UTC 2009


The following commit has been merged in the master branch:
commit 9220575d106c9af67266bff4f2c3721105e36a58
Author: Mehdi Dogguy <dogguy at pps.jussieu.fr>
Date:   Tue Jul 21 17:14:06 2009 +0200

    Add ocamlplugininfo and ocamlbyteinfo and add myself to uploaders
    
    * Add two tools:
      - ocamlbyteinfo to read content of bytecode binaries
      - ocamlplugininfo to read content of shared object files (.cmxs)
    * Add myself to Uploaders

diff --git a/debian/changelog b/debian/changelog
index 6317eb7..88f20cb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+ocaml (3.11.1-3) UNRELEASED; urgency=low
+
+  * Add two tools:
+    - ocamlbyteinfo to read content of bytecode binaries
+    - ocamlplugininfo to read content of shared object files (.cmxs)
+  * Add myself to Uploaders
+
+ -- Mehdi Dogguy <dogguy at pps.jussieu.fr>  Tue, 21 Jul 2009 17:09:31 +0200
+
 ocaml (3.11.1-2) unstable; urgency=low
 
   * Remove build-dependency to docbook-* (not needed anymore, since
diff --git a/debian/control b/debian/control
index 829102b..98f0f5d 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,8 @@ Uploaders:
  Samuel Mimram <smimram at debian.org>,
  Sylvain Le Gall <gildor at debian.org>,
  Ralf Treinen <treinen at debian.org>,
- Stephane Glondu <steph at glondu.net>
+ Stephane Glondu <steph at glondu.net>,
+ Mehdi Dogguy <dogguy at pps.jussieu.fr>
 DM-Upload-Allowed: yes
 Build-Depends:
  debhelper (>= 7),
diff --git a/debian/control.in b/debian/control.in
index de99448..c58469e 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -7,7 +7,8 @@ Uploaders:
  Samuel Mimram <smimram at debian.org>,
  Sylvain Le Gall <gildor at debian.org>,
  Ralf Treinen <treinen at debian.org>,
- Stephane Glondu <steph at glondu.net>
+ Stephane Glondu <steph at glondu.net>,
+ Mehdi Dogguy <dogguy at pps.jussieu.fr>
 DM-Upload-Allowed: yes
 Build-Depends:
  debhelper (>= 7),
diff --git a/debian/man/ocamlbyteinfo.1 b/debian/man/ocamlbyteinfo.1
new file mode 100644
index 0000000..d091292
--- /dev/null
+++ b/debian/man/ocamlbyteinfo.1
@@ -0,0 +1,26 @@
+.TH OCAMLBYTEINFO 1 "July 21, 2009"
+.SH NAME
+ocamlbyteinfo \- dump an OCaml bytecode binary description
+.SH SYNOPSIS
+.B ocamlbyteinfo
+.RI file
+.SH DESCRIPTION
+Dump information contained in OCaml bytecode binary.
+.sp 2
+.B ocamlbyteinfo
+is able to show information regarding:
+.br
+.IP
+CRC of implementation
+.sp 2
+unsafe features
+.SH SEE ALSO
+.BR ocamlc (1),
+.BR ocamlopt (1),
+.BR ocamlobjinfo (1),
+.BR ocamlplugininfo (1),
+.BR ocamldumpapprox (1)
+.br
+.SH AUTHOR
+This manual page was written by Mehdi Dogguy <mehdi at dogguy.org>,
+for the Debian GNU/Linux system (but may be used by others).
diff --git a/debian/man/ocamlplugininfo.1 b/debian/man/ocamlplugininfo.1
new file mode 100644
index 0000000..45ff30c
--- /dev/null
+++ b/debian/man/ocamlplugininfo.1
@@ -0,0 +1,27 @@
+.TH OCAMLPLUGININFO 1 "July 21, 2009"
+.SH NAME
+ocamlplugininfo \- dump an OCaml native shared object file description
+.SH SYNOPSIS
+.B ocamlplugininfo
+.RI file
+.SH DESCRIPTION
+Dump information contained in OCaml native sahred object.
+It works on .cmxs files.
+.sp 2
+.B ocamlplugininfo
+is able to show information regarding:
+.br
+.IP
+CRC of implementation
+.sp 2
+CRC of imported interfaces and implementations
+.SH SEE ALSO
+.BR ocamlc (1),
+.BR ocamlopt (1),
+.BR ocamlobjinfo (1),
+.BR ocamlbyteinfo (1),
+.BR ocamldumpapprox (1)
+.br
+.SH AUTHOR
+This manual page was written by Mehdi Dogguy <mehdi at dogguy.org>,
+for the Debian GNU/Linux system (but may be used by others).
diff --git a/debian/ocaml-nox.manpages.in b/debian/ocaml-nox.manpages.in
index 7ee4b48..041b8bc 100644
--- a/debian/ocaml-nox.manpages.in
+++ b/debian/ocaml-nox.manpages.in
@@ -1,4 +1,6 @@
 debian/man/ocamlmklib.1
 debian/man/ocamldumpobj.1
 debian/man/ocamlobjinfo.1
+debian/man/ocamlbyteinfo.1
 OPT: debian/man/ocamldumpapprox.1
+OPT: debian/man/ocamlplugininfo.1

-- 
OCaml packaging



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