[SCM] ecasound/master: When moving files, it's better to use Breaks+Replaces versioned fields.

alessio at users.alioth.debian.org alessio at users.alioth.debian.org
Fri May 13 15:58:48 UTC 2011


The following commit has been merged in the master branch:
commit a7320ad1a77274eff742253744573ffee3bf3132
Author: Alessio Treglia <alessio at debian.org>
Date:   Fri May 13 17:58:37 2011 +0200

    When moving files, it's better to use Breaks+Replaces versioned fields.

diff --git a/debian/control b/debian/control
index 1117dca..7f30733 100644
--- a/debian/control
+++ b/debian/control
@@ -114,8 +114,8 @@ Section: libdevel
 Depends: ${misc:Depends},
  libecasound23 (= ${binary:Version}),
  libkvutils-dev (= ${binary:Version})
-Replaces: libecasound2.2-dev (<< 2.7.2-1~)
-Conflicts: libecasound2.2-dev
+Replaces: libecasound2.2-dev (<< 2.8.0)
+Breaks: libecasound2.2-dev (<< 2.8.0)
 Description: Multitrack-capable audio recorder and effect processor (C++ dev files)
  Ecasound is a software package designed for multitrack audio
  processing. It can be used for simple tasks like audio playback,
@@ -169,8 +169,8 @@ Architecture: any
 Section: libdevel
 Depends: ${misc:Depends},
  libecasoundc1 (= ${binary:Version})
-Replaces: libecasoundc2.2-dev (<< 2.7.2-1~)
-Conflicts: libecasoundc2.2-dev
+Replaces: libecasoundc2.2-dev (<< 2.8.0)
+Breaks: libecasoundc2.2-dev (<< 2.8.0)
 Description: Multitrack-capable audio recorder and effect processor (C dev library)
  Ecasound is a software package designed for multitrack audio
  processing. It can be used for simple tasks like audio playback,
@@ -226,8 +226,8 @@ Architecture: any
 Section: libdevel
 Depends: ${misc:Depends},
  libkvutils4 (= ${binary:Version})
-Replaces: libkvutils2.2-dev (<< 2.7.2-1~)
-Conflicts: libkvutils2.2-dev
+Replaces: libkvutils2.2-dev (<< 2.8.0)
+Breaks: libkvutils2.2-dev (<< 2.8.0)
 Description: Multitrack-capable audio recorder and effect processor (kvutils dev files)
  Ecasound is a software package designed for multitrack audio
  processing. It can be used for simple tasks like audio playback,
@@ -262,8 +262,8 @@ Section: python
 Depends: ${misc:Depends},
  ${python:Depends},
  ecasound (>= 2.2.0)
-Replaces: python-ecasound2.2 (<< 2.7.2-1~)
-Conflicts: python-ecasound2.2
+Replaces: python-ecasound2.2 (<< 2.8.0)
+Breaks: python-ecasound2.2 (<< 2.8.0)
 Description: Multitrack-capable audio recorder and effect processor (python bindings)
  Ecasound is a software package designed for multitrack audio
  processing. It can be used for simple tasks like audio playback,

-- 
ecasound packaging



More information about the pkg-multimedia-commits mailing list