--- tinyeartrainer-0.1.0.orig/debian/changelog +++ tinyeartrainer-0.1.0/debian/changelog @@ -0,0 +1,24 @@ +tinyeartrainer (0.1.0-3fakesync1) wily-proposed; urgency=medium + + * Fake sync due to mismatching orig tarball. + + -- Logan Rosen Sun, 21 Jun 2015 00:12:28 -0700 + +tinyeartrainer (0.1.0-3) unstable; urgency=medium + + * Moving from python-support to dh-python. (Closes: #786099) + + -- Tiago Bortoletto Vaz Mon, 25 May 2015 11:05:10 -0400 + +tinyeartrainer (0.1.0-2) unstable; urgency=low + + * Depending on python-all (>= 2.6) instead python2.6. Thanks to Jakub Wilk. + (Closes: #614995) + + -- Tiago Bortoletto Vaz Thu, 21 Apr 2011 14:19:07 -0300 + +tinyeartrainer (0.1.0-1) unstable; urgency=low + + * Initial release. (Closes: #596011) + + -- Tiago Bortoletto Vaz Tue, 07 Sep 2010 19:34:00 -0300 --- tinyeartrainer-0.1.0.orig/debian/compat +++ tinyeartrainer-0.1.0/debian/compat @@ -0,0 +1 @@ +7 --- tinyeartrainer-0.1.0.orig/debian/control +++ tinyeartrainer-0.1.0/debian/control @@ -0,0 +1,25 @@ +Source: tinyeartrainer +Section: gnome +Priority: optional +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Tiago Bortoletto Vaz +Build-Depends: debhelper (>= 7), cdbs, dh-python , python-all (>= 2.6.6-3~) +Standards-Version: 3.9.6 +Homepage: http://29a.ch/tinyeartrainer +Vcs-Browser: https://anonscm.debian.org/git/collab-maint/tinyeartrainer.git +Vcs-Git: git://git.debian.org/git/collab-maint/tinyeartrainer.git + +Package: tinyeartrainer +Architecture: all +Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, python-gtk2 (>= 2.10), python (>= 2.6), fluidsynth (>= 1.0), fluid-soundfont-gm +Description: A tool to learn recognizing musical intervals + Tiny Ear Trainer is a tiny piece of software that helps you to recognize + musical intervals. + . + Implemented features include associating colors to intervals and learning mode + which plays interval together with color and name. Harmonic and melodic + intervals are supported. It uses fluidsynth/soundfonts for playback. You may + want to know that GNU Solfege is a far more powerful alternative to Tiny Ear + Trainer. + . + Tiny Ear Trainer works with JACK Audio Connection Kit. --- tinyeartrainer-0.1.0.orig/debian/copyright +++ tinyeartrainer-0.1.0/debian/copyright @@ -0,0 +1,17 @@ +Format-Specification: + http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Name: Tiny Ear Trainer +Maintainer: Jonas Wagner +Source: http://29a.ch/tinyeartrainer + +Files: * +Copyright: 2009, Jonas Wagner +License: GPL-3 + On Debian systems, the full text of the GNU General Public License + version 3 can be found in the file `/usr/share/common-licenses/GPL-3'. + +Files: tinyeartrainer/fluidsynth.py +Copyright: 2008, Nathan Whitehead +License: LGPL + On Debian systems, the full text of the GNU Lesser General Public License + can be found in the file `/usr/share/common-licenses/LGPL'. --- tinyeartrainer-0.1.0.orig/debian/rules +++ tinyeartrainer-0.1.0/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +DEB_PYTHON2_MODULE_PACKAGES = tinyeartrainer + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk --- tinyeartrainer-0.1.0.orig/debian/source/format +++ tinyeartrainer-0.1.0/debian/source/format @@ -0,0 +1 @@ +1.0 --- tinyeartrainer-0.1.0.orig/debian/watch +++ tinyeartrainer-0.1.0/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://29a.ch/tinyeartrainer/tinyeartrainer-(.+).tar.gz