--- ladish-0.3.orig/wscript +++ ladish-0.3/wscript @@ -456,7 +456,7 @@ liblash = bld.shlib(source = [], features = 'c cshlib', includes = [bld.path.get_bld()]) liblash.uselib = 'DBUS-1' liblash.target = 'lash' - liblash.vnum = "1.1.1" + liblash.vnum = "2.1.1" liblash.defines = ['LOG_OUTPUT_STDOUT'] liblash.source = [os.path.join("lash_compat", "liblash", 'lash.c'), os.path.join("common", "catdup.c")] --- ladish-0.3.orig/debian/python-lash.install +++ ladish-0.3/debian/python-lash.install @@ -0,0 +1 @@ +/usr/lib/python*/ --- ladish-0.3.orig/debian/liblash-dev.install +++ ladish-0.3/debian/liblash-dev.install @@ -0,0 +1,3 @@ +/usr/include/lash/ +/usr/lib/pkgconfig/ +/usr/lib/liblash.so --- ladish-0.3.orig/debian/changelog +++ ladish-0.3/debian/changelog @@ -0,0 +1,42 @@ +ladish (1:0.3-0ubuntu3~lucid2) lucid; urgency=low + + * Bump lash according to Ubuntu version + * Rebuild against new flowcanvas + + -- falkTX Wed, 12 Jan 2011 15:24:46 +0000 + +ladish (1:0.3-0ubuntu1~lucid1) lucid; urgency=low + + * Final 0.3 release + + -- falkTX Mon, 10 Jan 2011 23:34:33 +0000 + +ladish (1:0.3~rc20110102-0ubuntu1~lucid2) lucid; urgency=low + + * Install libalsapid.so with ladish + + -- falkTX Sun, 09 Jan 2011 15:59:42 +0000 + +ladish (1:0.3~rc20110102-0ubuntu1~lucid1) lucid; urgency=low + + * New upstream snapshot + + -- falkTX Tue, 04 Jan 2011 19:47:00 +0000 + +ladish (1:0.3~rc20101203-0ubuntu0~lucid3) lucid; urgency=low + + * Split lash into it's own packages + + -- falkTX Tue, 14 Dec 2010 11:34:28 +0000 + +ladish (1:0.3~rc20101203-0ubuntu0~lucid1) lucid; urgency=low + + * Bump version to get a proper LASH replace/provides + + -- falkTX Tue, 14 Dec 2010 04:43:20 +0000 + +ladish (0:0.3~rc20101203-0ubuntu0~lucid2) lucid; urgency=low + + * Initial release + + -- falkTX Fri, 03 Dec 2010 16:29:11 +0000 --- ladish-0.3.orig/debian/copyright +++ ladish-0.3/debian/copyright @@ -0,0 +1,41 @@ +This package was debianized by: + + falkTX on Tue, 14 Dec 2010 02:53:45 +0000 + +It was downloaded from: + + http://ladish.org/download/ + +Upstream Author(s): + + Nedko Arnaudov + Nikita Zlobin + +Copyright: + + Copyright (C) 2010 Nedko Arnaudov and others + +License: + + This program is free software: you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation, either version 2 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this program. If not, see . + +On Debian systems, the complete text of the GNU General +Public License version 2 can be found in `/usr/share/common-licenses/GPL-2'. + +The Debian packaging is: + + Copyright (C) 2010 falkTX + +and is licensed under the GPL version 2+, see above. + --- ladish-0.3.orig/debian/compat +++ ladish-0.3/debian/compat @@ -0,0 +1 @@ +7 --- ladish-0.3.orig/debian/rules +++ ladish-0.3/debian/rules @@ -0,0 +1,19 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk + +configure: + ./waf configure --enable-liblash --enable-pylash --prefix=/usr + +build: configure + ./waf build + +common-install-arch:: + ./waf install --destdir=$(CURDIR)/debian/tmp + +clean:: + ./waf distclean + rm -f autowaf.pyc + rm -rf .lock-wscript + rm -rf .waf* + rm -rf build --- ladish-0.3.orig/debian/liblash2.install +++ ladish-0.3/debian/liblash2.install @@ -0,0 +1 @@ +/usr/lib/liblash.so.* --- ladish-0.3.orig/debian/ladish.install +++ ladish-0.3/debian/ladish.install @@ -0,0 +1,3 @@ +/usr/bin/ +/usr/share/ +/usr/lib/libalsapid.so --- ladish-0.3.orig/debian/control +++ ladish-0.3/debian/control @@ -0,0 +1,80 @@ +Source: ladish +Section: sound +Priority: optional +Maintainer: falkTX +Build-Depends: debhelper (>= 7), cdbs, git-core, python-all-dev, + libglibmm-2.4-dev, libgtkmm-2.4-dev, libglademm-2.4-dev, libgnomecanvasmm-2.6-dev, + libdbus-1-dev, libdbus-glib-1-dev, uuid-dev, libflowcanvas-dev (>= 0.7.1), + libboost-all-dev, libasound-dev, libjack-dev | libjack-jackd2-dev, pkg-config +Standards-Version: 3.8.4 + +Package: ladish +Architecture: any +Depends: ${shlibs:Depends}, ${python:Depends}, ${misc:Depends}, laditools +Description: LADI Session Handler + LADI Session Handler or simply ladish is a session management system + for JACK applications on GNU/Linux. Its aim is to allow you to have + many different audio programs running at once, to save their setup, + close them down and then easily reload the setup at some other + time. ladish doesn't deal with any kind of audio or MIDI data itself; + it just runs programs, deals with saving/loading (arbitrary) data and + connects JACK ports together. It can also be used to move entire + sessions between computers, or post sessions on the Internet for + download. + +Package: liblash2 +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Conflicts: liblash +Description: Linux Audio Session Handler (LASH) shared library files + LASH is a session management system for JACK and ALSA audio + applications on GNU/Linux. + . + Dynamic library used by the LASH system + +Package: liblash-dev +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, liblash2, uuid-dev, libdbus-glib-1-dev, libdbus-1-dev +Description: Linux Audio Session Handler (LASH) development files + LASH is a session management system for JACK and ALSA audio + applications on GNU/Linux. + . + This package is needed if you want to compile applications that + use the LASH system for audio session management. + +Package: python-lash +Architecture: any +Depends: ${python:Depends}, ${misc:Depends}, liblash2 +Description: Python bindings for liblash2 + 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 + from python scripts. + +Package: lash-bin +Architecture: all +Depends: ${misc:Depends} +Description: Linux Audio Session Handler (LASH) dummy + LASH is a session management system for JACK and ALSA audio + applications on GNU/Linux. + . + This is a dummy package provided by ladish. + +Package: lashd +Architecture: all +Depends: ${misc:Depends} +Description: Linux Audio Session Handler (LASH) dummy + LASH is a session management system for JACK and ALSA audio + applications on GNU/Linux. + . + This is a dummy package provided by ladish. + +Package: lash-doc +Architecture: all +Depends: ${misc:Depends} +Description: Linux Audio Session Handler (LASH) dummy + LASH is a session management system for JACK and ALSA audio + applications on GNU/Linux. + . + This is a dummy package provided by ladish.