[SCM] csound/master: Drop SO versioning of lua interfaces, they are not versioned

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 093f3617e6dbaa6df672ffe7f719c042d46db4f6
Author: Felipe Sateler <fsateler at debian.org>
Date:   Tue Jul 16 20:53:13 2013 -0400

    Drop SO versioning of lua interfaces, they are not versioned

diff --git a/debian/control.in b/debian/control.in
index 5fdfae3..ce5d3e2 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -93,13 +93,13 @@ Priority: extra
 Section: libdevel
 Depends: libcsnd6.0 (>= ${source:Version}), libcsnd6.0 (<< ${source:Version}.1~), ${misc:Depends}
 Replaces: libcsnd5.1
-Suggests: liblua5.1-luacsnd6.0
+Suggests: liblua5.1-luacsnd
 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-luacsnd6.0 for that to work.
+ install liblua5.1-luacsnd for that to work.
  .
  For more information on Csound, see the csound package.
 
@@ -144,10 +144,11 @@ Description: C++ bindings for the Csound API
  .
  For more information on Csound, see the csound package.
 
-Package: liblua5.1-luacsnd6.0
+Package: liblua5.1-luacsnd
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}
-Provides: liblua5.1-csnd
+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