--- yatm-0.8.orig/debian/changelog +++ yatm-0.8/debian/changelog @@ -0,0 +1,13 @@ +yatm (0.8-1) unstable; urgency=low + + * New upstream release (Closes: Bug#611530, Bug#697947, Bug#704894). + * Replace cdbs with debhelper. + + -- Mario Lang Mon, 16 Sep 2013 18:48:44 +0200 + +yatm (0.6-1) unstable; urgency=low + + * Initial Release. + + -- Mario Lang Wed, 25 Nov 2007 21:40:59 +0200 + --- yatm-0.8.orig/debian/compat +++ yatm-0.8/debian/compat @@ -0,0 +1 @@ +8 --- yatm-0.8.orig/debian/control +++ yatm-0.8/debian/control @@ -0,0 +1,34 @@ +Source: yatm +Section: sound +Priority: optional +Vcs-Git: git://github.com/mlang/yatm.git +Maintainer: Mario Lang +Build-Depends: debhelper (>= 8), + cmake, + libspeex-dev, + libmad0-dev, + libsndfile1-dev, + libao-dev, + libsoundtouch0-dev, + libslang2-dev +Standards-Version: 3.9.4 + +Package: yatm +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Command line audio file player with time stretching capabilities + Yatm (Yet Another Time Machine) is a very simple command line audio player. + Its main purpose is to play audio files at a different tempo while retaining + the original sounds pitch. This is very useful for listening to audiobooks + at a slightly higher speed than they were originally recorded with. It can + also be helpful when listening to musical passages at a slower speed to + be able to distinguish the different notes more easily. + . + Changing the pitch while keeping the tempo is also supported. Musical + cents and semitones can be used to specify pitch change. This makes it + easy to use for musicians. The notes you have are in G but the recording + you'd like to play along with is in F? No problem, transpose the recording + up two semitones. You'd like to play along with this baroque recording + that uses original pitch? Just tune the music up about 80 cents and you + should be fine. + --- yatm-0.8.orig/debian/copyright +++ yatm-0.8/debian/copyright @@ -0,0 +1,17 @@ +This package was debianized by Mario Lang on +Mon, 8 Jun 2004 23:36:16 +0100. + +Copyright: 2004, 2005, 2006 Mario Lang + + Yatm 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 program 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. + +On Debian systems, the complete text of the GNU General Public License +can be found in `/usr/share/common-licenses/GPL'. --- yatm-0.8.orig/debian/gbp.conf +++ yatm-0.8/debian/gbp.conf @@ -0,0 +1,5 @@ +[DEFAULT] +upstream-branch=master +upstream-tag=v%(version)s +debian-branch=debian + --- yatm-0.8.orig/debian/rules +++ yatm-0.8/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@