[Pkg-ocaml-maint-commits] [SCM] dh-ocaml packaging branch, master, updated. debian/0.4.1-18-gbd38b66

Stephane Glondu steph at glondu.net
Tue May 12 09:10:49 UTC 2009


The following commit has been merged in the master branch:
commit bd38b668cf4b129eab0406d99f06994d63a79248
Author: Stephane Glondu <steph at glondu.net>
Date:   Tue May 12 11:09:31 2009 +0200

    Use "<<" for Replaces, not "<=" (Closes: #528241)

diff --git a/debian/changelog b/debian/changelog
index c961016..573ba9f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ dh-ocaml (0.4.2) UNRELEASED; urgency=low
 
   [ Stephane Glondu ]
   * Add ocaml-pkg-update-uploaders (Closes: #516764)
+  * Use "<<" for Replaces, not "<=" (Closes: #528241)
 
   [ Mehdi Dogguy ]
   * Add variables OCAML_RUNTIME and OCAML_RUNTIME_NOX in ocamlvars.mk: which
@@ -12,7 +13,7 @@ dh-ocaml (0.4.2) UNRELEASED; urgency=low
   * Add a section on setting the archive section of ocaml programs.
   * Set Section to ocaml
 
- -- Ralf Treinen <treinen at debian.org>  Sun, 15 Mar 2009 19:11:13 +0100
+ -- Stephane Glondu <steph at glondu.net>  Tue, 12 May 2009 11:07:49 +0200
 
 dh-ocaml (0.4.1) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 2d3d294..2105655 100644
--- a/debian/control
+++ b/debian/control
@@ -23,10 +23,10 @@ Architecture: all
 Depends: ${misc:Depends}
 Recommends: ocaml-nox
 Replaces:
- ocaml-base-nox (<= 3.10.2-3),
- ocaml (<= 3.10.2-3),
- ocaml-nox (<= 3.10.2-3),
- ocaml-base (<= 3.10.2-3)
+ ocaml-base-nox (<< 3.11.0~beta1-1),
+ ocaml (<< 3.11.0~beta1-1),
+ ocaml-nox (<< 3.11.0~beta1-1),
+ ocaml-base (<< 3.11.0~beta1-1)
 Description: helper tools for maintaining OCaml-related Debian packages
  dh-ocaml is a set of tools and documents to help maintaining Debian
  packages related to the Objective Caml (OCaml) programming language.
@@ -39,4 +39,3 @@ Description: helper tools for maintaining OCaml-related Debian packages
     binary OCaml packages
   * ocaml-md5sums, the tool used to maintain the system registry of
     OCaml module interface checksums
-

-- 
dh-ocaml packaging



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