debian/0000755000000000000000000000000011573646305007200 5ustar debian/compat0000644000000000000000000000000211573436403010372 0ustar 7 debian/get-git-source.sh0000755000000000000000000000142011573436403012366 0ustar #!/bin/sh BASE_REL=$(dpkg-parsechangelog 2>/dev/null | sed -ne 's/Version: \([0-9.]\+\)+.*/\1/p') OLDDIR=${PWD} GOS_DIR=${OLDDIR}/get-orig-source GIT_COMMIT='git log --no-color -1 --oneline | cut -d" " -f1' GIT_DATE='git log --no-color -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://rg42.org/jack-stdout jack-stdio cd jack-stdio JACKSTDIO_GIT_COMMIT=$(eval "${GIT_COMMIT}") JACKSTDIO_GIT_DATE=$(eval "${GIT_DATE}") cd .. && tar cjf \ ${OLDDIR}/jack-stdio_${BASE_REL}+${JACKSTDIO_GIT_DATE}.git${JACKSTDIO_GIT_COMMIT}.orig.tar.bz2 \ jack-stdio --exclude-vcs rm -rf ${GOS_DIR} debian/rules0000755000000000000000000000011011573436403010244 0ustar #!/usr/bin/make -f export PREFIX=/usr %: dh $@ -Smakefile --parallel debian/control0000644000000000000000000000177211573436403010606 0ustar Source: jack-stdio Section: sound Priority: optional Maintainer: Debian Multimedia Maintainers Uploaders: Alessio Treglia Build-Depends: debhelper (>= 7.0.50~), libjack-dev Homepage: http://rg42.org/oss/jackstdout/ Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/pkg-multimedia/jack-stdio.git Vcs-Browser: http://git.debian.org/?p=pkg-multimedia/jack-stdio.git Package: jack-stdio Architecture: any Depends: ${shlibs:Depends}, jackd, ${misc:Depends} Suggests: sox Description: program to pipe audio-data from and to JACK jack-stdout is a small tool that writes JACK audio-sample data to buffered standard output. jack-stdin reads raw audio data from standard input and writes it to a JACK audio port. . By default jack-stdout writes 16 bit signed integer raw audio data (much like mpg123 -s at JACK's samplerate, but it can output signed/unsigned 8/16/24/32 bit integer and 32bit floating-point data, both big/little endian. debian/changelog0000644000000000000000000000054411573646305011055 0ustar jack-stdio (1.4-1) unstable; urgency=low * New upstream release. * Drop patches, applied upstream. -- Alessio Treglia Wed, 08 Jun 2011 12:19:38 +0200 jack-stdio (1.3+20110408.git709becb-1) unstable; urgency=low * Initial release (Closes: #627776). -- Alessio Treglia Tue, 07 Jun 2011 15:23:05 +0200 debian/gbp.conf0000644000000000000000000000010311573436403010605 0ustar [DEFAULT] pristine-tar = True compression = bzip2 sign-tags = True debian/copyright0000644000000000000000000000240111573436403011124 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=179 Upstream-Name: jack-stdio Upstream-Contact: Robin Gareus Source: git://rg42.org/jack-stdout/ Files: * Copyright: 2008,2011 Robin Gareus 2003 Jack O'Quin 2001 Paul Davis License: GPL-2+ Files: debian/* Copyright: 2011 Robin Gareus 2011 Alessio Treglia License: GPL-2+ License: GPL-2+ 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; 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. Comment: 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'. debian/source/0000755000000000000000000000000011573436403010474 5ustar debian/source/format0000644000000000000000000000001411573436403011702 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000006611573436403010227 0ustar # Sources were taken from git://rg42.org/jack-stdout/