[SCM] csound/master: Fix s/5.2/6.0/ in control file

fsateler at users.alioth.debian.org fsateler at users.alioth.debian.org
Sun Aug 4 00:15:48 UTC 2013


The following commit has been merged in the master branch:
commit 6fd2a4666adf99946ca7c7d1a468f53d29bb82b6
Author: Felipe Sateler <fsateler at debian.org>
Date:   Mon Jul 15 19:54:51 2013 -0400

    Fix s/5.2/6.0/ in control file

diff --git a/debian/control.in b/debian/control.in
index 114074f..5fdfae3 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -80,7 +80,7 @@ Package: libcsound64-dev
 Architecture: all
 Priority: extra
 Section: libdevel
-Depends: libcsound64-5.2 (>= ${source:Version}), libcsound64-5.2 (<< ${source:Version}.1~), ${misc:Depends}
+Depends: libcsound64-6.0 (>= ${source:Version}), libcsound64-6.0 (<< ${source:Version}.1~), ${misc:Depends}
 Description: development files for Csound
  This package contains the development files needed to build programs
  linking to the Csound library.
@@ -91,15 +91,15 @@ Package: libcsnd-dev
 Architecture: all
 Priority: extra
 Section: libdevel
-Depends: libcsnd5.2 (>= ${source:Version}), libcsnd5.2 (<< ${source:Version}.1~), ${misc:Depends}
+Depends: libcsnd6.0 (>= ${source:Version}), libcsnd6.0 (<< ${source:Version}.1~), ${misc:Depends}
 Replaces: libcsnd5.1
-Suggests: liblua5.1-luacsnd5.2
+Suggests: liblua5.1-luacsnd6.0
 Provides: liblua5.1-luacsnd-dev
 Description: development files for Csound -- C++ API
  This package contains the development files needed to build programs
  using the C++ bindings to the Csound library. It also includes the
  development symlink for the lua module, but you have to manually
- install liblua5.1-luacsnd5.2 for that to work.
+ install liblua5.1-luacsnd6.0 for that to work.
  .
  For more information on Csound, see the csound package.
 
@@ -107,7 +107,7 @@ Package: libcsoundac-dev
 Architecture: all
 Priority: extra
 Section: libdevel
-Depends: libcsoundac5.2 (>= ${source:Version}), libcsoundac5.2 (<< ${source:Version}.1~), ${misc:Depends}
+Depends: libcsoundac6.0 (>= ${source:Version}), libcsoundac6.0 (<< ${source:Version}.1~), ${misc:Depends}
 Replaces: libcsoundac5.1
 Description: development files for CsoundAC
  This package contains the development files needed to build programs

-- 
csound packaging



More information about the pkg-multimedia-commits mailing list