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

Stephane Glondu steph at glondu.net
Sat Jun 20 22:54:57 UTC 2009


The following commit has been merged in the master branch:
commit a5a29ae4f4faeb93e0c32f53e95f1aa7bc696855
Author: Stephane Glondu <steph at glondu.net>
Date:   Fri May 8 00:21:31 2009 +0200

    Enable OCamlDuce support

diff --git a/debian/control b/debian/control
index a9f6eb2..1f37535 100644
--- a/debian/control
+++ b/debian/control
@@ -16,6 +16,7 @@ Build-Depends: debhelper (>= 7.0.52),
  libsqlite3-ocaml-dev,
  libzip-ocaml-dev,
  libcryptokit-ocaml-dev,
+ ocamlduce,
  dh-ocaml
 Standards-Version: 3.8.1
 Homepage: http://www.ocsigen.org/
@@ -31,6 +32,7 @@ Depends: adduser, psmisc, procps,
  libsqlite3-ocaml-dev,
  libcryptokit-ocaml-dev,
  libzip-ocaml-dev,
+ ocamlduce,
  ${misc:Depends}
 Provides: httpd, httpd-cgi
 Suggests: ocsigen-doc
diff --git a/debian/rules b/debian/rules
index aa12343..3e358d8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,7 @@ override_dh_auto_configure:
 	    --staticpagesdir /usr/share \
 	    --ocsigen-user ocsigen \
 	    --ocsigen-group ocsigen \
-	    --disable-ocamlduce
+	    --enable-ocamlduce
 	cp -a examples debian
 # Remove irrelevant files (incl. those installed in /usr/share or /var/lib)
 	mv debian/examples/miniwiki/files/miniwiki.conf debian/examples/miniwiki

-- 
ocsigen packaging



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