[Pkg-ocaml-maint-commits] [SCM] ocsigen packaging branch, master, updated. debian/1.1.0-2-9-gcf16ddd

Stephane Glondu steph at glondu.net
Sat Jun 20 23:03:17 UTC 2009


The following commit has been merged in the master branch:
commit cf16ddd85aceace36976f6ea6dc962958e04a032
Author: Stephane Glondu <steph at glondu.net>
Date:   Sun Jun 21 01:02:55 2009 +0200

    Various updates

diff --git a/debian/README.Debian b/debian/README.Debian
index 7bdf3c4..41e79aa 100644
--- a/debian/README.Debian
+++ b/debian/README.Debian
@@ -1,12 +1,17 @@
 Ocsigen for Debian
 
-  * Ocsigen uses heavily dynamic loading; this is why it is available
-    only in bytecode. It uses Findlib to handle dependencies between
-    libraries, and therefore needs META files. This explains many
-    dependencies on *-dev packages and other development packages.
+  * Ocsigen uses heavily dynamic loading. It uses Findlib to handle
+    dependencies between libraries, and therefore needs META
+    files. This explains many dependencies on *-dev packages and other
+    development packages.
+
+  * Starting with version 1.2.0-1, the native code version (when
+    available) is compiled and installed; it is not well tested,
+    though. Please test it and report any anomaly. The bytecode
+    version is still used by default.
 
   * When the ocsigen package is upgraded, everything in
     /etc/ocsigen/update.d will be executed using run-parts(8). This is
     an opportunity to recompile any site-specific module.
 
- -- Stephane Glondu <steph at glondu.net>  Mon, 07 Jul 2008 22:36:09 +0200
+ -- Stephane Glondu <steph at glondu.net>, Sun, 21 Jun 2009 01:01:30 +0200
diff --git a/debian/changelog b/debian/changelog
index cfcd01d..e4e05c4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,8 +7,10 @@ ocsigen (1.2.0-1) UNRELEASED; urgency=low
     - add dependency on quilt
     - add README.source file
   * Enable OCamlDuce support
+  * Enable native code support
   * Add versioned dependency on libpcre-ocaml-dev
   * Install sample configuration files with examples
+  * Update Standards-Version to 3.8.2
 
  -- Stephane Glondu <steph at glondu.net>  Sat, 20 Jun 2009 18:23:09 +0200
 
diff --git a/debian/control b/debian/control
index adb75ca..347bed2 100644
--- a/debian/control
+++ b/debian/control
@@ -7,7 +7,7 @@ DM-Upload-Allowed: yes
 Build-Depends:
  debhelper (>= 7.0.52),
  quilt (>= 0.46-7),
- ocaml-nox,
+ ocaml-nox (>= 3.11),
  camlp4,
  camlp4-extra,
  ocaml-findlib,
@@ -21,7 +21,7 @@ Build-Depends:
  libcryptokit-ocaml-dev,
  ocamlduce,
  dh-ocaml
-Standards-Version: 3.8.1
+Standards-Version: 3.8.2
 Homepage: http://www.ocsigen.org/
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocsigen.git
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocsigen.git

-- 
ocsigen packaging



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