debian/0000755000000000000000000000000012231546165007173 5ustar debian/control0000644000000000000000000000303112223575147010576 0ustar Source: solfege Section: gnome Priority: optional Maintainer: Tom Cato Amundsen Build-Depends: quilt (>= 0.46-7~), debhelper (>= 7.0.50~), autotools-dev, swig, gettext, python-dev (>=2.6.6-3~), texinfo, python-gtk2 (>=2.12.0), python-gtk2-dev (>=2.12.0), librsvg2-bin, txt2man, pkg-config, libglib2.0-dev (>= 2.8.0), xauth, xfonts-base, libxml2-utils, gnome-doc-utils Standards-Version: 3.9.1 Homepage: http://www.solfege.org Package: solfege Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, python (>=2.6.6-3~), python-gtk2 (>= 2.12), timidity, freepats Recommends: csound, python-pyalsa Description: Ear training software GNU Solfege is an ear training program for X Window written in Python, using the GTK+ 2.0 libraries. You can practice harmonic and melodic intervals, chords, scales and rhythms, and you can add new exercises using a simple plain text file format. . Ear training is a big subject with many connections to music theory and performance of music, so I won't even try to make "a complete computer-based ear training course". But I hope someone find this software useful. Package: solfege-doc Architecture: all Depends: ${misc:Depends} Section: doc Description: documentation for GNU Solfege Users manual for GNU Solfege. Both the english manual and all translations. Package: solfege-oss Architecture: any Depends: solfege, ${shlibs:Depends}, ${misc:Depends} Description: OSS module for GNU Solfege This package contains the Python module GNU Solfege needs to access the sequencer device of OSS. debian/watch0000644000000000000000000000141011422541141010206 0ustar # Example watch control file for uscan # Rename this file to "watch" and then you can run the "uscan" command # to check for upstream updates and more. # See uscan(1) for format # Compulsory line, this is a version 3 file version=3 # Uncomment to examine a Webpage # http://ftp.gnu.org/gnu/solfege/solfege-(\d.*)\.tar\.gz # Uncomment to examine a Webserver directory #http://www.example.com/pub/solfege-(.*)\.tar\.gz # Uncommment to examine a FTP server #ftp://ftp.example.com/pub/solfege-(.*)\.tar\.gz debian uupdate # Uncomment to find new files on sourceforge, for devscripts >= 2.9 # http://sf.net/solfege/solfege-(.*)\.tar\.gz # Uncomment to find new files on GooglePages # http://example.googlepages.com/foo.html solfege-(.*)\.tar\.gz debian/copyright0000644000000000000000000000213511353733765011137 0ustar This package was debianized by Tom Cato Amundsen on Sat, 18 Dec 1999 17:02:50 +0100. Solfege has a homepage at http://www.solfege.org and upstream tarballs are available from ftp://ftp.gnu.org/gnu/solfege. Upstream Author: Tom Cato Amundsen This software is copyright (c) 2000-2008 Tom Cato Amundsen. This program 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 3 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. You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3. debian/solfege-oss.install0000644000000000000000000000004311353733765013016 0ustar usr/lib/solfege/_solfege_c_midi.so debian/docs0000644000000000000000000000007311353733765010056 0ustar FAQ lessonfile_editor.1.txt README solfege.1.txt changelog debian/solfege.install0000644000000000000000000000071512224103751012202 0ustar usr/share/locale usr/share/man/man1/solfege.1 usr/share/applications/solfege.desktop usr/share/solfege/exercises usr/bin/solfege usr/share/solfege/feta usr/share/pixmaps/solfege.svg usr/share/solfege/graphics/* usr/share/solfege/default.config usr/share/solfege/solfege.gtkrc usr/share/solfege/*.xml usr/share/solfege/solfege/*.py usr/share/solfege/solfege/exercises/*.py usr/share/solfege/solfege/mpd/*.py usr/share/solfege/solfege/soundcard/*.py etc/solfege debian/patches/0000755000000000000000000000000012224104154010610 5ustar debian/patches/do-not-run-xmllint.patch0000644000000000000000000000076411642637576015355 0ustar Index: solfege-3.20.3/Makefile.in =================================================================== --- solfege-3.20.3.orig/Makefile.in 2011-10-04 19:16:38.000000000 +0200 +++ solfege-3.20.3/Makefile.in 2011-10-04 19:16:43.000000000 +0200 @@ -198,7 +198,7 @@ .PHONY: test -test: xmllint po/solfege.pot +test: po/solfege.pot if grep -H -n -e "[Uu]ser'*s manual" po/solfege.pot; then \ echo "Don't write \"users manual\" or \"user's manual\". Always write \"user manual\""; \ exit 10; \ debian/patches/disable_gettext_test.patch0000644000000000000000000000266612224104154016051 0ustar --- a/solfege/tests/test_lessonfile.py +++ b/solfege/tests/test_lessonfile.py @@ -90,7 +90,7 @@ def test_tempo_tuple(self): p = self.do_file("tempo = 240/4") self.assertEquals(p.m_globals['tempo'], (240, 4)) - def test_gettext(self): + def X_DISABLED_test_gettext(self): p = self.do_file('question {\n' \ ' name = _("chord|m7")\n' \ ' iname = _i("chord|m7")\n' \ @@ -367,15 +367,15 @@ self.do_file(""" header { random_transpose = no } question { music = music("\staff{c''}\staff{e'}\staff{c}") } - question { + question { instrument = 33, 34, 35, 36, 37, 38 music = music("\staff{c''}\staff{e'}\staff{c}") } - question { + question { instrument = 33, 34, 35, 36, 37, 38 music = music("\staff{c''}\staff{b'}") } - question { + question { instrument = 33, 34, 35, 36, 37, 38 music = music("\staff{c''}") } @@ -554,7 +554,7 @@ except mpd.MpdException, e: self._m(1).complete_to_musicdata_coords(self.p, e) ec = self._m(1).get_err_context(e, self.p) - self.assertEquals(ec, + self.assertEquals(ec, "Bad input to the music object of type voice made\n" "the parser fail to parse the following generated\n" "music code:\n" debian/patches/test-py-xvfb-run.patch0000644000000000000000000000036611353735326015025 0ustar --- a/Makefile.in +++ b/Makefile.in @@ -197,7 +197,7 @@ test: xmllint $(MAKE) dist - $(PYTHON) test.py + xvfb-run $(PYTHON) test.py $(PYTHON) tools/po-file-checks.py rm -rf $(PACKAGE)-$(VERSION) tar zxf ../$(PACKAGE)-$(VERSION).tar.gz debian/patches/series0000644000000000000000000000014312224104102012014 0ustar do-not-recreate-pot.patch xsltproc-nonet.patch do-not-run-xmllint.patch disable_gettext_test.patch debian/patches/xsltproc-nonet.patch0000644000000000000000000000070312223574534014644 0ustar Index: solfege-3.22.1/help/Makefile =================================================================== --- solfege-3.22.1.orig/help/Makefile 2013-09-15 22:04:43.000000000 +0200 +++ solfege-3.22.1/help/Makefile 2013-10-04 19:22:14.586625218 +0200 @@ -13,6 +13,7 @@ --param callout.graphics 0 \ --param xref.with.number.and.title 0 \ --xinclude \ +--nonet \ --stringparam html.stylesheet "../style.css" dist_files += help/Makefile help/README \ debian/patches/do-not-recreate-pot.patch0000644000000000000000000000060211353734213015426 0ustar --- a/Makefile.in +++ b/Makefile.in @@ -222,7 +222,7 @@ prepare-release: check-for-new-po-files check-for-new-manual-po-files update-manual check-revision-id test -dist: po/solfege.pot help/C/solfege.pot +dist: # We cannot add disk_workhorse as a prerequisite to the dist target, # because it is possible, I think, that dist_workhorse will be executed # before update-manual debian/solfege-doc.docs0000644000000000000000000000000711353733765012241 0ustar #DOCS# debian/solfege-doc.links0000644000000000000000000000006611353733765012436 0ustar usr/share/solfege/help usr/share/doc/solfege-doc/html debian/source/0000755000000000000000000000000011353733702010472 5ustar debian/source/format0000644000000000000000000000001411353733702011700 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000141012231546114010241 0ustar #!/usr/bin/make -f # -*- makefile -*- # Sample debian/rules that uses debhelper. # # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # # Modified to make a template file for a multi-binary package with separated # build-arch and build-indep targets by Bill Allombert 2001 # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 # This has to be exported to make some magic below work. export DH_OPTIONS export DEB_BUILD_OPTIONS=nocheck %: dh --with quilt,python2 $@ override_dh_clean: dh_clean rm -f solfege/exercises/*.pyc debian/compat0000644000000000000000000000000211353733765010401 0ustar 7 debian/changelog0000644000000000000000000005240612231546156011054 0ustar solfege (3.22.2-2) unstable; urgency=low * Don't run tests (closes: #726462) -- Tom Cato Amundsen Tue, 22 Oct 2013 21:04:47 +0200 solfege (3.22.2-1) unstable; urgency=low * New upstream release * Don't build depend on any more xvfb -- Tom Cato Amundsen Fri, 04 Oct 2013 18:41:34 +0200 solfege (3.20.6-1) unstable; urgency=low * New upstream release -- Tom Cato Amundsen Thu, 21 Jun 2012 00:16:29 +0200 solfege (3.20.5-rc2-1) unstable; urgency=low * New upstream release -- Tom Cato Amundsen Sun, 27 May 2012 22:52:03 +0200 solfege (3.20.3-4) unstable; urgency=low * python-support -> dh_python2 * Recommends: python-pyalsa (closes: #644369) -- Tom Cato Amundsen Sat, 15 Oct 2011 20:03:30 +0200 solfege (3.20.3-3) unstable; urgency=low * revert 3.20.3-2, it did not fix 643609. * don't run xmllint (closes: #643609) -- Tom Cato Amundsen Tue, 04 Oct 2011 19:13:23 +0200 solfege (3.20.3-2) unstable; urgency=low * xmllint: run with --nonet (closes: #643609) -- Tom Cato Amundsen Mon, 03 Oct 2011 22:31:44 +0200 solfege (3.20.3-1) unstable; urgency=low * New upstream release * solfege.desktop: add GenericName (closes: #641741) -- Tom Cato Amundsen Sun, 25 Sep 2011 17:22:41 +0200 solfege (3.19.6-1) unstable; urgency=low * New upstream release -- Tom Cato Amundsen Sun, 10 Apr 2011 11:04:33 +0200 solfege (3.16.4-2) unstable; urgency=low * Fix the test suite so that it builds (closes: #595860) -- Tom Cato Amundsen Sun, 19 Sep 2010 16:40:13 +0200 solfege (3.16.4-1) unstable; urgency=low * New upstream release * Fix solfege-oss description (closes: #589656) * Do not raise Python string exceptions (closes: #585356) * Updated debian/watch file -- Tom Cato Amundsen Sat, 24 Jul 2010 12:35:52 +0200 solfege (3.16.3-2) unstable; urgency=low * Section: extra, not optional -- Tom Cato Amundsen Thu, 20 May 2010 21:47:24 +0200 solfege (3.16.3-1) unstable; urgency=low * New upstream release * Recommend csound (closes: #579210) -- Tom Cato Amundsen Wed, 19 May 2010 23:10:09 +0200 solfege (3.15.9-1) unstable; urgency=low * New upstream release. * Redo packaging. -- Tom Cato Amundsen Sun, 28 Mar 2010 06:34:28 +0200 solfege (3.14.5-2.1) unstable; urgency=low * Non-maintainer upload. * Ensure xmlllint does not access the net during build: new dpatch xmllint-nonet from Ubuntu by Alessio Treglia. (Closes: #533993) -- Stefano Zacchiroli Tue, 24 Nov 2009 10:01:25 +0100 solfege (3.14.5-2) unstable; urgency=low * Don't depent on python-gtkhtml2 (closes: #549032) -- Tom Cato Amundsen Wed, 23 Sep 2009 04:19:19 +0200 solfege (3.14.5-1) unstable; urgency=low * New upstream release. -- Tom Cato Amundsen Sun, 05 Jul 2009 00:27:23 +0200 solfege (3.11.3-4) unstable; urgency=low * added patches/xsltproc-nonet.dpatch to run xsltproc without net access. (Closes: #494228) -- Tom Cato Amundsen Fri, 15 Aug 2008 09:40:22 +0200 solfege (3.11.3-3) unstable; urgency=low * don't code on vacation: add patches/filesystem-getcwd-bug to patches/00list -- Tom Cato Amundsen Sat, 09 Aug 2008 10:22:11 +0200 solfege (3.11.3-2) unstable; urgency=low * added patches/filesystem-getcwd-bug. One line fix to replace getcwd with os.getcwdu. (Closes: #492818) -- Tom Cato Amundsen Thu, 31 Jul 2008 23:01:17 +0200 solfege (3.11.3-1) unstable; urgency=low * New upstream release * Adjusted pygtk version requirement. * Modified debian/rules to use the dh script * Build-depend on libxml2-utils since the tests use xmllint * Build-depend on gnome-doc-utils -- Tom Cato Amundsen Sun, 14 Jul 2008 07:46:47 +0200 solfege (3.10.3-1) unstable; urgency=low * New upstream release -- Tom Cato Amundsen Tue, 25 Mar 2008 23:56:07 +0100 solfege (3.10.1-1) unstable; urgency=low * New upstream release. * Remove the Bzr-Vcs field again. It should point the a repo of the debian dir, and not the upstream repo. -- Tom Cato Amundsen Thu, 07 Feb 2008 22:16:59 +0100 solfege (3.9.3-4) unstable; urgency=low * Added Bzr-Vcs field to the control file. -- Tom Cato Amundsen Tue, 27 Nov 2007 22:14:44 +0100 solfege (3.9.3-3) unstable; urgency=low * Build depend on xbase-clients and xfonts-base too. xvfb need this. (Closes: #449146, #449196) -- Tom Cato Amundsen Sun, 4 Nov 2007 14:05:18 +0100 solfege (3.9.3-2) unstable; urgency=low * Build depend on xvfb. (Closes: #449146) * Added Vcs-Bzr field. -- Tom Cato Amundsen Sat, 3 Nov 2007 18:15:44 +0100 solfege (3.9.3-1) unstable; urgency=low * New upstream release -- Tom Cato Amundsen Fri, 2 Nov 2007 11:50:00 +0100 solfege (3.8.1-1) unstable; urgency=low * New upstream release. -- Tom Cato Amundsen Mon, 18 Jun 2007 22:11:22 +0200 solfege (3.6.4-1) unstable; urgency=medium * New upstream release that consists of only small (in number of changed lines) fixes we to go into etch. * Handle upgrade from 3.0.6-1 (closes: #399214) -- Tom Cato Amundsen Fri, 8 Dec 2006 20:39:34 +0100 solfege (3.6.3-1) unstable; urgency=low * New upstream release -- Tom Cato Amundsen Tue, 17 Oct 2006 20:54:08 +0200 solfege (3.6.2-1) unstable; urgency=low * New upstream release -- Tom Cato Amundsen Mon, 16 Oct 2006 10:03:14 +0200 solfege (3.6.0-1) unstable; urgency=low * New upstream release. * Cleanup after old release missing solfege.dirs. (closes: #389523) * Serious attempt to follow the new python policy. (closes: 374757) * Depend on timidity and freepats, because this is the easiest and safest way to provide working sound out of the box. -- Tom Cato Amundsen Mon, 2 Oct 2006 22:30:39 +0200 solfege (3.4.1-1) unstable; urgency=low * New upstream release (#closes: 380578) -- Tom Cato Amundsen Mon, 31 Jul 2006 06:33:06 +0200 solfege (3.4.0-4) unstable; urgency=low * Remove "exit -1" bashism from two makefiles. (closes: #377363) -- Tom Cato Amundsen Sat, 8 Jul 2006 21:30:27 +0200 solfege (3.4.0-3) unstable; urgency=low * Build with skipmanual=yes. -- Tom Cato Amundsen Wed, 5 Jul 2006 23:10:28 +0200 solfege (3.4.0-2) unstable; urgency=low * Added XS-Python-Version: current * Added XB-Python-Version: ${python:Versions} -- Tom Cato Amundsen Thu, 29 Jun 2006 22:23:49 +0200 solfege (3.4.0-1) unstable; urgency=low * New upstream release. * Use dh_pysupport * Use dh_installman instead of dh_installmanpages * Rename /etc/solfege2.0 to /etc/solfege in preinst if it exists. * Adjusted debian/solfege.doc-base to find the new user manual * Join the old and the new changelog file into /usr/share/solfege/changelog.gz, not only the old. -- Tom Cato Amundsen Thu, 29 Jun 2006 20:44:21 +0200 solfege (3.0.3-1) unstable; urgency=low * New upstream release. -- Tom Cato Amundsen Fri, 14 Oct 2005 23:13:05 +0200 solfege (3.0.2-1) unstable; urgency=low * New upstream release. * soundcard/Makefile fix (closes: #331218) * german PO file update (closes: #313904) -- Tom Cato Amundsen Mon, 3 Oct 2005 13:52:10 +0200 solfege (3.0.1-1) unstable; urgency=low * New upstream release. (closes: #300447) * Depend on python-gnome2-extras (closes: #330478) -- Tom Cato Amundsen Fri, 30 Sep 2005 18:20:19 +0200 solfege (2.1.9-1) experimental; urgency=low * New upstream release. * Don't call update_gui_after_lessonfile_change for exercises that are not lesson file based (closes: #283285) -- Tom Cato Amundsen Fri, 10 Dec 2004 22:09:24 +0100 solfege (2.1.8-1) experimental; urgency=low * Test package of the latest devel release * Handle the rename of /etc/solfegeX.Y => /etc/solfege * Added build-depends on lilypond, gs-gpl and librsvg2-bin -- Tom Cato Amundsen Mon, 25 Oct 2004 23:28:36 +0200 solfege (2.1.7-1) unstable; urgency=low * Test package of the latest devel release -- Tom Cato Amundsen Mon, 4 Oct 2004 23:52:47 +0200 solfege (2.0.4-2) unstable; urgency=low * Closes: #225332: missing dependancy on python2.2 * Build gpl-appendix.html and fdl-appendix.html without net access. -- Tom Cato Amundsen Mon, 29 Dec 2003 17:15:04 +0100 solfege (2.0.4-1) unstable; urgency=low * New upstream release. This release silently replaces characters with bad encoding. (closes: #222428) -- Tom Cato Amundsen Sat, 27 Dec 2003 17:35:04 +0100 solfege (2.0.1-1) unstable; urgency=low * New upstream release. -- Tom Cato Amundsen Tue, 9 Sep 2003 16:01:07 +0200 solfege (2.0.0-1) unstable; urgency=low * New upstream release. * Added build-depends on python-gtk2-dev -- Tom Cato Amundsen Sun, 1 Sept 2003 10:02:43 +0200 solfege (1.9.11-1) unstable; urgency=low * New upstream release. * Fix broken Build-Depends. (closes: #201228) * Change menu placement to Apps/Education. * Standards-Version: 3.6.0 -- Tom Cato Amundsen Thu, 17 Jul 2003 22:25:09 +0200 solfege (1.9.99-1) unstable; urgency=low * New upstream release. -- Tom Cato Amundsen Fri, 1 Aug 2003 00:53:17 +0200 solfege (1.9.9-2) unstable; urgency=low * Change to Section: gnome -- Tom Cato Amundsen Mon, 24 Mar 2003 22:19:40 +0100 solfege (1.9.9-1) unstable; urgency=low * New upstream release. -- Tom Cato Amundsen Mon, 24 Mar 2003 22:19:40 +0100 solfege (1.9.8-1) unstable; urgency=low * New devel release. -- Tom Cato Amundsen Mon, 3 Feb 2003 14:10:22 +0100 solfege (1.9.7-3) unstable; urgency=low * Build depend on docbook-xml since we try to avoid getting the DTD from the net. -- Tom Cato Amundsen Fri, 10 Jan 2003 16:28:22 +0100 solfege (1.9.7-2) unstable; urgency=low * online-docs/es_MX/solfege.py: don't refer to the dtd using file:///path/to/file, use http://www.oasis-open.org etc... * configure using --with-local-xmlcatalog. -- Tom Cato Amundsen Thu, 9 Jan 2003 23:12:30 +0100 solfege (1.9.7-1) unstable; urgency=low * New devel release. -- Tom Cato Amundsen Wed, 8 Jan 2003 22:48:54 +0100 solfege (1.9.6-1) unstable; urgency=low * New devel release. -- Tom Cato Amundsen Sat, 28 Dec 2002 18:41:40 +0100 solfege (1.9.5-3) unstable; urgency=low * Online docs: get docbook dtd from the net. -- Tom Cato Amundsen Sun, 22 Dec 2002 22:32:52 +0100 solfege (1.9.5-2) unstable; urgency=low * New libgtkhtml-2 test. -- Tom Cato Amundsen Sun, 22 Dec 2002 19:39:40 +0100 solfege (1.9.5-1) unstable; urgency=low * New devel release. First 1.9.x upload to debian. -- Tom Cato Amundsen Fri, 20 Dec 2002 18:55:44 +0100 solfege (1.9.2-2) unstable; urgency=low * New devel release. -- Tom Cato Amundsen Sun, 18 Aug 2002 22:18:18 +0200 solfege (1.5.0-1) unstable; urgency=low * New upstream development release. -- Tom Cato Amundsen Thu, 7 Feb 2002 23:54:53 +0100 solfege (1.4.0-1) unstable; urgency=low * New upstream release. * Fix spelling error in package description. (closes: #125371) -- Tom Cato Amundsen Sat, 22 Dec 2001 18:58:45 +0100 solfege (1.2.2-1) unstable; urgency=low * Build depend on new libgtkhtml20 (closes: #124023). Use gtkhtml instead of xmhtml as html widget. * New stable release. * Added solfege.doc-base -- Tom Cato Amundsen Fri, 14 Dec 2001 23:24:53 +0100 solfege (1.2.1-2) unstable; urgency=low * Updated to new python policy. (closes: #118522) * make /etc/gnome/config/solfege1.2 a conffile * Added build-depends on python since the configure script use the python interpreter. -- Tom Cato Amundsen Wed, 7 Nov 2001 19:01:16 +0100 solfege (1.2.1-1) unstable; urgency=low * New stable release. -- Tom Cato Amundsen Sun, 9 Sep 2001 09:37:18 +0200 solfege (1.1.5-1) unstable; urgency=low * New development release. This is release candidate 2, and a new stable release will be out soon. * Added support for tuplets. (closes: #101261) * Added some build-depends. * Depends and Build-Depends on python 1.5.2. Solfege works with python 2.x, but we need a GPL compatible python. -- Tom Cato Amundsen Sat, 11 Aug 2001 00:20:17 +0200 solfege (1.0.4-1) unstable; urgency=low * Fixes screwed up debian/rules. (closes: #96785) Since I am both debian developer and upstream I give it a new upstream version and does this upload the proper way with a diff.gz so I can fix packaging errors without uploading a new tarball. -- Tom Cato Amundsen Thu, 10 May 2001 00:16:16 +0200 solfege (1.0.3-1) unstable; urgency=low * New upstream release. Bugfixes to sound init code and added dutch translations. Bugfix to random_transpose. -- Tom Cato Amundsen Sun, 29 Apr 2001 13:44:10 +0200 solfege (1.0.1-1) unstable; urgency=medium * New upstream release. Bugfixes only. * This release will try to treat m68k as the other arches to see if it will build with OSS sound support. -- Tom Cato Amundsen Thu, 12 Apr 2001 21:15:03 +0200 solfege (1.0.0-1) unstable; urgency=low * New upstream release. -- Tom Cato Amundsen Sun, 1 Apr 2001 15:25:26 +0200 solfege (0.7.38-1) unstable; urgency=low * New upstream release. -- Tom Cato Amundsen Thu, 15 Mar 2001 23:15:08 +0100 solfege (0.7.35-1) unstable; urgency=low * New upstream release. * Debian package for m68k is configure with --disable-oss-sound until the binutils bugs are fixed. -- Tom Cato Amundsen Mon, 5 Mar 2001 18:02:48 +0100 solfege (0.7.33-1) unstable; urgency=medium * New upstream release. Bugfixes. -- Tom Cato Amundsen Wed, 28 Feb 2001 12:25:08 +0100 solfege (0.7.32-1) unstable; urgency=low * New upstream release. -- Tom Cato Amundsen Mon, 26 Feb 2001 00:26:51 +0100 solfege (0.7.31-1) unstable; urgency=low * New upstream release. Mostly bugfixes. * Standards-Version: 3.5.1.0 -- Tom Cato Amundsen Fri, 23 Feb 2001 19:21:58 +0100 solfege (0.7.30-1) unstable; urgency=low * New upstream release. -- Tom Cato Amundsen Tue, 20 Feb 2001 22:41:53 +0100 solfege (0.7.29-1) unstable; urgency=low * New upstream release -- Tom Cato Amundsen Fri, 2 Feb 2001 22:51:24 +0100 solfege (0.7.28-2) unstable; urgency=low * Added python-gnome to build-depends (closes: #84367) -- Tom Cato Amundsen Thu, 1 Feb 2001 21:04:53 +0100 solfege (0.7.28-1) unstable; urgency=low * New upstream release -- Tom Cato Amundsen Sun, 21 Jan 2001 22:21:29 +0100 solfege (0.7.27-1) unstable; urgency=low * New upsteam release -- Tom Cato Amundsen Sat, 9 Dec 2000 18:05:42 +0100 solfege (0.7.26-2) unstable; urgency=low * Don't import gtkhtml unless the user want to use it (closes: #77306) -- Tom Cato Amundsen Sat, 18 Nov 2000 02:49:48 +0100 solfege (0.7.26-1) unstable; urgency=low * New development release -- Tom Cato Amundsen Fri, 10 Nov 2000 22:39:35 +0100 solfege (0.7.25-1) unstable; urgency=low * New development release -- Tom Cato Amundsen Wed, 8 Nov 2000 22:14:32 +0100 solfege (0.7.24-1) unstable; urgency=low * New development release, only minor fixes. -- Tom Cato Amundsen Sat, 14 Oct 2000 00:33:58 +0200 solfege (0.7.23-1) unstable; urgency=low * New development release, only minor fixes. -- Tom Cato Amundsen Thu, 28 Sep 2000 21:51:20 +0200 solfege (0.7.22-1) unstable; urgency=low * New development release, fixing problem with music displayer when using gtk-themes. -- Tom Cato Amundsen Wed, 27 Sep 2000 23:59:01 +0200 solfege (0.7.21-1) unstable; urgency=low * New development release -- Tom Cato Amundsen Sun, 10 Sep 2000 16:45:17 +0200 solfege (0.7.20-1) unstable; urgency=low * New development release -- Tom Cato Amundsen Fri, 25 Aug 2000 01:44:05 +0200 solfege (0.7.19-1) unstable; urgency=low * New development release -- Tom Cato Amundsen Mon, 21 Aug 2000 21:30:16 +0200 solfege (0.7.18-1) unstable; urgency=low * Small update to 0.7.17 -- Tom Cato Amundsen Sat, 5 Aug 2000 15:12:17 +0200 solfege (0.7.17-1) unstable; urgency=low * New development release -- Tom Cato Amundsen Fri, 4 Aug 2000 17:33:55 +0200 solfege (0.7.16-1) unstable; urgency=low * New development release -- Tom Cato Amundsen Tue, 25 Jul 2000 00:11:58 +0200 solfege (0.7.15-1) unstable; urgency=low * New development release -- Tom Cato Amundsen Sat, 1 Jul 2000 15:48:17 +0200 solfege (0.7.10-2.1) unstable; urgency=low * NMU with consent by maintainer Tom Cato Amundsen because his sponser is currently abroad. * Added build dependency on python-dev (closes: #65870). -- Roman Hodek Tue, 27 Jun 2000 11:43:12 +0200 solfege (0.7.14-1) unstable; urgency=low * New development release * Added Build-Depends: python-dev. This was included in a source NMU to 0.7.10 to close #65870 -- Tom Cato Amundsen Mon, 26 Jun 2000 22:58:48 +0200 solfege (0.7.13-1) unstable; urgency=low * New development release -- Tom Cato Amundsen Sun, 4 Jun 2000 17:24:09 +0200 solfege (0.7.12-1) unstable; urgency=low * Sorry, 0.7.11 was useless -- Tom Cato Amundsen Mon, 29 May 2000 23:44:14 +0200 solfege (0.7.11-1) unstable; urgency=low * New development release * No longer Depend on debconf since it is not used any more -- Tom Cato Amundsen Mon, 29 May 2000 22:39:35 +0200 solfege (0.7.10-1) unstable; urgency=low * New development release -- Tom Cato Amundsen Thu, 4 May 2000 22:12:22 +0200 solfege (0.7.9-1) unstable; urgency=low * New development release -- Tom Cato Amundsen Sat, 29 Apr 2000 12:14:38 +0200 solfege (0.7.8-1) unstable; urgency=low * New development release -- Tom Cato Amundsen Sun, 9 Apr 2000 21:15:12 +0200 solfege (0.7.7-1) unstable; urgency=low * New development release -- Tom Cato Amundsen Fri, 7 Apr 2000 15:19:01 +0200 solfege (0.7.6-1) unstable; urgency=low * New development release -- Tom Cato Amundsen Sun, 26 Mar 2000 20:40:51 +0200 solfege (0.7.5-1) unstable; urgency=low * New development release. -- Tom Cato Amundsen Fri, 17 Mar 2000 00:36:33 +0100 solfege (0.7.4) unstable; urgency=low * New development release -- Tom Cato Amundsen Sun, 5 Mar 2000 23:34:50 +0100 solfege (0.7.3-1) unstable; urgency=low * Fix broken upload of 0.7.3 -- Tom Cato Amundsen Wed, 23 Feb 2000 23:04:36 +0100 solfege (0.7.3) unstable; urgency=low * New development release -- Tom Cato Amundsen Wed, 23 Feb 2000 23:03:37 +0100 solfege (0.7.2) unstable; urgency=low * New development release -- Tom Cato Amundsen Mon, 14 Feb 2000 12:14:39 +0100 solfege (0.7.1pre2) unstable; urgency=low * Testrelease -- Tom Cato Amundsen Mon, 14 Feb 2000 12:11:43 +0100 solfege (0.5.6-1) unstable; urgency=low * New release -- Tom Cato Amundsen Mon, 24 Jan 2000 00:48:42 +0100 solfege (0.5.5-2) unstable; urgency=low * Same as 0.5.5-1, need a new filename to please the server. -- Tom Cato Amundsen Fri, 21 Jan 2000 20:20:12 +0100 solfege (0.5.5-1) unstable; urgency=low * New release -- Tom Cato Amundsen Fri, 21 Jan 2000 18:50:53 +0100 solfege (0.5.4-1) unstable; urgency=low * New release -- Tom Cato Amundsen Tue, 18 Jan 2000 08:15:35 +0100 solfege (0.5.3-1) unstable; urgency=low * New release -- Tom Cato Amundsen Mon, 17 Jan 2000 20:39:28 +0100 solfege (0.5.2-1) unstable; urgency=low * New release -- Tom Cato Amundsen Sun, 16 Jan 2000 16:27:31 +0100 solfege (0.5.1-1) unstable; urgency=low * New release -- Tom Cato Amundsen Fri, 14 Jan 2000 16:55:44 +0100 solfege (0.5-1) unstable; urgency=low * New release -- Tom Cato Amundsen Wed, 12 Jan 2000 00:02:08 +0100 solfege (0.4.2-1) unstable; urgency=low * Initial release of debian package. not yet part of the debian distro. -- Tom Cato Amundsen Mon, 10 Jan 2000 15:33:46 +0100 Local variables: mode: debian-changelog End: debian/solfege-doc.install0000644000000000000000000000003111353733765012754 0ustar usr/share/solfege/help/* debian/solfege.menu0000644000000000000000000000025011353745215011503 0ustar ?package(solfege):\ needs="X11"\ section="Applications/Education"\ title="GNU Solfege"\ command="/usr/bin/solfege"\ icon="/usr/share/solfege/graphics/solfege.xpm"