[SCM] csound/master: Prepare for g++5 ABI transition: rename library packages

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Sat Aug 1 00:12:42 UTC 2015


The following commit has been merged in the master branch:
commit 52da7d291f608712ba5176cc7339f42257ee022f
Author: Felipe Sateler <fsateler at debian.org>
Date:   Fri Jul 31 20:10:49 2015 -0300

    Prepare for g++5 ABI transition: rename library packages

diff --git a/debian/control.in b/debian/control.in
index 4df35a8..58133e0 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -87,8 +87,8 @@ Package: libcsnd-dev
 Architecture: all
 Section: libdevel
 Depends:
- libcsnd6-6.0 (<< ${source:Version}.1~),
- libcsnd6-6.0 (>= ${source:Version}),
+ libcsnd6-6.0v5 (<< ${source:Version}.1~),
+ libcsnd6-6.0v5 (>= ${source:Version}),
  libcsound64-dev,
  ${misc:Depends}
 Replaces: libcsnd5.1
@@ -106,8 +106,8 @@ Package: libcsoundac-dev
 Architecture: all
 Section: libdevel
 Depends:
- libcsoundac6.0 (<< ${source:Version}.1~),
- libcsoundac6.0 (>= ${source:Version}),
+ libcsoundac6.0v5 (<< ${source:Version}.1~),
+ libcsoundac6.0v5 (>= ${source:Version}),
  ${misc:Depends}
 Replaces: libcsoundac5.1
 Description: development files for CsoundAC
@@ -136,9 +136,11 @@ Description: Python bindings for Csound
  .
  For more information on Csound, see the csound package.
 
-Package: libcsnd6-6.0
+Package: libcsnd6-6.0v5
 Architecture: any
 Section: libs
+Breaks: libcsnd6-6.0
+Replaces: libcsnd6-6.0
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: C++ bindings for the Csound API
  This is the C++ binding for the Csound API.
@@ -155,9 +157,11 @@ Description: Lua bindings for the Csound API
  .
  For more information on Csound, see the csound package.
 
-Package: libcsoundac6.0
+Package: libcsoundac6.0v5
 Architecture: any
 Section: libs
+Breaks: libcsoundac6.0
+Replaces: libcsoundac6.0
 Depends: ${misc:Depends}, ${shlibs:Depends}
 Description: Csound Algorithmic Composition library
  This is the core library for CsoundAC. It provides all the CsoundAC
diff --git a/debian/libcsnd6-6.0.install b/debian/libcsnd6-6.0v5.install
similarity index 100%
rename from debian/libcsnd6-6.0.install
rename to debian/libcsnd6-6.0v5.install
diff --git a/debian/libcsoundac6.0.install b/debian/libcsoundac6.0v5.install
similarity index 100%
rename from debian/libcsoundac6.0.install
rename to debian/libcsoundac6.0v5.install

-- 
csound packaging



More information about the pkg-multimedia-commits mailing list