--- tinyeartrainer-0.1.0.orig/debian/changelog +++ tinyeartrainer-0.1.0/debian/changelog @@ -0,0 +1,25 @@ +tinyeartrainer (0.1.0-4) unstable; urgency=medium + + * Make the build reproducible. Thanks to Chris Lamb. (Closes: #846647) + * Fix package version. + + -- Tiago Bortoletto Vaz Mon, 06 Feb 2017 12:47:26 -0500 + +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: Tiago Bortoletto Vaz +Build-Depends: debhelper (>= 7), python-all (>= 2.6), dh-python +Standards-Version: 3.9.6 +XS-Python-Version: >= 2.6 +Homepage: http://29a.ch/tinyeartrainer +Vcs-Browser: http://git.debian.org/?p=collab-maint/tinyeartrainer.git +Vcs-Git: git://git.debian.org/git/collab-maint/tinyeartrainer.git + +Package: tinyeartrainer +Architecture: any +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,9 @@ +#!/usr/bin/make -f +# -*- makefile -*- + +export DH_VERBOSE=1 +export PYBUILD_NAME=tinyeartrainer + +%: + dh $@ --with python2 --buildsystem=pybuild + --- 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 --- tinyeartrainer-0.1.0.orig/setup.py +++ tinyeartrainer-0.1.0/setup.py @@ -30,7 +30,7 @@ for counter in xrange(len(outputs)): outputs[counter] = outputs[counter][root_len:] self.execute(write_file, - (install_info, outputs), + (install_info, sorted(outputs)), "writing install-info to '%s'" % install_info)