[Pkg-ocaml-maint-commits] r5431 - in /trunk/packages/ocaml/trunk/debian/policy: chapter-generalities.xml ocaml_packaging_policy.xml

treinen at users.alioth.debian.org treinen at users.alioth.debian.org
Sun Apr 6 08:30:07 UTC 2008


Author: treinen
Date: Sun Apr  6 08:30:06 2008
New Revision: 5431

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=5431
Log:
ocaml version 3.10.1
make it more clear what "local installation" means

Modified:
    trunk/packages/ocaml/trunk/debian/policy/chapter-generalities.xml
    trunk/packages/ocaml/trunk/debian/policy/ocaml_packaging_policy.xml

Modified: trunk/packages/ocaml/trunk/debian/policy/chapter-generalities.xml
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml/trunk/debian/policy/chapter-generalities.xml?rev=5431&op=diff
==============================================================================
--- trunk/packages/ocaml/trunk/debian/policy/chapter-generalities.xml (original)
+++ trunk/packages/ocaml/trunk/debian/policy/chapter-generalities.xml Sun Apr  6 08:30:06 2008
@@ -241,24 +241,40 @@
     <title>Locally Installing OCaml Programs and Libraries</title>
 
     <para>
-        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.
-        <itemizedlist>
-            <listitem>
-                <para>
-                    Executable files should be installed in <filename>/usr/local/bin</filename>.
-                </para>
-            </listitem>
-            <listitem>
-                <para>
-                    Shared libraries (for C bindings) should be installed in <filename>/usr/local/lib/ocaml/&ocaml-version;/stublibs/</filename>
-                </para>
-            </listitem>
-            <listitem>
-                <para>
-                    Basically, every other file should be installed in <filename>/usr/local/lib/ocaml/&ocaml-version;/</filename>. This includes in particular bytecode libraries (<filename>*.cma</filename>), native libraries (<filename>*.cmxa</filename>), bytecode object files (<filename>*.cmo</filename>), native object files (<filename>*.cmx</filename>), static libraries (<filename>*.a</filename>) and <filename>META</filename> files.
-                </para>
-            </listitem>
-        </itemizedlist>
+      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:
+      <itemizedlist>
+        <listitem>
+          <para>
+            Executable files should be installed
+            in <filename>/usr/local/bin</filename>.
+          </para>
+        </listitem>
+        <listitem>
+          <para>
+            Shared libraries (for C bindings) should be installed
+            in <filename>/usr/local/lib/ocaml/&ocaml-version;/stublibs/</filename>
+          </para>
+        </listitem>
+        <listitem>
+          <para>
+            Basically, every other file should be installed
+            in <filename>/usr/local/lib/ocaml/&ocaml-version;/</filename>. This
+            includes in particular bytecode libraries
+            (<filename>*.cma</filename>), native libraries
+            (<filename>*.cmxa</filename>), bytecode object files
+            (<filename>*.cmo</filename>), native object files
+            (<filename>*.cmx</filename>), static libraries
+            (<filename>*.a</filename>) and <filename>META</filename>
+            files.
+          </para>
+        </listitem>
+      </itemizedlist>
     </para>
 
     <para>

Modified: trunk/packages/ocaml/trunk/debian/policy/ocaml_packaging_policy.xml
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml/trunk/debian/policy/ocaml_packaging_policy.xml?rev=5431&op=diff
==============================================================================
--- trunk/packages/ocaml/trunk/debian/policy/ocaml_packaging_policy.xml (original)
+++ trunk/packages/ocaml/trunk/debian/policy/ocaml_packaging_policy.xml Sun Apr  6 08:30:06 2008
@@ -1,7 +1,7 @@
 <?xml version="1.0"?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
 "/usr/share/sgml/docbook/dtd/xml/4.3/docbookx.dtd" [
-<!ENTITY ocaml-version "3.10.0">
+<!ENTITY ocaml-version "3.10.1">
 <!ENTITY ocaml-sys-dir-base "/usr/lib/ocaml">
 <!ENTITY ocaml-sys-dir "&ocaml-sys-dir-base;/&ocaml-version;">
 <!ENTITY ocaml-metas-dir "&ocaml-sys-dir;/METAS">




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