[Pkg-ocaml-maint-commits] [SCM] jocaml packaging branch, master, updated. upstream/3.11.0-12-g05161f1

Samuel Mimram smimram at debian.org
Wed Feb 11 21:36:43 UTC 2009


The following commit has been merged in the master branch:
commit a96640b92658ad8b028ca5cadb7d7a5ec0388a4f
Author: Samuel Mimram <smimram at debian.org>
Date:   Wed Feb 11 17:43:23 2009 +0100

    Better description and installation.

diff --git a/debian/control b/debian/control
index 747d975..c45e4fc 100644
--- a/debian/control
+++ b/debian/control
@@ -11,13 +11,11 @@ Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/jocaml.git
 
 Package: jocaml
 Architecture: any
-Depends: ${shlibs:Depends}, libx11-6
+Depends: ${shlibs:Depends}, ocaml-nox-${F:JOCamlABI}
 Provides: jocaml-${F:JOCamlABI}
 Description: OCaml extended for concurrent and distributed programming
- The JoCaml system is an experimental extension of the Objective-Caml language 
- with the distributed join-calculus programming model. This model includes 
- high-level communication and synchronising channels,mobile agents, failure 
- detection and automatic memory management. JoCaml enables programmers to 
- rapidly develop distributed large-scale applications, using both Objective-Caml
- ease of programmation and extended libraries, and the join-calculus distributed 
- and concurrent features. 
+ The JoCaml programming language is an experimental extension of the Objective-Caml
+ language with high-level communications and synchronizations primitives between
+ processes. This enables programmers to rapidly develop distributed large-scale
+ applications, using both Objective-Caml ease of programmation and extended libraries,
+ and the join-calculus distributed and concurrent features.
diff --git a/debian/jocaml.install.in b/debian/jocaml.install.in
index 2e50034..824a0aa 100644
--- a/debian/jocaml.install.in
+++ b/debian/jocaml.install.in
@@ -1,3 +1,3 @@
-/usr/bin/jocaml*
-/usr/lib/jocaml/@JOCamlABI@/threads/jocaml*
-/usr/lib/jocaml/@JOCamlABI@/vmthreads/jocaml*
+usr/bin/jocaml*
+usr/lib/ocaml/@JOCamlABI@/threads/jocaml*
+usr/lib/ocaml/@JOCamlABI@/vmthreads/jocaml*
diff --git a/debian/rules b/debian/rules
index 8ef31e4..072683d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -32,7 +32,7 @@ pre-config:
 config-stamp: pre-config
 	dh_testdir
 	./configure --prefix /usr             \
-	--libdir /usr/lib/jocaml/$(JOCAMLABI) \
+	--libdir /usr/lib/ocaml/$(JOCAMLABI) \
 	--mandir /usr/share/man               \
 	--host $(DEB_HOST_GNU_TYPE)
 	touch $@
@@ -77,7 +77,7 @@ install: build-arch build-indep
 binary-common:
 	dh_testdir
 	dh_testroot
-	dh_install --list-missing
+	dh_install --sourcedir=$(CURDIR)/debian/jocaml --list-missing
 	dh_installchangelogs Changes
 	dh_installdocs
 	dh_installman

-- 
jocaml packaging



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