[Pkg-ocaml-maint-commits] [SCM] ceve packaging branch, master, updated. e3233ddb987f62a0b37b2dd935aa0cda963feffd

Stefano Zacchiroli zack at upsilon.cc
Tue Jun 3 12:31:00 UTC 2008


The following commit has been merged in the master branch:
commit 03a31c4b5008c1ac721ac9a8979a571c53b5909a
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Tue Jun 3 14:21:52 2008 +0200

    fill dependencies on the ocaml interpreter

diff --git a/debian/rules b/debian/rules
index 3d04f04..a97950f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,9 +3,13 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/makefile.mk
 include /usr/share/cdbs/1/class/ocaml.mk
 
+BIN_PKG = ceve
+
 ifeq ($(OCAML_HAVE_OCAMLOPT),yes)
 DEB_MAKE_BUILD_TARGET = opt
 else
 DEB_MAKE_BUILD_TARGET = all
+DEB_DH_GENCONTROL_ARGS += -VF:OCamlInterpDepends="ocaml-base-nox-$(OCAML_ABI), libdose2-ocaml, libexpat-ocaml"
 endif
-DEB_MAKE_INSTALL_TARGET = install BINDIR=$(CURDIR)/debian/$(cdbs_curpkg)/usr/bin
+DEB_MAKE_INSTALL_TARGET = install BINDIR=$(CURDIR)/debian/$(BIN_PKG)/usr/bin
+

-- 
ceve packaging



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