[Pkg-ocaml-maint-commits] [SCM] OCaml packaging branch, master, updated. debian/3.11.0-5-2-g7460097

Samuel Mimram smimram at debian.org
Mon Mar 16 14:08:59 UTC 2009


The following commit has been merged in the master branch:
commit 7460097d3bfb4d49879e752698f4020ec2aef40b
Author: Samuel Mimram <smimram at debian.org>
Date:   Mon Mar 16 15:08:24 2009 +0100

    Add kfreebsd-amd64 to the list of supported native architectures.

diff --git a/debian/changelog b/debian/changelog
index 435bf92..a985e70 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 <smimram at debian.org>  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 cdbf252..0e31002 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 07c62ff..1149826 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 f8c1245..223f4f1 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

-- 
OCaml packaging



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