debian/0000755000000000000000000000000012006461577007176 5ustar debian/compat0000644000000000000000000000000212006457371010371 0ustar 7 debian/patches/0000755000000000000000000000000012006461124010611 5ustar debian/patches/shebangs.diff0000644000000000000000000000061312006457371013246 0ustar Description: Fix shebangs of python scripts. Author: Alessio Treglia Origin: Debian Forwarded: no --- a2j_control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a2jmidid.orig/a2j_control +++ a2jmidid/a2j_control @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/python name_base = 'org.gna.home.a2jmidid' control_interface_name = name_base + '.control' debian/patches/series0000644000000000000000000000001612006461112012020 0ustar shebangs.diff debian/rules0000755000000000000000000000217412006460305010246 0ustar #!/usr/bin/make -f upstream_version ?= $(shell dpkg-parsechangelog | sed -rne 's/^Version: ([0-9.]+)(\+dfsg\d+)?.*$$/\1/p') dfsg_version = $(upstream_version)~dfsg0 pkg = $(shell dpkg-parsechangelog | sed -ne 's/^Source: //p') %: dh $@ --with python2 override_dh_auto_configure: ./waf configure --prefix=/usr override_dh_auto_build: ./waf override_dh_auto_clean: ./waf clean || true find wafadmin -name "*.pyc" -delete rm -rf build dh_auto_clean override_dh_auto_install: ./waf --destdir=$(CURDIR)/debian/tmp install override_dh_installchangelogs: dh_installchangelogs NEWS # get-orig-source to drop waf get-orig-source: uscan --noconf --force-download --rename --repack --download-current-version --destdir=. tar -xf $(pkg)_$(upstream_version).orig.tar.bz2 mv $(pkg)-$(upstream_version) $(pkg)-$(dfsg_version) cd $(pkg)-$(dfsg_version) ; python waf --help > /dev/null mv $(pkg)-$(dfsg_version)/.waf-*/* $(pkg)-$(dfsg_version) sed -i '/^#==>$$/,$$d' $(pkg)-$(dfsg_version)/waf rmdir $(pkg)-$(dfsg_version)/.waf-* BZIP="-9f" tar -czf $(pkg)_$(dfsg_version).orig.tar.bz2 $(pkg)-$(dfsg_version) rm -rf $(pkg)-$(dfsg_version) debian/a2jmidid.manpages0000644000000000000000000000001012006457371012362 0ustar man/*.1 debian/control0000644000000000000000000000216212006460523010570 0ustar Source: a2jmidid Section: sound Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Adrian Knoth , Alessio Treglia DM-Upload-Allowed: yes Build-Depends: debhelper (>= 7.0.50~), libasound2-dev, libdbus-1-dev, libjack-dev (>= 0.107.0) | libjack-jackd2-dev, python-all (>= 2.6.6-3) Standards-Version: 3.9.3 X-Python-Version: >= 2.5 Vcs-Git: git://git.debian.org/git/pkg-multimedia/a2jmidid.git Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/a2jmidid.git Homepage: http://home.gna.org/a2jmidid/ Package: a2jmidid Architecture: any Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends} Description: Daemon for exposing legacy ALSA MIDI in JACK MIDI systems Main goal of this project is to ease usage of legacy, not JACK-ified apps, in a JACK MIDI enabled system. a2jmidid is a daemon that implements automatic bridging. For every ALSA sequencer port you get one JACK MIDI port. If ALSA sequencer port is both one input and one output, you get two JACK MIDI ports, one input and one output. debian/changelog0000644000000000000000000000463312006461207011044 0ustar a2jmidid (8~dfsg0-1) unstable; urgency=low * New upstream release: - -u commandline option - D-Bus method for checking whether hw export is enabled. - Fix for resource leak. - Improved error message for snd_seq_connect_to() failures - --mandir= option in waf. * Drop 1001-a2j_port_create.patch, applied upstream. * debian/gbp.conf: Don't sign tags. * debian/{rules,watch}: - Setup repacking mechanism to regenerate the upstream tarball. * debian/control: - Bump Standards. * debian/co{ntrol,pyright}: - wrap-and-sort -a -s * debian/copyright: - Add myself to the copyright holders of debian/*. -- Alessio Treglia Thu, 02 Aug 2012 13:16:51 +0200 a2jmidid (7+dfsg0-1) unstable; urgency=low * Repack the tarball to get rid of waf (Closes: #654462): - Extract and properly replace the blob "waf" to fulfil Debian's requirements. * Call ./waf clean instead of distclean and then prune *.pyc files. -- Alessio Treglia Wed, 04 Jan 2012 14:00:48 +0100 a2jmidid (7-3) unstable; urgency=low * debian/patches/1001-a2j_port_create.patch. - Free client information on success too; patch taken from upstream's git. * Bump Standards. -- Alessio Treglia Mon, 06 Jun 2011 11:35:39 +0200 a2jmidid (7-2) unstable; urgency=low * debian/{control,rules}: - Switch from pysupport to dh_python2. * Add .gitignore to skip quilt files. -- Alessio Treglia Mon, 21 Mar 2011 20:10:19 +0100 a2jmidid (7-1) unstable; urgency=low * New upstream stable release. -- Alessio Treglia Wed, 02 Mar 2011 10:43:11 +0100 a2jmidid (6+20100828.git60f75d9-1) unstable; urgency=low * Imported Upstream version 6+20100828.git60f75d9. * Drop binutils_gold.patch, upstream has already applied it. * Drop armel-sig-reg-fix.diff, already applied. * Upstream has imported our manpages into the sources tree. * debian/gbp.conf: Use gzip as compression format. -- Alessio Treglia Wed, 12 Jan 2011 17:50:45 +0100 a2jmidid (6-2) unstable; urgency=low * Add patch to prevent FTBFS with binutils-gold (Closes: #603272). -- Alessio Treglia Fri, 12 Nov 2010 14:22:20 +0100 a2jmidid (6-1) unstable; urgency=low * Initial Debian release. (Closes: #593734) -- Adrian Knoth Fri, 20 Aug 2010 17:08:30 +0200 debian/gbp.conf0000644000000000000000000000006212006460036010600 0ustar [DEFAULT] pristine-tar = True compression = bzip2 debian/copyright0000644000000000000000000000722312006460601011120 0ustar This package was debianized by: Eric Hedekar on Thu, 16 Apr 2009 15:02:51 -0700 It was downloaded from: http://home.gna.org/a2jmidid/ Upstream Authors: Nedko Arnaudov Dmitry S. Baikov Juuso Alasuutari Copyright: Copyright (c) 2005 Sean Bolton Copyright (c) 2006,2007 Dmitry S. Baikov Copyright (c) 2007,2008 Nedko Arnaudov Copyright (c) 2007,2008,2009 Nedko Arnaudov Copyright (c) 2008,2009 Nedko Arnaudov Copyright (C) 2007-2008 Juuso Alasuutari Copyright (C) 2005 Lars Luthman, based on alsaseq2jackmidi.c by Sean Bolton Copyright (C) 2005 - 2008 Jaco Kroon Copyright (C) 2005-2008 Thomas Nagy License: This package 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; version 2 of the License. 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. The following files are licensed under either version 2 of the GPL License, or (at your option) any later version: a2jmidi_bridge.c j2amidi_bridge.c The sigsegv.c file is licensed under the following license: This code is in the public domain. Use it as you see fit, some credit would be appreciated, but is not a prerequisite for usage. Feedback on it's use would encourage further development and maintenance. The waf file is licensed under the following license: Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. 3. The name of the author may not be used to endorse or promote products derived from this software without specific prior written permission. THIS SOFTWARE IS PROVIDED BY THE AUTHOR "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. The Debian packaging is: Copyright (C) 2012 Alessio Treglia Copyright (C) 2009, Eric Hedekar and is licensed under the GPL, see above. debian/source/0000755000000000000000000000000012006457371010473 5ustar debian/source/format0000644000000000000000000000001412006457371011701 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000014712006460265010222 0ustar version=3 opts=dversionmangle=s/~dfsg\d+$// \ http://download.gna.org/a2jmidid/a2jmidid-(.*)\.tar\.bz2 debian/a2jmidid.install0000644000000000000000000000005712006460523012241 0ustar debian/tmp/usr/bin debian/tmp/usr/share/dbus-1