[Pkg-ocaml-maint-commits] r3424 - in /trunk/packages/ocaml/branches/etch-3.09.2+cdbs/debian: changelog control control.in

jcristau-guest at users.alioth.debian.org jcristau-guest at users.alioth.debian.org
Sun Dec 31 01:47:00 CET 2006


Author: jcristau-guest
Date: Sun Dec 31 01:46:59 2006
New Revision: 3424

URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/?sc=1&rev=3424
Log:
* Add Replaces: ocaml-nox (<< 3.09.2-8) to the ocaml package because of the
  ocamlbrowser move.
* Sync debian/control.in with debian/control.

Modified:
    trunk/packages/ocaml/branches/etch-3.09.2+cdbs/debian/changelog
    trunk/packages/ocaml/branches/etch-3.09.2+cdbs/debian/control
    trunk/packages/ocaml/branches/etch-3.09.2+cdbs/debian/control.in

Modified: trunk/packages/ocaml/branches/etch-3.09.2+cdbs/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml/branches/etch-3.09.2%2Bcdbs/debian/changelog?rev=3424&op=diff
==============================================================================
--- trunk/packages/ocaml/branches/etch-3.09.2+cdbs/debian/changelog (original)
+++ trunk/packages/ocaml/branches/etch-3.09.2+cdbs/debian/changelog Sun Dec 31 01:46:59 2006
@@ -1,3 +1,11 @@
+ocaml (3.09.2-9) unstable; urgency=low
+
+  * Add Replaces: ocaml-nox (<< 3.09.2-8) to the ocaml package because of the
+    ocamlbrowser move.
+  * Sync debian/control.in with debian/control.
+
+ -- Julien Cristau <julien.cristau at ens-lyon.org>  Sun, 31 Dec 2006 01:45:53 +0100
+
 ocaml (3.09.2-8) unstable; urgency=low
 
   [ Samuel Mimram ]

Modified: trunk/packages/ocaml/branches/etch-3.09.2+cdbs/debian/control
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml/branches/etch-3.09.2%2Bcdbs/debian/control?rev=3424&op=diff
==============================================================================
--- trunk/packages/ocaml/branches/etch-3.09.2+cdbs/debian/control (original)
+++ trunk/packages/ocaml/branches/etch-3.09.2+cdbs/debian/control Sun Dec 31 01:46:59 2006
@@ -42,6 +42,8 @@
 Architecture: any
 Depends: ocaml-base (= ${Source-Version}), ocaml-base-${F:OCamlABI}, ocaml-nox-${F:OCamlABI}
 Suggests: tcl8.4-dev, tk8.4-dev
+# ocamlbrowser moved from ocaml-nox to ocaml in 3.09.2-8
+Replaces: ocaml-nox (<< 3.09.2-8)
 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

Modified: trunk/packages/ocaml/branches/etch-3.09.2+cdbs/debian/control.in
URL: http://svn.debian.org/wsvn/pkg-ocaml-maint/trunk/packages/ocaml/branches/etch-3.09.2%2Bcdbs/debian/control.in?rev=3424&op=diff
==============================================================================
--- trunk/packages/ocaml/branches/etch-3.09.2+cdbs/debian/control.in (original)
+++ trunk/packages/ocaml/branches/etch-3.09.2+cdbs/debian/control.in Sun Dec 31 01:46:59 2006
@@ -3,8 +3,9 @@
 Priority: optional
 Maintainer: Debian OCaml Maintainers <debian-ocaml-maint at lists.debian.org>
 Uploaders: Sven Luther <luther at debian.org>, Stefano Zacchiroli <zack at debian.org>, Julien Cristau <julien.cristau at ens-lyon.org>, Samuel Mimram <smimram at debian.org>
-Build-Depends: debhelper (>> 4.0.2), tcl8.4-dev, tk8.4-dev, libncurses5-dev, libgdbm-dev, dpatch, bzip2, docbook-utils
+Build-Depends: debhelper (>> 4.0.2), tcl8.4-dev, tk8.4-dev, libncurses5-dev, libgdbm-dev, dpatch, bzip2, docbook-xml, docbook-utils
 Standards-Version: 3.7.2
+XS-Vcs-Svn: svn://svn.debian.org/svn/pkg-ocaml-maint/trunk/packages/ocaml
 
 Package: ocaml-nox
 Architecture: any
@@ -41,6 +42,8 @@
 Architecture: any
 Depends: ocaml-base (= ${Source-Version}), ocaml-base-${F:OCamlABI}, ocaml-nox-${F:OCamlABI}
 Suggests: tcl8.4-dev, tk8.4-dev
+# ocamlbrowser moved from ocaml-nox to ocaml in 3.09.2-8
+Replaces: ocaml-nox (<< 3.09.2-8)
 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
@@ -92,12 +95,13 @@
  This package contains only the runtime system needed to run bytecode
  executables. The `ocaml' package contains the full development suite of
  Objective Caml.  You may wish to install the 'ocaml-base-nox' package if
- you do not require any graphical capilities for your runtime.
+ you do not require any graphical capabilities for your runtime.
 
 Package: ocaml-native-compilers
 Architecture: #OcamlNativeArchs#
 Depends: ocaml-nox (= ${Source-Version}), ocaml-nox-${F:OCamlABI}, gcc, binutils, ${shlibs:Depends}
 Provides: ocaml-best-compilers
+Replaces: ocaml-nox (<= 3.09.2-3)
 Description: Native code compilers of the ocaml suite (the .opt ones)
  Objective Caml is an implementation of the ML language, based on
  the Caml Light dialect extended with a complete class-based object system




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