From: Julien Cristau Date: Wed, 4 Jan 2006 15:07:37 +0000 (+0000) Subject: Remove Suggests on xlibs-dev which doesn't exist anymore. X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~675 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=2304bb70856703c33a47c29d6f13fa429068399d;p=ocaml.git Remove Suggests on xlibs-dev which doesn't exist anymore. --- diff --git a/debian/changelog b/debian/changelog index 30e2f466..52919e22 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,8 +8,9 @@ ocaml (3.09.1-1) UNRELEASED; urgency=low * New upstream release + sparc is correctly detected and alignment of doubles and 64-bit ints on double-word boundaries is forced (Closes: #344615). + * Remove Suggests on xlibs-dev which doesn't exist anymore. - -- Julien Cristau Wed, 4 Jan 2006 15:49:24 +0100 + -- Julien Cristau Wed, 4 Jan 2006 16:06:34 +0100 ocaml (3.09.0-4) unstable; urgency=low diff --git a/debian/control b/debian/control index 65943b72..6d0fb772 100644 --- a/debian/control +++ b/debian/control @@ -40,7 +40,7 @@ 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} -Suggests: xlibs-dev, tcl8.4-dev, tk8.4-dev +Suggests: tcl8.4-dev, tk8.4-dev 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 diff --git a/debian/control.in b/debian/control.in index d68ab134..3ea381f6 100644 --- a/debian/control.in +++ b/debian/control.in @@ -40,7 +40,7 @@ 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} -Suggests: xlibs-dev, tcl8.4-dev, tk8.4-dev +Suggests: tcl8.4-dev, tk8.4-dev 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