--- resample-1.8.1.orig/debian/changelog +++ resample-1.8.1/debian/changelog @@ -0,0 +1,52 @@ +resample (1.8.1-1build2) bionic; urgency=high + + * No change rebuild to pick up -fPIE compiler default + + -- Balint Reczey Tue, 03 Apr 2018 12:41:52 +0000 + +resample (1.8.1-1build1) precise; urgency=low + + * No-change rebuild to drop spurious libsfgcc1 dependency on armhf. + + -- Adam Conrad Fri, 02 Dec 2011 21:18:30 -0700 + +resample (1.8.1-1) unstable; urgency=low + + * New upstream release + * debian/watch: add watch file (closes: #531554) + * debian/rules: use dh-make template (closes: #437905) + * debian/control: bump Standards-Version to 3.8.3, debhelper to >= + 7.0.0, add + * debian/compat: bump to 5 + * debian/docs: removed README.deemph + * debian/{preinst,postinst,prerm,postrm}: removed + + -- Paul Brossier Wed, 16 Sep 2009 19:18:27 +0200 + +resample (1.7-4) unstable; urgency=low + + * Adopt package (closes: #297444) + * Change optimisation level to 2 + * Moved sndlib/io.c patch to .diff.gz + * Fix typo in headers.c (4226) + + -- Paul Brossier Sun, 10 Jul 2005 03:20:55 +0100 + +resample (1.7-3) unstable; urgency=low + + * Orphan package as in bug # 297444 + + -- Kevin M. Rosenberg Sat, 5 Mar 2005 03:04:20 -0700 + +resample (1.7-2) unstable; urgency=low + + * Patch upstream bug (closes:265328) + + -- Kevin M. Rosenberg Thu, 12 Aug 2004 12:15:57 -0600 + +resample (1.7-1) unstable; urgency=low + + * Initial Release. + + -- Kevin M. Rosenberg Tue, 21 Jan 2003 07:53:06 -0700 + --- resample-1.8.1.orig/debian/compat +++ resample-1.8.1/debian/compat @@ -0,0 +1 @@ +5 --- resample-1.8.1.orig/debian/control +++ resample-1.8.1/debian/control @@ -0,0 +1,21 @@ +Source: resample +Section: utils +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Paul Brossier +Build-Depends: debhelper (>= 7.0.0) +Standards-Version: 3.8.3 + +Package: resample +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Resamples a sound file using a FIR filter + The resample program "resamples" a soundfile to change its sampling + rate. For example, it can be used to convert the sampling rate from + 48 kHz (used by DAT machines) to 44.1 kHz (the standard sampling rate + for Compact Discs). + . + The windowfilter program designs Finite-Impulse-Response (FIR) digital + filters by the so-called "window method." In this method, the ideal + impulse response (a sinc function) is "windowed" by a Kaiser window (a + popular window used in spectrum analysis). --- resample-1.8.1.orig/debian/copyright +++ resample-1.8.1/debian/copyright @@ -0,0 +1,27 @@ +This package was debianized by Kevin M. Rosenberg on +Tue, 21 Jan 2003 07:53:06 -0700. + +It was downloaded from http://www-ccrma.stanford.edu/~jos/resample/ + +Upstream Authors: Julius Orion Smith III, Bill Schottstaedt + +Copyright: + +SNDLIB files are Copyright 2000 by Bill Schottstaedt . + +The remaining files in this package, unless otherwise noted, are +Copyright 1994-2002 by Julius O. Smith III , +all rights reserved. Permission to use and copy is granted subject to +the terms of the "GNU Lesser General Public License" (LGPL) as +published by the Free Software Foundation; either version 2.1 of the +License, or any later version. In addition, we request that a copy of +any modified files be sent by email to jos@ccrma.stanford.edu so that +we may incorporate them into the CCRMA version. + +A copy of the LGPL is located in the Debian file system in the file +/usr/share/common-licenses/LGPL. + + This library 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 + Lesser General Public License for more details. --- resample-1.8.1.orig/debian/dirs +++ resample-1.8.1/debian/dirs @@ -0,0 +1,2 @@ +usr/bin + --- resample-1.8.1.orig/debian/docs +++ resample-1.8.1/debian/docs @@ -0,0 +1 @@ +README --- resample-1.8.1.orig/debian/rules +++ resample-1.8.1/debian/rules @@ -0,0 +1,8 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +%: + dh $@ --- resample-1.8.1.orig/debian/watch +++ resample-1.8.1/debian/watch @@ -0,0 +1,3 @@ +version=2 +http://ccrma.stanford.edu/~jos/resample/Free_Resampling_Software.html \ + http://ccrma.stanford.edu/~jos/gz/resample-(.*)\.tar\.gz