From 118be37f682309a141ae3ad96e93041a35de6d80 Mon Sep 17 00:00:00 2001 From: Stephane Glondu Date: Fri, 20 Feb 2009 09:49:06 +0100 Subject: [PATCH] Update control and control.in and fix generation of control --- debian/control | 2 +- debian/control.in | 15 ++++++++++++--- debian/rules | 2 +- 3 files changed, 14 insertions(+), 5 deletions(-) diff --git a/debian/control b/debian/control index 75976e85..6ffc60a2 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 powerpc sparc +Architecture: amd64 hurd-i386 i386 kfreebsd-i386 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 23a1193d..07c62ff6 100644 --- a/debian/control.in +++ b/debian/control.in @@ -3,14 +3,23 @@ Section: devel Priority: optional Maintainer: Debian OCaml Maintainers Uploaders: - Sven Luther , Stefano Zacchiroli , Samuel Mimram , Sylvain Le Gall , Ralf Treinen , Stephane Glondu DM-Upload-Allowed: yes -Build-Depends: debhelper (>= 7), tcl8.4-dev, tk8.4-dev, libncurses5-dev, libgdbm-dev, dpatch, bzip2, docbook-xml, docbook-utils +Build-Depends: + debhelper (>= 7), + tcl8.4-dev, + tk8.4-dev, + libncurses5-dev, + libgdbm-dev, + dpatch, + bzip2, + docbook-xml, + docbook-utils, + dh-ocaml (>= 0.2) 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 @@ -89,7 +98,7 @@ Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, ocaml-base (= ${binary:Version}), ocaml-nox (=${binary:Version}), libx11-dev Suggests: tcl8.4-dev, tk8.4-dev Provides: ocaml-${F:OCamlABI} -Replaces: ocaml-nox (<< 3.10.0-12) +Replaces: ocaml-nox (<< 3.11.0-2) Description: ML language implementation with a class-based object system Objective Caml (OCaml) 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 1c131b2e..7e25b094 100755 --- a/debian/rules +++ b/debian/rules @@ -55,7 +55,7 @@ ocamlinit-stamp: debian/$(SRCTARBALL) # Generate ocaml-native-compilers' Architecture field. # Should never be called automatically. debian/control: - sed -e 's/@OCamlNativeArchs@/$(NATIVE_ARCHS)/g' debian/control.in > $@ + sed -e 's/@OCamlNativeArchs@/$(OCAML_NATIVE_ARCHS)/g' debian/control.in > $@ pre-config-stamp: debian/$(SRCTARBALL) chmod +x debian/gen_modules.pl -- 2.30.2