debian/0000755000000000000000000000000011777034173007200 5ustar debian/compat0000644000000000000000000000000211777033330010370 0ustar 7 debian/laditools.links0000644000000000000000000000055311777033330012231 0ustar usr/share/man/man1/laditools.1.gz usr/share/man/man1/ladi-player.1.gz usr/share/man/man1/laditools.1.gz usr/share/man/man1/ladi-system-tray.1.gz usr/share/man/man1/laditools.1.gz usr/share/man/man1/ladi-system-log.1.gz usr/share/man/man1/laditools.1.gz usr/share/man/man1/ladi-control-center.1.gz usr/share/man/man1/laditools.1.gz usr/share/man/man1/g15ladi.1.gz debian/rules0000755000000000000000000000025611777033330010255 0ustar #!/usr/bin/make -f %: dh $@ --with python2,scour override_dh_auto_install: dh_auto_install # Remove wmladi, Debian doesn't have wmdockapps rm debian/tmp/usr/bin/wmladi debian/control0000644000000000000000000000473211777033415010607 0ustar Source: laditools Section: sound Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Alessio Treglia Build-Depends: debhelper (>= 7.0.50~), librsvg2-bin, python-all (>= 2.6.6-3~), python-distutils-extra, python-scour Standards-Version: 3.9.3 X-Python-Version: >= 2.7 Homepage: https://launchpad.net/laditools Vcs-Git: git://git.debian.org/git/pkg-multimedia/laditools.git Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/laditools.git Package: laditools Architecture: all Depends: gir1.2-vte-2.90, python-gi, python-gi-cairo, python-laditools, ${misc:Depends}, ${python:Depends} Recommends: gladish Suggests: g15composer Description: Linux Audio Desktop Integration Tools LADI Tools is a set of tools aiming to achieve the goals of the LADI project to improve desktop integration and user workflow of Linux audio system based on JACK and ladish. Those tools take advantage of the D-Bus interfaces recently added to JACK and ladish to ease the configuration and use of those two great softwares. . The following tools are included: * g15ladi - a JACK monitor for g15 keyboards * ladi-control-center - graphical configuration tool to setup JACK's configuration * ladi-player - convenient VLC-style application to control JACK and manage studios * ladi-system-log - JACK, ladish and a2jmidid log viewer * ladi-system-tray - system indicator that allows users to start, stop and monitor JACK, as well as start some JACK related applications . This package includes basic set of tools to control and monitor the LADI system, that is JACK and ladish in a D-Bus environment. Package: python-laditools Section: python Architecture: all Depends: jackd2, python-dbus, python-enum, python-gi, ${misc:Depends}, ${python:Depends} Breaks: laditools (<< 1.0) Recommends: ladish Suggests: a2jmidid Description: Python module to control and monitor the LADI system LADITools is a set of tools aiming to achieve the goals of the LADI project to improve desktop integration and user workflow of Linux audio system based on JACK and ladish. Those tools take advantage of the D-Bus interfaces recently added to JACK and ladish to ease the configuration and use of those two great softwares. . This package the Python module to communicate with JACK, ladish and A2J. debian/changelog0000644000000000000000000001010011777034173011042 0ustar laditools (1.0.1-2) unstable; urgency=low * Depends on python-gi-cairo. Thanks to Stefaan Himpe for the report. (Closes: #680750) -- Alessio Treglia Tue, 10 Jul 2012 16:13:12 +0200 laditools (1.0.1-1) unstable; urgency=low * New upstream release: - Fix crashes in ladi-controler-center (Closes: #671366). - Replace rsvg with rsvg-convert (Closes: #666478). - Translations update. * Drop patches, applied upstream. -- Alessio Treglia Sat, 19 May 2012 02:10:08 +0200 laditools (1.0-2) unstable; urgency=medium * Needs python >= 2.7. * Fix GtkTreeView's set_cursor call to avoid ladi-control-center crashes. (Closes: #671366) -- Alessio Treglia Fri, 18 May 2012 17:37:02 +0200 laditools (1.0-1) unstable; urgency=low * Upload to unstable. * First stable release "Lady 'O'": - Some executables have been renamed: + ladicontrol -> ladi-control-center + ladilog -> ladi-system-log + laditray -> ladi-system-tray - New main front-end: ladi-player. - PyGTK+ -> GObject Introspection migration (and then GTK+2 -> GTK+3). - Stable API for developing applications using python-laditools. - Added gettext support. - Various bugfixes and improvements. * Split laditools: - python-laditools to provide Python modules. - laditools to provide the applications. * Add dependency on python-enum. * Use bzip2 tarballs. * Remove Debian manpages, they were merged upstream. -- Alessio Treglia Sat, 24 Mar 2012 12:34:04 +0100 laditools (1.0~rc8-1) experimental; urgency=low * Imported Upstream version 1.0~rc8 * Build-depend on librsvg2-bin. * Update dh_links control file. * Update debian/copyright. * Update package description. * Don't provide README.source anymore, it's unnecessary now. * Delete old patches, they are no longer necessary. -- Alessio Treglia Wed, 21 Mar 2012 01:12:01 +0100 laditools (1.0~rc7-1) experimental; urgency=low * New upstream RC release. * Migrate from GTK2 to GTK3, properly update the Depends field. * Build-depend on python-distutils-extra. * Drop old patches, all adopted upstream. * Disable intltool support, it's broken. * Drop AUTHORS file from debian/laditools.docs * Update debian/copyright. * Update watch file. * Bump Standards. -- Alessio Treglia Thu, 08 Mar 2012 09:42:12 +0100 laditools (1.0~rc2+20100724.gitf4d4a2-5) unstable; urgency=low * debian/control: - Replace LASH with ladish. - Update Homepage field. -- Alessio Treglia Wed, 07 Dec 2011 17:11:16 +0100 laditools (1.0~rc2+20100724.gitf4d4a2-4) unstable; urgency=low * debian/patches/1002-libglade_to_gtkbuilder.patch: - Fix a small-and-important typo. Thanks to graciasfidel for the patch. -- Alessio Treglia Thu, 23 Jun 2011 15:50:01 +0200 laditools (1.0~rc2+20100724.gitf4d4a2-3) unstable; urgency=low * libglade -> GtkBuilder transition: - Convert data/ladilog_ui.glade into GtkBuilder format .ui file. - Port ladilog to gtk.Builder. - Install ladilog_ui.ui instead of ladilog_ui.glade. * debian/control: Set python-all requirement to >= 2.6.6-3~ to ease backporting. * Fix some mistakes in debian/README.source. -- Alessio Treglia Tue, 26 Apr 2011 11:26:17 +0200 laditools (1.0~rc2+20100724.gitf4d4a2-2) unstable; urgency=low * Upload to unstable. * debian/copyright: - Add missing copyright holder of ladiconf. - Update to DEP-5 rev.174. * debian/control: - Set python-all to be >= 2.6.6-3. - Add python-scour to Build-Depends field. - Bump Standards. * debian/rules: - Build with scour for SVG optimization. * Add get-orig-source to debian/clean, shorten debian/rules. -- Alessio Treglia Thu, 14 Apr 2011 12:40:11 +0200 laditools (1.0~rc2+20100724.gitf4d4a2-1) experimental; urgency=low * Initial release. (Closes: #611006) -- Alessio Treglia Mon, 24 Jan 2011 20:37:17 +0100 debian/get-orig-source.sh0000755000000000000000000000143211777033330012544 0ustar #!/bin/sh BASE_REL=$(dpkg-parsechangelog 2>/dev/null | sed -ne 's/Version: \([0-9.]\+~rc2\)+.*/\1/p') OLDDIR=${PWD} GOS_DIR=${OLDDIR}/get-orig-source GIT_COMMIT='git log --color=never -1 --oneline | cut -d" " -f1' GIT_DATE='git log --color=never -1 --date=iso | sed -ne "s/Date:\s\+\(.*\).*/\1/p" | cut -d" " -f1 | tr -d "-"' if [ -z ${BASE_REL} ]; then echo 'Please run this script from the sources root directory.' exit 1 fi rm -rf ${GOS_DIR} mkdir ${GOS_DIR} && cd ${GOS_DIR} git clone git://repo.or.cz/laditools.git laditools cd laditools/ LADITOOLS_GIT_COMMIT=$(eval "${GIT_COMMIT}") LADITOOLS_GIT_DATE=$(eval "${GIT_DATE}") cd .. && tar cjf \ ${OLDDIR}/swh-lv2_${BASE_REL}+${LADITOOLS_GIT_DATE}.git${LADITOOLS_GIT_COMMIT}.orig.tar.bz2 \ laditools --exclude=.git rm -rf ${GOS_DIR} debian/gbp.conf0000644000000000000000000000006211777033330010607 0ustar [DEFAULT] pristine-tar = True compression = bzip2 debian/python-laditools.install0000644000000000000000000000001011777033330014062 0ustar usr/lib debian/copyright0000644000000000000000000000300311777033330011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: LADITools Upstream-Contact: Alessio Treglia Nedko Arnaudov Source: https://launchpad.net/laditools/+download Copyright: 2011-2012 Alessio Treglia 2007-2010 Marc-Olivier Barre 2007-2009 Nedko Arnaudov License: GPL-3+ Files: * Copyright: 2011-2012 Alessio Treglia 2007-2010 Marc-Olivier Barre 2007-2009 Nedko Arnaudov 2008 Krzysztof Foltman License: GPL-3+ Files: debian/* Copyright: 2011-2012 Alessio Treglia License: GPL-3+ License: GPL-3+ 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 3 of the License, or (at your option) any later version. . This program 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. Comment: 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 3 can be found in "/usr/share/common-licenses/GPL-3". debian/laditools.docs0000644000000000000000000000000711777033330012033 0ustar README debian/source/0000755000000000000000000000000011777033330010472 5ustar debian/source/format0000644000000000000000000000001411777033330011700 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000023011777033330010216 0ustar version=3 opts=uversionmangle=s/(-|%7E)/~/ \ https://launchpad.net/laditools/+download \ https://launchpad.net/laditools/.*/.*/laditools-(.*)\.tar\.bz2 debian/laditools.install0000644000000000000000000000014211777033330012551 0ustar usr/bin usr/share/applications usr/share/icons usr/share/laditools usr/share/locale usr/share/man debian/clean0000644000000000000000000000002011777033330010167 0ustar get-orig-source