[Pkg-ocaml-maint-commits] [SCM] menhir packaging branch, master, updated. debian/20071212.dfsg-1-24-g7c25d92

Mehdi Dogguy dogguy at pps.jussieu.fr
Mon Jan 19 13:28:14 UTC 2009


The following commit has been merged in the master branch:
commit 7c25d928454b4d8ddd01081431aa8f2e355b4c83
Author: Mehdi Dogguy <dogguy at pps.jussieu.fr>
Date:   Mon Jan 19 14:27:44 2009 +0100

    Rename OCamlABI to OCamlRuntime

diff --git a/debian/control b/debian/control
index 2df06ce..66f0768 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/menhir.git
 
 Package: menhir
 Architecture: any
-Depends: ${F:OCamlABI}, ${shlibs:Depends}
+Depends: ${F:OCamlRuntime}, ${shlibs:Depends}
 Description: Parser generator for OCaml
  Menhir is a LR(1) parser generator for OCaml. It is mostly compatible
  with the standard ocamlyacc and has the following enhancements:
diff --git a/debian/rules b/debian/rules
index a2ab075..2252fa7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,7 +37,7 @@ binary-indep: install-stamp
 # Build architecture-dependent files here.
 binary-arch: install-stamp
 ifeq ($(TARGET),byte)
-	echo 'F:OCamlABI=ocaml-base-nox-$(OCAMLABI)' >> debian/menhir.substvars
+	echo 'F:OCamlRuntime=ocaml-base-nox-$(OCAMLABI)' >> debian/menhir.substvars
 endif
 	dh $@
 

-- 
menhir packaging



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