[SCM] lash packaging branch, master-experimental, updated. debian/0.5.4.0-2-30-g9993a82
js at users.alioth.debian.org
js at users.alioth.debian.org
Sun May 16 13:32:04 UTC 2010
The following commit has been merged in the master-experimental branch:
commit 7e1607ceb593c6dc63fa37cf7d3b5dea4f0020d7
Author: Jonas Smedegaard <dr at jones.dk>
Date: Sun May 16 14:54:36 2010 +0200
Bump SONAME.
diff --git a/debian/control.in b/debian/control.in
index db2af05..fa1b1fa 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -27,7 +27,7 @@ Package: liblash-dev
Section: libdevel
Architecture: any
Depends: ${misc:Depends},
- liblash2 (= ${binary:Version}),
+ liblash3 (= ${binary:Version}),
${devlibs:Depends}
Description: LASH Audio Session Handler (LASH) development files
LASH is a session management system for JACK and ALSA audio
@@ -58,7 +58,7 @@ Description: LASH Audio Session Handler (LASH) example clients
LASH client applications, the collection includes the lash_panel,
a graphical user interface to control LASH sessions.
-Package: liblash2
+Package: liblash3
Section: libs
Architecture: any
Depends: ${shlibs:Depends},
@@ -88,13 +88,13 @@ Architecture: any
Depends: ${python:Depends},
${shlibs:Depends},
${misc:Depends},
- liblash2 (>= ${binary:Version})
+ liblash3 (>= ${binary:Version})
Suggests: lash-doc
Provides: ${python:Provides}
XB-Python-Version: ${python:Versions}
-Description: Python bindings for liblash2
+Description: Python bindings for liblash3
LASH is a session management system for JACK and ALSA audio
applications on GNU/Linux.
.
- This package contains the Python bindings allowing you to use liblash2
+ This package contains the Python bindings allowing you to use liblash3
from Python scripts.
diff --git a/debian/liblash2.symbols b/debian/liblash3.symbols
similarity index 100%
rename from debian/liblash2.symbols
rename to debian/liblash3.symbols
diff --git a/debian/rules b/debian/rules
index f18a64e..6356577 100755
--- a/debian/rules
+++ b/debian/rules
@@ -38,7 +38,7 @@ binary-install/lash-bin::
binary-install/python-lash::
find debian/ -type f -name "*.py" | xargs chmod -x
-binary-post-install/liblash2::
+binary-post-install/liblash3::
d-shlibmove --commit \
--override s/libuuid1-dev/uuid-dev/ \
--override s/libdbus-1-3-dev/libdbus-1-dev/ \
--
lash packaging
More information about the pkg-multimedia-commits
mailing list