[Pkg-ocaml-maint-commits] [SCM] dose3 packaging branch, master, updated. debian/2.9.13-1-8-ge94664e

Ralf Treinen treinen at free.fr
Wed Mar 14 17:56:06 UTC 2012


The following commit has been merged in the master branch:
commit 59b1ff2062a5b5ebbf0ab23be590a0eb2f6dc606
Author: Ralf Treinen <treinen at free.fr>
Date:   Wed Mar 14 17:57:28 2012 +0100

    dose-* binary packages Replace the correspodning dose3-* packages

diff --git a/debian/changelog b/debian/changelog
index a62acea..41a73ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,8 @@ dose3 (2.9.13-2) UNRELEASED; urgency=low
 
   * debian/control: add {$perl:Depends} to dependencies of apt-cudf
     (closes: Bug#659834)
-  * debian/control: use conflicts to remove old versions of binary packages
-    from before the renaming:
+  * debian/control: use Conflicts and Removes to remove old versions of
+    binary packages from before the renaming:
     - dose-distcheck conflicts with dose3-distcheck
     - dose-builddebcheck conflicts with dose3-builddebcheck
   * Rename ceve to dose-ceve (binary and manpage)
@@ -11,7 +11,7 @@ dose3 (2.9.13-2) UNRELEASED; urgency=low
   * Add debian/dose-distcheck.NEWS, tell about changed output format
     and exit codes.
 
- -- Ralf Treinen <treinen at debian.org>  Tue, 14 Feb 2012 09:18:44 +0100
+ -- Ralf Treinen <treinen at debian.org>  Wed, 14 Mar 2012 17:57:10 +0100
 
 dose3 (2.9.13-1) experimental; urgency=low
 
diff --git a/debian/control b/debian/control
index 58b4823..450fbaa 100644
--- a/debian/control
+++ b/debian/control
@@ -61,6 +61,7 @@ Section: devel
 Architecture: any
 Depends: ${ocaml:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Conflicts: dose3-distcheck (<< 2.9.13)
+Replaces: dose3-distcheck (<< 2.9.13)
 Description: Checks whether dependencies of packages can be satisfied
  This software checks for every package of a distribution whether it
  is possible to satisfy its dependencies and conflicts within this
@@ -74,6 +75,7 @@ Section: devel
 Architecture: any
 Depends: ${ocaml:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Conflicts: dose3-builddebcheck (<< 2.9.13)
+Replaces: dose3-builddebcheck (<< 2.9.13)
 Description: Checks whether build-dependencies can be satisfied
  This software checks, given a collection of source package stanzas
  and a collection of binary package stanzas of debian packages, whether
@@ -85,7 +87,7 @@ Section: devel
 Architecture: any
 Provides: ceve
 Conflicts: ceve (<< 2.9.10)
-Replaces: ceve
+Replaces: ceve (<< 2.9.10)
 Depends: ${ocaml:Depends}, ${misc:Depends}, ${shlibs:Depends}
 Description: Extra QA tools from the Dose3-library
  This package contains extra tools for analyzing meta-data of software 

-- 
dose3 packaging



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