From 2d19deb5bda8fac28b80ccd561cc94c420501e13 Mon Sep 17 00:00:00 2001 From: Ralf Treinen Date: Sun, 6 Apr 2008 08:30:06 +0000 Subject: [PATCH] ocaml version 3.10.1 make it more clear what "local installation" means --- debian/policy/chapter-generalities.xml | 52 ++++++++++++++++-------- debian/policy/ocaml_packaging_policy.xml | 2 +- 2 files changed, 35 insertions(+), 19 deletions(-) diff --git a/debian/policy/chapter-generalities.xml b/debian/policy/chapter-generalities.xml index 340d7d21..2b14e632 100644 --- a/debian/policy/chapter-generalities.xml +++ b/debian/policy/chapter-generalities.xml @@ -241,24 +241,40 @@ Locally Installing OCaml Programs and Libraries - Installation and use of locally installed OCaml related programs is out of the scope of this document. However, in order to have it work with a standard Debian installation, you should follow some guidelines. - - - - Executable files should be installed in /usr/local/bin. - - - - - Shared libraries (for C bindings) should be installed in /usr/local/lib/ocaml/&ocaml-version;/stublibs/ - - - - - Basically, every other file should be installed in /usr/local/lib/ocaml/&ocaml-version;/. This includes in particular bytecode libraries (*.cma), native libraries (*.cmxa), bytecode object files (*.cmo), native object files (*.cmx), static libraries (*.a) and META files. - - - + Locally installed files are files that are installed directly by + the system administrator, in contrast to files installed through + Debian packages. Installation and use of locally installed + OCaml related programs is out of the scope of this + document. However, in order to have it work with a standard + Debian installation, a local system administrator should follow + these guidelines: + + + + Executable files should be installed + in /usr/local/bin. + + + + + Shared libraries (for C bindings) should be installed + in /usr/local/lib/ocaml/&ocaml-version;/stublibs/ + + + + + Basically, every other file should be installed + in /usr/local/lib/ocaml/&ocaml-version;/. This + includes in particular bytecode libraries + (*.cma), native libraries + (*.cmxa), bytecode object files + (*.cmo), native object files + (*.cmx), static libraries + (*.a) and META + files. + + + diff --git a/debian/policy/ocaml_packaging_policy.xml b/debian/policy/ocaml_packaging_policy.xml index ec1482f5..1e06c64f 100644 --- a/debian/policy/ocaml_packaging_policy.xml +++ b/debian/policy/ocaml_packaging_policy.xml @@ -1,7 +1,7 @@ + -- 2.30.2