From: Stefano Zacchiroli Date: Wed, 2 Nov 2005 22:35:38 +0000 (+0000) Subject: s/F:OcamlABI/F:OCamlABI/ X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~697 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ff41fa16b71ea88d8144291c2ef1ab5990d92699;p=ocaml.git s/F:OcamlABI/F:OCamlABI/ --- diff --git a/debian/control b/debian/control index 55ccf0f2..1fc6a7a3 100644 --- a/debian/control +++ b/debian/control @@ -8,10 +8,10 @@ Standards-Version: 3.6.2 Package: ocaml-nox Architecture: any -Depends: libncurses5-dev, ocaml-base-nox (=${Source-Version}), ocaml-base-nox-${F:OcamlABI}, ocaml-interp-${F:OcamlABI}, gcc, binutils +Depends: libncurses5-dev, ocaml-base-nox (=${Source-Version}), ocaml-base-nox-${F:OCamlABI}, ocaml-interp-${F:OCamlABI}, gcc, binutils Suggests: ocaml-doc, libgdbm-dev, tuareg-mode | ocaml-mode Recommends: ledit, file -Provides: ocaml-nox-${F:OcamlABI} ${F:BestProvides}, libnums-ocaml-dev +Provides: ocaml-nox-${F:OCamlABI}, ${F:BestProvides}, libnums-ocaml-dev Replaces: camlp4, ocaml (<< 3.07.2a-3), libnums-ocaml-dev Conflicts: camlp4, camlidl (<< 1.04), ocaml (<< 3.07.2a-3), libnums-ocaml-dev Description: ML language implementation with a class-based object system @@ -39,9 +39,9 @@ Description: ML language implementation with a class-based object system Package: ocaml Architecture: any -Depends: ocaml-base (= ${Source-Version}), ocaml-base-${F:OcamlABI}, ocaml-nox-${F:OcamlABI} +Depends: ocaml-base (= ${Source-Version}), ocaml-base-${F:OCamlABI}, ocaml-nox-${F:OCamlABI} Suggests: xlibs-dev, tcl8.4-dev, tk8.4-dev -Provides: ocaml-${F:OcamlABI} +Provides: ocaml-${F:OCamlABI} Description: ML language implementation with a class-based object system Objective Caml is an implementation of the ML language, based on the Caml Light dialect extended with a complete class-based object system @@ -67,7 +67,7 @@ Description: ML language implementation with a class-based object system Package: ocaml-base-nox Architecture: any -Provides: ocaml-base-nox-${F:OcamlABI}, libnums-ocaml +Provides: ocaml-base-nox-${F:OCamlABI}, libnums-ocaml Depends: ${shlibs:Depends} Replaces: ocaml-base (<< 3.07.2a-3), libnums-ocaml Conflicts: ocaml (<< 3.04-2), ocaml-base (<< 3.07.2a-3), libnums-ocaml @@ -82,8 +82,8 @@ Description: Runtime system for ocaml bytecode executables Package: ocaml-base Architecture: any -Depends: ${shlibs:Depends}, ocaml-base-nox-${F:OcamlABI} -Provides: ocaml-base-${F:OcamlABI} +Depends: ${shlibs:Depends}, ocaml-base-nox-${F:OCamlABI} +Provides: ocaml-base-${F:OCamlABI} Description: Runtime system for ocaml bytecode executables Objective Caml is an implementation of the ML language, based on the Caml Light dialect extended with a complete class-based object system @@ -96,7 +96,7 @@ Description: Runtime system for ocaml bytecode executables Package: ocaml-native-compilers Architecture: alpha amd64 arm hppa i386 ia64 powerpc sparc -Depends: ocaml-nox (= ${Source-Version}), ocaml-nox-${F:OcamlABI}, gcc, binutils, ${shlibs:Depends} +Depends: ocaml-nox (= ${Source-Version}), ocaml-nox-${F:OCamlABI}, gcc, binutils, ${shlibs:Depends} Provides: ocaml-best-compilers Description: Native code compilers of the ocaml suite (the .opt ones) Objective Caml is an implementation of the ML language, based on @@ -111,7 +111,7 @@ Description: Native code compilers of the ocaml suite (the .opt ones) Package: ocaml-source Architecture: all -Provides: ocaml-source-${F:OcamlABI} +Provides: ocaml-source-${F:OCamlABI} Description: Sources for Objective Caml Objective Caml is an implementation of the ML language, based on the Caml Light dialect extended with a complete class-based object system @@ -123,8 +123,8 @@ Description: Sources for Objective Caml Package: ocaml-interp Architecture: any -Provides: ocaml-interp-${F:OcamlABI} -Depends: ocaml-base-nox-${F:OcamlABI} +Provides: ocaml-interp-${F:OCamlABI} +Depends: ocaml-base-nox-${F:OCamlABI} Replaces: ocaml (<< 3.07.2a-3) Conflicts: ocaml (<< 3.07.2a-3) Description: Ocaml interpreter and standard libraries @@ -137,8 +137,8 @@ Description: Ocaml interpreter and standard libraries Package: ocaml-compiler-libs Architecture: any -Provides: ocaml-compiler-libs-${F:OcamlABI} -Depends: ocaml-nox-${F:OcamlABI} +Provides: ocaml-compiler-libs-${F:OCamlABI} +Depends: ocaml-nox-${F:OCamlABI} Description: Ocaml interpreter and standard libraries Objective Caml is an implementation of the ML language, based on the Caml Light dialect extended with a complete class-based object system diff --git a/debian/rules b/debian/rules index 0fb9db0d..ac16b4f8 100755 --- a/debian/rules +++ b/debian/rules @@ -257,7 +257,7 @@ binary-common: # Build architecture independant packages using the common target. binary-indep: build-indep install-indep $(MAKE) -f debian/rules DH_OPTIONS=-i binary-common - dh_gencontrol -i -- -VF:OcamlABI="$(OCAMLABI)" + dh_gencontrol -i -- -VF:OCamlABI="$(OCAMLABI)" dh_md5sums -i dh_builddeb -i @@ -268,20 +268,20 @@ binary-arch: build-arch install-arch if [ ! -e opt-built-stamp ]; then \ dh_gencontrol -pocaml-nox -- \ -VF:BestProvides=",ocaml-best-compilers" \ - -VF:OcamlABI="$(OCAMLABI)"; \ + -VF:OCamlABI="$(OCAMLABI)"; \ else \ dh_gencontrol -pocaml-nox -- \ -VF:BestProvides="" \ - -VF:OcamlABI="$(OCAMLABI)"; \ + -VF:OCamlABI="$(OCAMLABI)"; \ dh_gencontrol -pocaml-native-compilers -- \ - -VF:OcamlABI="$(OCAMLABI)"; \ + -VF:OCamlABI="$(OCAMLABI)"; \ fi - dh_gencontrol -pocaml -- -VF:OcamlABI="$(OCAMLABI)" - dh_gencontrol -pocaml-base-nox -- -VF:OcamlABI="$(OCAMLABI)" - dh_gencontrol -pocaml-base -- -VF:OcamlABI="$(OCAMLABI)" - dh_gencontrol -pocaml-source -- -VF:OcamlABI="$(OCAMLABI)" - dh_gencontrol -pocaml-interp -- -VF:OcamlABI="$(OCAMLABI)" - dh_gencontrol -pocaml-compiler-libs -- -VF:OcamlABI="$(OCAMLABI)" + dh_gencontrol -pocaml -- -VF:OCamlABI="$(OCAMLABI)" + dh_gencontrol -pocaml-base-nox -- -VF:OCamlABI="$(OCAMLABI)" + dh_gencontrol -pocaml-base -- -VF:OCamlABI="$(OCAMLABI)" + dh_gencontrol -pocaml-source -- -VF:OCamlABI="$(OCAMLABI)" + dh_gencontrol -pocaml-interp -- -VF:OCamlABI="$(OCAMLABI)" + dh_gencontrol -pocaml-compiler-libs -- -VF:OCamlABI="$(OCAMLABI)" dh_md5sums -s dh_builddeb -s