nted (0.18.2-1) unstable; urgency=low * New upstream release (Closes: 462567): - more accidentals and articulations - the documentation is now a build target - online help tied to the documentation using yelp * Added a binary package to handle the documentation: nted-doc (Closes: 445873) * debian/copyright: - added a section for the documentation licensing (GFDL-1.2+) * debian/packaging-notes.txt: - added a section related to the documentation packaging * debian/rules: - keep doc/de/de.po unmodified in the source package after two buils in a row. * New patches: - doc-makefile-am: added $(DESTDIR) to the documentation install path - doc-requirements: changed the message issued when on line documentation isn't available to explicitly state it requires the yelp and nted-doc packages. * Removed patches: - makefile-am-doc: integrated upstream * Refreshed patches: - makefile-am-pkg-config - makefile-in-automake -- Gilles Filippini Fri, 01 Feb 2008 00:20:34 +0100 nted (0.17.1-1) unstable; urgency=low * New upstream release: - upbeats - the documentation is now included in the source code tarball * New patch: - makefile-am-doc: the Makefile.in files shouldn't be removed by the clean target. * Refreshed patch: - makefile-in-automake. -- Gilles Filippini Tue, 22 Jan 2008 23:33:34 +0100 nted (0.16.2-1) unstable; urgency=low * New upstream release (Closes: 460426): - Improved MusicXML import - New clefs -- Gilles Filippini Mon, 14 Jan 2008 11:48:57 +0100 nted (0.16.0-1) unstable; urgency=low * New upstream release: - MusicXML import - New example: example8.ntd * debian/control: long description updated. * debian/patches/makefile-in-automake: patch refreshed. -- Gilles Filippini Tue, 08 Jan 2008 23:01:33 +0100 nted (0.15.0-1) unstable; urgency=low * New upstream release: - PAN (Stereo position), Chorus, Reverberation - Connected staffs using braces or brackets - Connected bar lines between connected staffs - Staff names * debian/control: long description updated. -- Gilles Filippini Fri, 04 Jan 2008 21:55:59 +0100 nted (0.14.0-1) unstable; urgency=low * New upstream release: - Drum notes. -- Gilles Filippini Wed, 02 Jan 2008 22:07:35 +0100 nted (0.13.0-1) unstable; urgency=low * New upstream release: - grace notes - new example: example7.ntd. -- Gilles Filippini Thu, 20 Dec 2007 21:22:00 +0100 nted (0.12.4-1) unstable; urgency=low * New upstream release: - Bug fix in the File -> New dialog: the score information wasn't reset. * debian/control: updated long description to match features added since 0.6.x release. * debian/rules: target clean: suppressed *.gmo files removing as is now correctly handled via po/Makefile.am. -- Gilles Filippini Wed, 19 Dec 2007 15:34:26 +0100 nted (0.12.3-1) unstable; urgency=low * New upstream release: - Score informations (title, composer, ...) * Patches not needed anymore (applied upstream or obsoleted): - makefile-am-examples * Refreshed patches to match the new source code: - makefile-am-pkg-config - makefile-in-automake -- Gilles Filippini Sat, 15 Dec 2007 21:50:01 +0100 nted (0.12.2-1) unstable; urgency=low * New upstream release (Closes: 455900): - up to five lyrics lines - no more need of libpaps - two more examples: example5.ntd and example6.ntd * debian/control (Build-Depends): no more need for libpaps-dev * Patches not needed anymore (applied upstream or obsoleted): - po-makefile-am-clean - makefile-am-clean - mainwindow-warnings - warning-unused-variable * New patches: - makefile-am-examples: the EXAMPLES variable is of no use there since examples are handled via datafiles/Makefile.am * Refreshed patches to match the new source code: - makefile-am-pkg-config - makefile-in-automake * debian/packaging-notes.txt: typo: s/fugure/figure/ -- Gilles Filippini Thu, 13 Dec 2007 21:28:12 +0100 nted (0.12.1-1) unstable; urgency=low * New upstream release: - uses libpaps to handle non latin characters in lyrics. * debian/control: Build-Depends on libpaps-dev * debian/patches/makefile-am-clean: clean stamp-h1 generated by the configure step * debian/patches/warning-unused-variable: removed an unused variable to prevent a g++ warning * debian/patches/mainwindow-warnings: - fixed a deprecated conversion to gchar* from string constant - removed an unused variable (tmpfile) * debian/control: Upgraded to policy 3.7.3 -- Gilles Filippini Tue, 11 Dec 2007 23:31:47 +0100 nted (0.12.0-1) unstable; urgency=low * New upstream release: - Clef signature changes - Lyrics (experimental) * debian/patces/po-makefile-am-clean: clean target should remove gmo files. * debian/patches/mainwindow-warning: in NedMainWindow class declaration, changed members declaration order to avoid a warning during instance initialisation. * debian/patches/makefile-am-pkg-config: replaced `pkg-config --libs gtk+-2.0 cairo` with -lgtk-x11-2.0 to avoid dpkg-shlibdeps warnings. -- Gilles Filippini Mon, 10 Dec 2007 22:11:16 +0100 nted (0.10.0-3) unstable; urgency=low * debian/control, debian/rules: switched to CDBS. -- Gilles Filippini Fri, 07 Dec 2007 21:39:22 +0100 nted (0.10.0-2) unstable; urgency=low * debian/packaging-notes.txt: - Added a note about the gcc warning: the address of ‘xxx’ will always evaluate as ‘true’ * debian/patches, debian/rules, debian/control: - Use quilt to handle patches when needed * Makefile.am: patched distclean to remove .deps, some Makefile left, config.sub, and config.guess. * debian/rules: removed the cleanning part which is now done in Makefile.am. * debian/patches/configure-stderr-redirections: - fixed erroned redirections 2>1 to 2>&1 -- Gilles Filippini Wed, 05 Dec 2007 22:31:49 +0100 nted (0.10.0-1) unstable; urgency=low * New upstream release: - Clef change - swedish translation * debian/control: removed useless ${misc:Depends} * debian/packaging-notes.txt: added this file to keep track of packaging choices, known issues and TO-DOs. * debian/copyright: reworked to conform to the machine-interpretable format proposal (see http://wiki.debian.org/Proposals/CopyrightFormat) -- Gilles Filippini Mon, 03 Dec 2007 22:34:31 +0100 nted (0.9.5-2) unstable; urgency=low * debian/docs: updated so that the ABOUT_THE_EXAMPLES.TXT file is included in the package's doc directory. -- Gilles Filippini Tue, 20 Nov 2007 22:08:40 +0100 nted (0.9.5-1) unstable; urgency=low * New upstream release: - ABOUT_THE_EXAMPLES.TXT: file added to state about the example files copyright. * debian/copyright: updated to link to the example files copyright statement. -- Gilles Filippini Tue, 20 Nov 2007 21:39:28 +0100 nted (0.9.4-1) unstable; urgency=low * New upstream release. -- Gilles Filippini Mon, 19 Nov 2007 15:49:44 +0100 nted (0.9.3-1) unstable; urgency=low * New upstream release. -- Gilles Filippini Sat, 17 Nov 2007 10:00:52 +0100 nted (0.9.2-2) unstable; urgency=low * debian/rules: target clean removes man/Makefile -- Gilles Filippini Wed, 14 Nov 2007 12:56:52 +0100 nted (0.9.2-1) unstable; urgency=low * New upstream release: - po/de.po, po/nl.po: author field - bug fixes -- Gilles Filippini Tue, 13 Nov 2007 21:32:20 +0100 nted (0.9.0-1) unstable; urgency=low * New upstream release: - Time change signature - No more const char * warnings - Man page integrated upstream - po/Makefile.am patched so that debian/dirs isn't necessary anymore -- Gilles Filippini Mon, 12 Nov 2007 18:24:32 +0100 nted (0.8.1-2) unstable; urgency=low * debian/rules, debian/watch, debian/nted.1: superfluous comments removed. * debian/nted.1: typo in the date fixed. -- Gilles Filippini Thu, 01 Nov 2007 13:50:18 +0100 nted (0.8.1-1) unstable; urgency=low * New upstream release: - Repeats with alternatives. -- Gilles Filippini Sun, 28 Oct 2007 22:17:09 +0100 nted (0.7.1-1) unstable; urgency=low * New upstream release. * Italian translation. -- Gilles Filippini Sat, 13 Oct 2007 23:55:18 +0200 nted (0.7.0-1) unstable; urgency=low * New upstream version. * NtEd can run without the ALSA MIDI sequencer. In this case replay is disabled. * A new entry in the FAQ to deal with the startup error message "Cannot open ALSA MIDI sequencer --> replay won't work ..." * New upstream url. * Added debian/watch file. * debian/control - Use the "Homepage:" field to specify the upstream URL. - Updated long description to acknowledge that NtEd is also a player. * debian/rules - Some cleaning not handled by upstream distclean (.debs, datafiles/Makefile and po/Makefile). -- Gilles Filippini Thu, 11 Oct 2007 22:21:26 +0200 nted (0.6.2-1) unstable; urgency=low * New upstream release 0.6.2. * Added /usr/share/locale//LC_MESSAGES directories into debian/dirs. -- Gilles Filippini Fri, 05 Oct 2007 22:33:53 +0200 nted (0.6.1-1) unstable; urgency=low * Initial release (Closes: #444673) -- Gilles Filippini Sun, 30 Sep 2007 15:40:26 +0200