[SCM] lash packaging branch, master-experimental, updated. debian/0.5.4.0-2-32-g67edd34

js at users.alioth.debian.org js at users.alioth.debian.org
Sun May 16 14:45:54 UTC 2010


The following commit has been merged in the master-experimental branch:
commit 67edd3497b5373748ce1eb53c9ab51c223b27ae0
Author: Jonas Smedegaard <dr at jones.dk>
Date:   Sun May 16 16:25:19 2010 +0200

    Prepare release: Update changelog and control file.

diff --git a/debian/changelog b/debian/changelog
index 7843303..642490c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,19 +1,27 @@
-lash (0.6.0~rc2-1) UNRELEASED; urgency=low
+lash (0.6.0~rc2-1) experimental; urgency=low
 
   [ Alessio Treglia ]
-  * New upstream release (Closes: #563489).
+  * New upstream release.
+    Closes: bug#563489, thanks to Artur Rona.
 
   [ Jonas Smedegaard ]
   * Update copyright file: New authors, new license: PD.
-  * Update watch file, CDBS and git-buildpackage hints:
+  * Update watch file, and CDBS and git-buildpackage hints:
     + Switch to bzip2 compression.
     + Add comment on usage to watch file.
     + add uversionmangle to work around url-escaped ~.
     + Drop dversionmangle (workaround for rerelease of 0.5.4).
     + Adjust git-buildpackage config to use experimental branches.
   * Re-register new upstream release as truly pristine tarball.
-
- -- Jonas Smedegaard <dr at jones.dk>  Sun, 16 May 2010 11:50:13 +0200
+  * LASH uses D-bus now, and lash_control - rewritten in Python - makes
+    use of it:
+    + Add build-dependency on libdbus-1-dev.
+    + Have lash-bin depend on python and python-dbus (not
+      ${python:Depends} as our python library is not used here).
+    + Include D-bus and DTD files in lashd package.
+    + Have lashd depend on dbus, and recommend dbus-x11.
+
+ -- Jonas Smedegaard <dr at jones.dk>  Sun, 16 May 2010 16:25:02 +0200
 
 lash (0.5.4.0-2) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 7bc3912..7b69059 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,7 @@ Build-Depends: autotools-dev,
  libjack-dev,
  libasound2-dev [!kfreebsd-amd64 !kfreebsd-i386 !hurd-i386],
  libreadline-dev,
+ libdbus-1-dev,
  uuid-dev,
  libgtk2.0-dev,
  libxml2-dev,
@@ -32,7 +33,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
@@ -44,7 +45,9 @@ Description: LASH Audio Session Handler (LASH) development files
 Package: lashd
 Architecture: any
 Depends: ${misc:Depends},
- ${shlibs:Depends}
+ ${shlibs:Depends},
+ dbus
+Recommends: dbus-x11
 Description: LASH Audio Session Handler (LASH) server
  LASH is a session management system for JACK and ALSA audio
  applications on GNU/Linux.
@@ -55,7 +58,9 @@ Package: lash-bin
 Architecture: any
 Depends: lashd,
  ${shlibs:Depends},
- ${misc:Depends}
+ ${misc:Depends},
+ python,
+ python-dbus
 Description: LASH Audio Session Handler (LASH) example clients
  LASH is a session management system for JACK and ALSA audio
  applications on GNU/Linux.
@@ -63,7 +68,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},
@@ -93,13 +98,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.

-- 
lash packaging



More information about the pkg-multimedia-commits mailing list