[Pkg-ocaml-maint-commits] [SCM] eliom packaging branch, master, updated. debian/3.0.0-1-2-g8e10771

Stephane Glondu steph at glondu.net
Mon Dec 10 11:49:39 UTC 2012


The following commit has been merged in the master branch:
commit 3d390ef4b9631b6a9c842dcc6c5bc1fb40e79f1d
Author: Stephane Glondu <steph at glondu.net>
Date:   Mon Dec 10 12:27:40 2012 +0100

    Put binaries and templates in a separate binary package

diff --git a/debian/control b/debian/control
index 98834c4..8fbdf64 100644
--- a/debian/control
+++ b/debian/control
@@ -24,6 +24,25 @@ Homepage: http://ocsigen.org/eliom
 Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/eliom.git
 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/eliom.git
 
+Package: eliom
+Architecture: any
+Depends:
+ libeliom-ocaml-dev,
+ ocaml-findlib,
+ js-of-ocaml,
+ ${ocaml:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends}
+Recommends:
+ libeliom-ocaml-doc
+Replaces: libeliom-ocaml-dev (<< 3)
+Breaks: libeliom-ocaml-dev (<< 3)
+Description: web framework for ocsigenserver (tools)
+ Eliom allows one to easily develop sophisticated client/server Web
+ applications using OCaml.
+ .
+ This package contains command-line tools.
+
 Package: libeliom-ocaml-dev
 Architecture: any
 Depends:
diff --git a/debian/eliom.install b/debian/eliom.install
new file mode 100644
index 0000000..1b6716c
--- /dev/null
+++ b/debian/eliom.install
@@ -0,0 +1,3 @@
+usr/bin
+usr/share/man/man1
+usr/share/eliom
diff --git a/debian/libeliom-ocaml-dev.install.in b/debian/libeliom-ocaml-dev.install.in
index 6f6c0b7..a3843ad 100644
--- a/debian/libeliom-ocaml-dev.install.in
+++ b/debian/libeliom-ocaml-dev.install.in
@@ -6,8 +6,5 @@
 @OCamlStdlibDir@/eliom/client/*.mli
 @OCamlStdlibDir@/eliom/client/*.cmi
 @OCamlStdlibDir@/eliom/syntax/*
-usr/bin
-usr/share/man/man1
-usr/share/eliom
 DYN: @OCamlStdlibDir@/eliom/server/eliom.cmxa
 DYN: @OCamlStdlibDir@/eliom/server/eliom.a

-- 
eliom packaging



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