[Pkg-ocaml-maint-commits] [SCM] nurpawiki packaging branch, master, updated. upstream/1.2.1-21-g96d2611

Stephane Glondu steph at glondu.net
Wed Oct 15 21:55:23 UTC 2008


The following commit has been merged in the master branch:
commit 96d2611f217e46bbed1e0f70e8c00459f020847d
Author: Stephane Glondu <steph at glondu.net>
Date:   Wed Oct 15 23:35:02 2008 +0200

    Add dependency to ocaml-base-nox-${F:OCamlABI}

diff --git a/debian/control b/debian/control
index 72bdb3f..ca60704 100644
--- a/debian/control
+++ b/debian/control
@@ -19,6 +19,7 @@ Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/nurpawiki.git
 Package: nurpawiki
 Architecture: all
 Depends:
+ ocaml-base-nox-${F:OCamlABI},
  libcalendar-ocaml-dev,
  libextlib-ocaml-dev,
  libpostgresql-ocaml-dev,
diff --git a/debian/rules b/debian/rules
index 3e35cf7..a5bebca 100755
--- a/debian/rules
+++ b/debian/rules
@@ -27,6 +27,7 @@ clean:
 	dh $@
 
 binary-indep: install-stamp
+	echo 'F:OCamlABI=$(shell ocamlc -version)' >> debian/nurpawiki.substvars
 	dh $@
 
 binary-arch: install-stamp

-- 
nurpawiki packaging



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