debian/0000755000000000000000000000000012206447263007174 5ustar debian/rubberband-cli.manpages0000644000000000000000000000002412153500254013547 0ustar debian/rubberband.1 debian/librubberband2.docs0000644000000000000000000000001312153500254012706 0ustar README.txt debian/rubberband-cli.install0000644000000000000000000000002312153500254013421 0ustar usr/bin/rubberband debian/source/0000755000000000000000000000000012153500254010463 5ustar debian/source/format0000644000000000000000000000001412153500254011671 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012154466746010634 5ustar debian/patches/series0000644000000000000000000000006312153500254012026 0ustar 02-fix_multiarch.patch 03-fix_build_on_armel.patch debian/patches/03-fix_build_on_armel.patch0000644000000000000000000000151312154452073015702 0ustar Description: Patch fixing build on armel Author: Jaromír Mikeš Forwarded: yes Index: rubberband/src/system/sysutils.cpp =================================================================== --- rubberband.orig/src/system/sysutils.cpp 2013-06-05 14:18:50.718456311 +0200 +++ rubberband/src/system/sysutils.cpp 2013-06-05 14:22:36.759577185 +0200 @@ -219,19 +219,6 @@ fesetenv(FE_DFL_DISABLE_SSE_DENORMS_ENV); #endif #endif -#if defined __ARMEL__ - static const unsigned int x = 0x04086060; - static const unsigned int y = 0x03000000; - int r; - asm volatile ( - "fmrx %0, fpscr \n\t" - "and %0, %0, %1 \n\t" - "orr %0, %0, %2 \n\t" - "fmxr fpscr, %0 \n\t" - : "=r"(r) - : "r"(x), "r"(y) - ); -#endif } void system_specific_application_initialise() debian/patches/02-fix_multiarch.patch0000644000000000000000000000426012154452065014721 0ustar Description: Patch fixing multiarch build Author: Jaromír Mikeš Forwarded: yes --- Makefile.in | 7 +++++-- rubberband.pc.in | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) Index: rubberband/Makefile.in =================================================================== --- rubberband.orig/Makefile.in 2012-12-10 04:09:09.975302197 +0100 +++ rubberband/Makefile.in 2012-12-10 04:22:30.247334737 +0100 @@ -3,6 +3,8 @@ CXXFLAGS := -DHAVE_LIBSAMPLERATE -DHAVE_FFTW3 -DFFTW_DOUBLE_ONLY -DNO_THREAD_CHECKS -DUSE_PTHREADS -DNO_TIMING -DNDEBUG @CXXFLAGS@ @SRC_CFLAGS@ @SNDFILE_CFLAGS@ @FFTW_CFLAGS@ @Vamp_CFLAGS@ -Irubberband -I. -Isrc $(OPTFLAGS) CFLAGS := @CFLAGS@ $(OPTFLAGS) LDFLAGS := @LDFLAGS@ -lpthread $(LDFLAGS) +SUFFIX := $(shell uname -m | sed -e 's/^unknown/$//' -e 's/^i.86/$//' -e 's/^x86_64/$/64/') +LIBDIR ?= lib$(SUFFIX) LIBRARY_LIBS := @SRC_LIBS@ @FFTW_LIBS@ PROGRAM_LIBS := @SNDFILE_LIBS@ $(LIBRARY_LIBS) @@ -28,11 +30,11 @@ INSTALL_BINDIR := @prefix@/bin INSTALL_INCDIR := @prefix@/include/rubberband -INSTALL_LIBDIR := @prefix@/lib +INSTALL_LIBDIR := @prefix@/$(LIBDIR) INSTALL_VAMPDIR := @prefix@/lib/vamp INSTALL_LADSPADIR := @prefix@/lib/ladspa INSTALL_LRDFDIR := @prefix@/share/ladspa/rdf -INSTALL_PKGDIR := @prefix@/lib/pkgconfig +INSTALL_PKGDIR := @prefix@/$(LIBDIR)/pkgconfig all: bin lib $(PROGRAM_TARGET) $(STATIC_TARGET) $(DYNAMIC_TARGET) $(VAMP_TARGET) $(LADSPA_TARGET) @@ -160,6 +162,7 @@ cp ladspa/ladspa-rubberband.rdf $(DESTDIR)$(INSTALL_LRDFDIR) sed "s,%PREFIX%,@prefix@," rubberband.pc.in \ > $(DESTDIR)$(INSTALL_PKGDIR)/rubberband.pc + sed -i "s,%LIBDIR%,@libdir@," $(DESTDIR)$(INSTALL_PKGDIR)/rubberband.pc clean: rm -f $(LIBRARY_OBJECTS) $(PROGRAM_OBJECTS) $(LADSPA_OBJECTS) $(VAMP_OBJECTS) Index: rubberband/rubberband.pc.in =================================================================== --- rubberband.orig/rubberband.pc.in 2012-12-10 04:09:09.979302197 +0100 +++ rubberband/rubberband.pc.in 2012-12-10 04:22:30.247334737 +0100 @@ -1,6 +1,6 @@ prefix=%PREFIX% exec_prefix=${prefix} -libdir=${exec_prefix}/lib +libdir=${prefix}%LIBDIR% includedir=${prefix}/include Name: rubberband debian/rubberband-ladspa.install0000644000000000000000000000001712153500254014121 0ustar usr/lib/ladspa debian/changelog0000644000000000000000000000552212206446642011052 0ustar rubberband (1.8.1-4) unstable; urgency=low * Added preinst script (Closes: #720154) -- Jaromír Mikeš Sun, 25 Aug 2013 20:30:37 +0200 rubberband (1.8.1-3) unstable; urgency=low * Fix build on armel 2nd attempt. -- Jaromír Mikeš Wed, 05 Jun 2013 14:29:29 +0200 rubberband (1.8.1-2) unstable; urgency=low * Added patch to fix build on armel. -- Jaromír Mikeš Wed, 05 Jun 2013 01:31:40 +0200 rubberband (1.8.1-1) unstable; urgency=low * Team upload. [ Alessio Treglia ] * New upstream release. * Fix missing VCS fields. * Don't sign tags. * Set compression to bz2. * Fix debian/copyright. * Bump Standards. [ Jaromír Mikeš ] * Removed spell-fixing patch, applied upstream. * Refreshed multiarch patch. -- Alessio Treglia Tue, 15 Jan 2013 01:28:08 +0000 rubberband (1.7.0-1) unstable; urgency=low [ Jaromír Mikeš ] * New upstream release (Closes: #627318)(Closes: #685831). * Adopt package (Closes: #688623). * Bump Standards. * Set priority optional. * Switch to short dh format 3.0 * Remove duplicating section fields. * Set compat/dh 9 to fix hardening. * Fix description. * Added misc:Depends for librubberband-dev package. * Update copyright file. * Introduce multiarch support. * Added patch fixing spelling. * Fix watch file. [ Alessio Treglia ] * debian/patches/02-fix_multiarch.patch: - Let pkg-config file be ready for multi-arch as well. -- Jaromír Mikeš Mon, 24 Sep 2012 14:08:10 +0200 rubberband (1.3-1.3) unstable; urgency=low * Non-maintainer upload. [ Cyril Brulebois ] * Fix FTBFS with gcc 4.7 by fixing missing include (Closes: #667362). -- gregor herrmann Sun, 27 May 2012 14:22:01 +0200 rubberband (1.3-1.2) unstable; urgency=low * Non-maintainer upload. * include in RubberBandStretcher.h (Closes: #625012) -- Mike O'Connor Tue, 01 Nov 2011 08:23:47 -0400 rubberband (1.3-1.1) unstable; urgency=low * Non-maintainer upload. * Fix build with gcc-4.4 using patch from Martin Michlmayr (Closes: #505338) -- Christoph Egger Fri, 25 Dec 2009 22:13:19 +0100 rubberband (1.3-1) unstable; urgency=low * New upstream release -- Székelyi Szabolcs Thu, 16 Apr 2009 14:08:25 +0200 rubberband (1.2-1) unstable; urgency=low * Uploaded to Debian (Closes: #457480) * New upstream release (fixes gcc-4.3 build failure) * debian/copyright: added license texts from files under src/bsd-3rdparty -- Székelyi Szabolcs Fri, 01 Aug 2008 21:12:05 +0200 rubberband (1.0.1-1) unstable; urgency=low * Initial release (Closes: #457480) -- Székelyi Szabolcs Tue, 15 Apr 2008 17:49:31 +0000 debian/preinst0000777000000000000000000000015512206447254010613 0ustar #!/bin/sh set -e DOCDIR=/usr/share/doc/rubberband-cli if [ -L $DOCDIR ]; then rm $DOCDIR fi #DEBHELPER# debian/compat0000644000000000000000000000000212153500254010361 0ustar 9 debian/watch0000644000000000000000000000021512153500254010212 0ustar version=3 http://www.breakfastquay.com/rubberband \ http://code.breakfastquay.com/attachments/download/\d+/rubberband-(\d.\d.\d)\.tar\.bz2 debian/gbp.conf0000644000000000000000000000006012153500254010576 0ustar [DEFAULT] pristine-tar = True compression = bz2 debian/control0000644000000000000000000000660412153500254010574 0ustar Source: rubberband Priority: optional Section: sound Maintainer: Debian Multimedia Maintainers Uploaders: Jaromír Mikeš Build-Depends: autotools-dev, debhelper (>= 9), docbook-to-man, ladspa-sdk, libfftw3-dev, libsamplerate0-dev, libsndfile1-dev, pkg-config, vamp-plugin-sdk Standards-Version: 3.9.4 Homepage: http://www.breakfastquay.com/rubberband/ Vcs-Git: git://anonscm.debian.org/pkg-multimedia/rubberband.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-multimedia/rubberband.git Package: librubberband2 Section: libs Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Description: audio time-stretching and pitch-shifting library Rubber Band is a library and utility program that permits you to change the tempo and pitch of an audio recording independently of one another. Package: librubberband-dev Section: libdevel Architecture: any Depends: ${misc:Depends}, librubberband2 (= ${binary:Version}) Multi-Arch: same Description: audio time-stretching and pitch-shifting library (development files) Rubber Band is a library and utility program that permits you to change the tempo and pitch of an audio recording independently of one another. . This package contains development files for linking against librubberband, along with the static version of the library. API documentation is available at http://www.breakfastquay.com/rubberband/code-doc/ . Package: rubberband-cli Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: audio time-stretching and pitch-shifting utility Rubber Band is a library and utility program that permits you to change the tempo and pitch of an audio recording independently of one another. . This package contains a command-line utility that can be used to exploit Rubber Band's capabilities. Package: rubberband-ladspa Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: LADSPA plugin for audio pitch-shifting Rubber Band is a library and utility program that permits you to change the tempo and pitch of an audio recording independently of one another. . This package contains a LADSPA plugin that can change the pitch of a sound in real-time. Package: rubberband-vamp Architecture: any Depends: ${misc:Depends}, ${shlibs:Depends} Description: Vamp plugins using Rubber Band Rubber Band is a library and utility program that permits you to change the tempo and pitch of an audio recording independently of one another. . This package contains the following Vamp plugins: . * increments (Output Increments): Output time increment for each input step . * aggregate_increments (Accumulated Output Increments): Accumulated output time increments . * divergence (Divergence from Linear): Difference between actual output time and the output time for a theoretical linear stretch . * phaseresetdf (Phase Reset Detection Function): Curve whose peaks are used to identify transients for phase reset points . * smoothedphaseresetdf (Smoothed Phase Reset Detection Function): Phase reset curve smoothed for peak picking . * phaseresetpoints (Phase Reset Points): Points estimated as transients at which phase reset occurs . * timesyncpoints (Time Sync Points): Salient points which stretcher aims to place with strictly correct timing debian/librubberband-dev.install0000644000000000000000000000010712153500254014122 0ustar usr/include/* usr/lib/*/lib*.a usr/lib/*/lib*.so usr/lib/*/pkgconfig/* debian/rubberband-vamp.install0000644000000000000000000000001512153500254013616 0ustar usr/lib/vamp debian/rubberband.sgml0000644000000000000000000002244312153500254012162 0ustar manpage.1'. You may view the manual page with: `docbook-to-man manpage.sgml | nroff -man | less'. A typical entry in a Makefile or Makefile.am is: manpage.1: manpage.sgml docbook-to-man $< > $@ The docbook-to-man binary is found in the docbook-to-man package. Please remember that if you create the nroff version in one of the debian/rules file targets (such as build), you will need to include docbook-to-man in your Build-Depends control field. --> Szabolcs"> Székelyi"> May 5, 2008"> 1"> cc@mail.3d.hu"> RUBBERBAND"> Debian"> GNU"> GPL"> ]>
&dhemail;
&dhfirstname; &dhsurname; 2008 &dhusername; &dhdate;
&dhucpackage; &dhsection; rubberband an audio time-stretching and pitch-shifting utility program &dhpackage; DESCRIPTION This manual page documents briefly the &dhpackage; command. Rubber Band is a program that permits you to change the tempo and pitch of an audio recording independently of one another. OPTIONS These programs follow the usual &gnu; command line syntax, with long options starting with two dashes (`-'). A summary of options is included below. You must specify at least one of the following time and pitch ratio options. , X Stretch to X times original duration, or , X Change tempo by multiple X (equivalent to --time 1/X) , X Raise pitch by X semitones, or , X Change frequency by multiple X The following option provides a simple way to adjust the sound. See below for more details. , N Crispness (N = 0,1,2,3,4,5); default 4 (see below) The remaining options fine-tune the processing mode and stretch algorithm. These are mostly included for test purposes; the default settings and standard crispness parameter are intended to provide the best sounding set of options for most situations. , Aim for minimal time distortion (implied by -R) , Select realtime mode (implies -P --no-threads) No extra threads regardless of CPU and channel count Assume multi-CPU even if only one CPU is identified Disable phase resynchronisation at transients Band-limit phase resync to extreme frequencies Disable phase locking to peak frequencies Disable large-ratio softening of phase locking Use longer processing window (actual size may vary) Use shorter processing window N F Set internal freq threshold N (N = 0,1,2) to F Hz , N Select debug level (N = 0,1,2,3); default 0, full 3 (N.B. debug level 3 includes audible ticks in output) , Suppress progress output , Show a list of available options "Crispness" levels: 0 equivalent to --no-transients --no-peaklock --window-long 1 equivalent to --no-transients --no-peaklock 2 equivalent to --no-transients 3 equivalent to --bl-transients 4 default processing options 5 equivalent to --no-peaklock --window-short (may be suitable for drums) AUTHOR Rubber Band was written by Chris Cannam <cannam@all-day-breakfast.com>. This manual page was written by &dhusername; <&dhemail;> for the &debian; system (but may be used by others), because the original program does not have a manual page. Permission is granted to copy, distribute and/or modify this document under the terms of the &gnu; General Public License, Version 2 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
debian/rules0000755000000000000000000000051512153500254010244 0ustar #!/usr/bin/make -f LDFLAGS += -Wl,-O1 -Wl,--as-needed DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH) export PREFIX=/usr export LIBDIR=lib/$(DEB_HOST_MULTIARCH) export DESTDIR=$(CURDIR)/debian/tmp %: dh $@ override_dh_auto_build: docbook-to-man debian/rubberband.sgml > debian/rubberband.1 dh_auto_build debian/copyright0000644000000000000000000002340312153500254011120 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Rubberband Upstream-Contact: Chris Cannam Source: http://www.breakfastquay.com/rubberband/ Copyright: 2007-2011 Chris Cannam Files: * Copyright: 2007-2012 Particular Programs Ltd 2007-2011 Chris Cannam License: GPL-2+ Files: debian/* Copyright: 2012 Alessio Treglia 2008-2012 Székelyi Szabolcs 2012-2013 Jaromír Mikeš License: GPL-2+ Files: src/float_cast/float_cast.h Copyright: 2001 Erik de Castro Lopo License: other-1 Files: src/getopt/getopt.c Copyright: 1987, 1993, 1994 The Regents of the University of California License: other-bsd-4-clause-1 Files: src/getopt/getopt.h src/getopt/getopt_long.c Copyright: 2000 The NetBSD Foundation, Inc. License: other-bsd-4-clause-2 Files: src/pommier/* Copyright: 2011 Julien Pommier License: zlib Files: src/kissfft/* Copyright: 2003-2004 Mark Borgerding License: other-bsd-3-clause-kissft Files: src/speex/* Copyright: 2002-2007 Xiph.org Foundation 2002-2007 Jean-Marc Valin 2005-2007 Analog Devices Inc. 2005-2007 Commonwealth Scientific and Industrial Research Organisation (CSIRO) 1993, 2002, 2006 David Rowe 2003 EpicGames 1992-1994 Jutta Degener, Carsten Bormann License: other-bsd-3-clause-speex License: GPL-2+ 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 can be found in `/usr/share/common-licenses/GPL-2'. License: other-1 Permission to use, copy, modify, distribute, and sell this file for any purpose is hereby granted without fee, provided that the above copyright and this permission notice appear in all copies. No representations are made about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty. License: other-bsd-4-clause-1 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. All advertising materials mentioning features or use of this software must display the following acknowledgement: This product includes software developed by the University of California, Berkeley and its contributors. 4. Neither the name of the University nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``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 REGENTS OR CONTRIBUTORS 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. License: other-bsd-4-clause-2 This code is derived from software contributed to The NetBSD Foundation by Dieter Baron and Thomas Klausner. . 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. All advertising materials mentioning features or use of this software must display the following acknowledgement: This product includes software developed by the NetBSD Foundation, Inc. and its contributors. 4. Neither the name of The NetBSD Foundation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS ``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 FOUNDATION OR CONTRIBUTORS 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. License: zlib This software is provided 'as-is', without any express or implied warranty. In no event will the authors be held liable for any damages arising from the use of this software. . Permission is granted to anyone to use this software for any purpose, including commercial applications, and to alter it and redistribute it freely, subject to the following restrictions: . 1. The origin of this software must not be misrepresented; you must not claim that you wrote the original software. If you use this software in a product, an acknowledgment in the product documentation would be appreciated but is not required. 2. Altered source versions must be plainly marked as such, and must not be misrepresented as being the original software. 3. This notice may not be removed or altered from any source distribution. License: other-bsd-3-clause-kissft Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * 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. * Neither the author nor the names of any contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "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 COPYRIGHT OWNER OR CONTRIBUTORS 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. License: other-bsd-3-clause-speex Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . - Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . - 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. . - Neither the name of the Xiph.org Foundation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS ``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 FOUNDATION OR CONTRIBUTORS 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. debian/librubberband2.install0000644000000000000000000000003512153500254013430 0ustar usr/lib/*/librubberband.so.*