[SCM] csound/master: Drop break/replaces on versions older than stable (jessie)

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Mon Nov 30 13:48:35 UTC 2015


The following commit has been merged in the master branch:
commit 1366b28a11e5a1f39b5144d6f72de30b8adec3f2
Author: Felipe Sateler <fsateler at debian.org>
Date:   Mon Nov 30 10:42:48 2015 -0300

    Drop break/replaces on versions older than stable (jessie)

diff --git a/debian/control b/debian/control
index 2156a80..cd54d34 100644
--- a/debian/control
+++ b/debian/control
@@ -47,7 +47,6 @@ Homepage: http://www.csounds.com
 Package: csound
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: libcsound64-5.1 (<< 1:5.08.2~dfsg-1)
 Recommends: csound-utils
 Description: powerful and versatile sound synthesis software
  Csound is a sound and music synthesis system. Drawing from over 450
@@ -60,7 +59,6 @@ Description: powerful and versatile sound synthesis software
 Package: csound-data
 Architecture: all
 Depends: ${misc:Depends}
-Breaks: csound (<< 1:5.13.0~dfsg-4)
 Description: data files used by the csound library
  This package includes the architecture-independent data files used by
  the csound library or plugins.
@@ -81,8 +79,6 @@ Section: libs
 Architecture: any
 Depends: csound-data, ${misc:Depends}, ${shlibs:Depends}
 Recommends: csound, stk
-Breaks: csound (<< 1:5.07.0.dfsg-1), csound-gui (<< 1:6.00.1~dfsg-3)
-Replaces: csound-gui (<< 1:6.00.1~dfsg-3)
 Description: main library for Csound
  This package contains the library which provides most of the Csound
  functionality. This library was built using 64-bit precision for the
@@ -122,7 +118,6 @@ Depends:
  libcsnd6-6.0v5 (>= ${source:Version}),
  libcsound64-dev,
  ${misc:Depends}
-Replaces: libcsnd5.1
 Suggests: liblua5.1-luacsnd
 Provides: liblua5.1-luacsnd-dev
 Description: development files for Csound -- C++ API
@@ -140,7 +135,6 @@ Depends:
  libcsoundac6.0v5 (<< ${source:Version}.1~),
  libcsoundac6.0v5 (>= ${source:Version}),
  ${misc:Depends}
-Replaces: libcsoundac5.1
 Description: development files for CsoundAC
  This package contains the development files needed to build programs
  using the CsoundAC algorithmic composition system.
@@ -181,8 +175,6 @@ Description: C++ bindings for the Csound API
 Package: liblua5.1-luacsnd
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Conflicts: liblua5.1-luacsnd5.2
-Replaces: liblua5.1-luacsnd5.2
 Description: Lua bindings for the Csound API
  This is the Lua binding for the Csound API.
  .
diff --git a/debian/control.in b/debian/control.in
index 58133e0..5ca86e1 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -16,7 +16,6 @@ Homepage: http://www.csounds.com
 Package: csound
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Breaks: libcsound64-5.1 (<< 1:5.08.2~dfsg-1)
 Recommends: csound-utils
 Description: powerful and versatile sound synthesis software
  Csound is a sound and music synthesis system. Drawing from over 450
@@ -29,7 +28,6 @@ Description: powerful and versatile sound synthesis software
 Package: csound-data
 Architecture: all
 Depends: ${misc:Depends}
-Breaks: csound (<< 1:5.13.0~dfsg-4)
 Description: data files used by the csound library
  This package includes the architecture-independent data files used by
  the csound library or plugins.
@@ -50,8 +48,6 @@ Section: libs
 Architecture: any
 Depends: csound-data, ${misc:Depends}, ${shlibs:Depends}
 Recommends: csound, stk
-Breaks: csound (<< 1:5.07.0.dfsg-1), csound-gui (<< 1:6.00.1~dfsg-3)
-Replaces: csound-gui (<< 1:6.00.1~dfsg-3)
 Description: main library for Csound
  This package contains the library which provides most of the Csound
  functionality. This library was built using 64-bit precision for the
@@ -91,7 +87,6 @@ Depends:
  libcsnd6-6.0v5 (>= ${source:Version}),
  libcsound64-dev,
  ${misc:Depends}
-Replaces: libcsnd5.1
 Suggests: liblua5.1-luacsnd
 Provides: liblua5.1-luacsnd-dev
 Description: development files for Csound -- C++ API
@@ -109,7 +104,6 @@ Depends:
  libcsoundac6.0v5 (<< ${source:Version}.1~),
  libcsoundac6.0v5 (>= ${source:Version}),
  ${misc:Depends}
-Replaces: libcsoundac5.1
 Description: development files for CsoundAC
  This package contains the development files needed to build programs
  using the CsoundAC algorithmic composition system.
@@ -150,8 +144,6 @@ Description: C++ bindings for the Csound API
 Package: liblua5.1-luacsnd
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}
-Conflicts: liblua5.1-luacsnd5.2
-Replaces: liblua5.1-luacsnd5.2
 Description: Lua bindings for the Csound API
  This is the Lua binding for the Csound API.
  .

-- 
csound packaging



More information about the pkg-multimedia-commits mailing list