diff -Nru zita-at1-0.2.3/debian/changelog zita-at1-0.2.3/debian/changelog --- zita-at1-0.2.3/debian/changelog 2011-06-29 08:19:56.000000000 +0000 +++ zita-at1-0.2.3/debian/changelog 2012-02-08 10:04:03.000000000 +0000 @@ -1,3 +1,11 @@ +zita-at1 (0.2.3-2) unstable; urgency=low + + * Adapt to new zita-resampler's API. + * Bump requirement on libzita-resampler-dev to 1.1.0. + * Update debian/copyright. + + -- Alessio Treglia Wed, 08 Feb 2012 11:03:56 +0100 + zita-at1 (0.2.3-1) unstable; urgency=low [ Alessio Treglia ] diff -Nru zita-at1-0.2.3/debian/control zita-at1-0.2.3/debian/control --- zita-at1-0.2.3/debian/control 2011-06-29 08:17:50.000000000 +0000 +++ zita-at1-0.2.3/debian/control 2012-02-08 10:03:03.000000000 +0000 @@ -2,15 +2,17 @@ Section: sound Priority: optional Maintainer: Debian Multimedia Maintainers -Uploaders: Alessio Treglia , +Uploaders: + Alessio Treglia , Adrian Knoth -Build-Depends: debhelper (>= 7.0.50~), - libjack-dev, +Build-Depends: + debhelper (>= 7.0.50~), libcairo2-dev, - libzita-resampler-dev, libclthreads-dev (>= 2.4.0), libclxclient-dev (>= 3.6.1), - libfftw3-dev (>= 3.1.2-3.1) + libfftw3-dev (>= 3.1.2-3.1), + libjack-dev, + libzita-resampler-dev (>> 1.1.0) Standards-Version: 3.9.2 DM-Upload-Allowed: yes Vcs-Git: git://git.debian.org/git/pkg-multimedia/zita-at1.git @@ -19,8 +21,9 @@ Package: zita-at1 Architecture: any -Depends: ${shlibs:Depends}, - ${misc:Depends} +Depends: + ${misc:Depends}, + ${shlibs:Depends} Description: JACK autotuner AT1 is an 'autotuner', normally used to correct the pitch of a voice singing (slightly) out of tune. Compared to 'Autotalent' it provides diff -Nru zita-at1-0.2.3/debian/copyright zita-at1-0.2.3/debian/copyright --- zita-at1-0.2.3/debian/copyright 2011-06-29 08:17:50.000000000 +0000 +++ zita-at1-0.2.3/debian/copyright 2012-02-08 09:34:50.000000000 +0000 @@ -1,4 +1,4 @@ -Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=174 +Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=204 Upstream-Name: AT1 Upstream-Contact: Fons Adriaensen Source: http://kokkinizita.linuxaudio.org/linuxaudio/downloads/index.html @@ -8,7 +8,7 @@ License: GPL-2+ Files: debian/* -Copyright: 2010 Alessio Treglia +Copyright: 2010-2012 Alessio Treglia License: GPL-2+ License: GPL-2+ @@ -21,9 +21,9 @@ 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 - . +Comment: On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2'. + . + You should have received a copy of the GNU General Public License + along with this program. If not, see . diff -Nru zita-at1-0.2.3/debian/patches/02-new_resampler.patch zita-at1-0.2.3/debian/patches/02-new_resampler.patch --- zita-at1-0.2.3/debian/patches/02-new_resampler.patch 1970-01-01 00:00:00.000000000 +0000 +++ zita-at1-0.2.3/debian/patches/02-new_resampler.patch 2012-02-08 09:49:14.000000000 +0000 @@ -0,0 +1,18 @@ +Description: Adapt to new API. +Author: Alessio Treglia +Forwarded: no +--- + source/retuner.h | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +--- zita-at1.orig/source/retuner.h ++++ zita-at1/source/retuner.h +@@ -24,7 +24,7 @@ + + + #include +-#include ++#include + + + class Retuner diff -Nru zita-at1-0.2.3/debian/patches/series zita-at1-0.2.3/debian/patches/series --- zita-at1-0.2.3/debian/patches/series 2011-06-29 08:17:50.000000000 +0000 +++ zita-at1-0.2.3/debian/patches/series 2012-02-08 09:35:50.000000000 +0000 @@ -1 +1,2 @@ 01-makefile.patch +02-new_resampler.patch