From: Samuel Mimram Date: Mon, 16 Mar 2009 14:08:24 +0000 (+0100) Subject: Add kfreebsd-amd64 to the list of supported native architectures. X-Git-Tag: archive/raspbian/4.08.1-4+rpi1~3^2~422 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7460097d3bfb4d49879e752698f4020ec2aef40b;p=ocaml.git Add kfreebsd-amd64 to the list of supported native architectures. --- diff --git a/debian/changelog b/debian/changelog index 435bf924..a985e708 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +ocaml (3.11.0-6) UNRELEASED; urgency=low + + * Add kfreebsd-amd64 to the list of supported native architectures, + closes: #519916. + + -- Samuel Mimram Mon, 16 Mar 2009 15:07:00 +0100 + ocaml (3.11.0-5) unstable; urgency=low * Uploading to unstable diff --git a/debian/control b/debian/control index cdbf2522..0e310023 100644 --- a/debian/control +++ b/debian/control @@ -152,7 +152,7 @@ Description: Runtime system for OCaml bytecode executables you do not require any graphical capabilities for your runtime. Package: ocaml-native-compilers -Architecture: amd64 hurd-i386 i386 kfreebsd-i386 lpia powerpc sparc +Architecture: amd64 hurd-i386 i386 kfreebsd-i386 kfreebsd-amd64 lpia powerpc sparc Depends: ocaml-nox (= ${binary:Version}), gcc, binutils, ${shlibs:Depends}, ${misc:Depends} Provides: ocaml-best-compilers Replaces: ocaml-nox (<= 3.09.2-3) diff --git a/debian/control.in b/debian/control.in index 07c62ff6..11498269 100644 --- a/debian/control.in +++ b/debian/control.in @@ -19,7 +19,7 @@ Build-Depends: bzip2, docbook-xml, docbook-utils, - dh-ocaml (>= 0.2) + dh-ocaml (>= 0.4) Standards-Version: 3.8.0 Vcs-Git: git://git.debian.org/git/pkg-ocaml-maint/packages/ocaml.git Vcs-Browser: http://git.debian.org/?p=pkg-ocaml-maint/packages/ocaml.git diff --git a/debian/native-archs b/debian/native-archs index f8c12458..223f4f18 100644 --- a/debian/native-archs +++ b/debian/native-archs @@ -1 +1 @@ -amd64 hurd-i386 i386 kfreebsd-i386 lpia powerpc sparc +amd64 hurd-i386 i386 kfreebsd-i386 kfreebsd-amd64 lpia powerpc sparc