From: Ximin Luo Date: Wed, 2 Nov 2016 12:08:21 +0000 (+0100) Subject: Add a versioned Provides so we can have versioned Build-Depends elsewhere X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~95 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=433f37b90afc17af0b657de68b5812f273bf7ecd;p=ocaml.git Add a versioned Provides so we can have versioned Build-Depends elsewhere --- diff --git a/debian/control b/debian/control index 085b2ee7..449cc807 100644 --- a/debian/control +++ b/debian/control @@ -37,7 +37,7 @@ Depends: binutils Provides: ${ocaml:Provides}, - ${F:BestProvides}, + ${F:BestProvides} (= ${binary:Version}), libnums-ocaml-dev Suggests: ocaml-doc, @@ -153,7 +153,7 @@ Depends: gcc, binutils, ${shlibs:Depends}, ${misc:Depends} -Provides: ocaml-best-compilers +Provides: ocaml-best-compilers (= ${binary:Version}) Replaces: ocaml-nox (<= 3.09.2-3) Description: Native code compilers of the OCaml suite (the .opt ones) Objective Caml (OCaml) is an implementation of the ML language, based on diff --git a/debian/control.in b/debian/control.in index 2ed859e7..e3a696e2 100644 --- a/debian/control.in +++ b/debian/control.in @@ -37,7 +37,7 @@ Depends: binutils Provides: ${ocaml:Provides}, - ${F:BestProvides}, + ${F:BestProvides} (= ${binary:Version}), libnums-ocaml-dev Suggests: ocaml-doc, @@ -153,7 +153,7 @@ Depends: gcc, binutils, ${shlibs:Depends}, ${misc:Depends} -Provides: ocaml-best-compilers +Provides: ocaml-best-compilers (= ${binary:Version}) Replaces: ocaml-nox (<= 3.09.2-3) Description: Native code compilers of the OCaml suite (the .opt ones) Objective Caml (OCaml) is an implementation of the ML language, based on