Skip to content

Debian Changelog denemo (0.9.2-1)

2011

denemo (0.9.2-1) unstable; urgency=low

   * New upstream release
   * Makefile.am.diff patch updated.
   * use_libsmf_of_os.diff patch droped because now upstream uses the
     shared library libsmf installed in the O. S. by default (See the
     "--with-included-smf" option in the configure script).
   * debian/ttf-denemo.install updated in order to include all the fonts.
   * debian/copyright
     - Format field updated.
     - Denemo.ttf's license changed from SIL-Open-Font-License to GPL-3+
       because this is a new font released under a different license.
     - Fetta.ttf name updated to feta.ttf.
     - Emmentaler.ttf copyright information added.
   * debian/ttf-denemo.install updated in order to include all the fonts.
   * debian/rules override_dh_auto_install added in order to delete empty
     directories that are not needed by denemo.
   * debian/control
     - Vcs-Git field updated.
     - Vcs-Browser field updated.
     - Build dependency on flex and bison droped, because
       upstream is no longer using flex and bison.

 -- Josue Abarca <jmaslibre@debian.org.gt>  Mon, 03 Oct 2011 21:59:04 -0600

denemo (0.9.0-3) unstable; urgency=low

   * debian/copyright
     - References about the file soundfonts/A320U.sf2 were added.
     - Syntax's bugs were fixed.
     - Files: m4/binreloc.m4 License short_name fixed.

 -- Josue Abarca <jmaslibre@debian.org.gt>  Fri, 20 May 2011 13:41:49 -0600

denemo (0.9.0-2) unstable; urgency=low

   * debian/rules Check if denemo-data (arch-all package) is being built
     before calling chmod in order to fix FTBFS.

 -- Josue Abarca <jmaslibre@debian.org.gt>  Tue, 17 May 2011 13:16:59 -0600

denemo (0.9.0-1) unstable; urgency=low

   * New upstream release. (closes: Bug#601639)
   * actions_Makefile.am.diff patch dropped, because it is no longer useful.
   * configure.in.diff patch updated.
   * use_libsmf_of_os.diff patch updated.
   * debian/rules changed to use the sequence addon -with autoreconf-.
   * librsvg2-dev added to Build-Depends.
   * debian/control
     - Vcs-Git and Vcs-Browser fields added.
     - Standards Version updated to 3.9.2: Use Replaces+Breaks
       instead of Conflicts.
     - Minor changes to descriptions.
     - Build dependency on dh-autoreconf added.
     - Build dependency on autotools-dev dropped.
     - Build dependency on libjack-dev dropped.
     - Timidity, playmidi, and jackd where removed from the Recommends.
     - Csound was removed from the Suggests.
     - DM-Upload-Allowed control field added.
   * debian/autogen.sh dropped.
   * debian/copyright updated and rewrote to use DEP 5 rev. 174.
   * debian/rules override_dh_fixperms added in order to fix permissions of
     the file "actions/lalr.scm".
   * debian/watch file updated.

 -- Josue Abarca <jmaslibre@debian.org.gt>  Sat, 14 May 2011 18:36:04 -0600

2010

denemo (0.8.16-1) unstable; urgency=low

   * New upstream release
   * debian/control build dependency on autopoint added
   * debian/dirs removed because dh_install creates all dirs needed
   * debian/smfsh.1 manpage deleted, now it is part of the package
     smf-utils
   * debian/rules export removed, because it is unnecessary.
   * use_libsmf_of_os.diff patch modified to avoid building
     libsmf.a because this is unnecessary.

 -- Josue Abarca <jmaslibre@debian.org.gt>  Tue, 24 May 2010 19:16:49 -0600

denemo (0.8.14-1) unstable; urgency=low

   * New upstream release
   * prefops.c.diff patch removed. Bug fixed by upstreamer
   * Makefile.am.diff modified to remove installed
     makefiles
   * doc_Makefile.am.diff patch DEP-3 doc updated
   * help.c.diff and configure.in.diff patch updated to
     match new upstreamer version
   * debian/ttf-denemo.install fetta.ttf font added
   * use_libsmf_of_os.diff patch added in ordet to use
     shared library libsmf from O. S., instead of
     static version
   * debian/control build dependency on libsmf added
   * debian/denemo.install smfsh droped because it is
     included in the libsmf0-utils debian package
   * debian/denemo.manpages smfsh.1 droped
   * debian/copyright Info about file fonts/fetta.ttf
     added

 -- Josue Abarca <jmaslibre@debian.org.gt>  Tue, 03 Apr 2010 14:08:29 -0600

denemo (0.8.12-1) unstable; urgency=low

   * New upstream release
   * 00_desktop.patch removed because denemo.desktop from
     upstreamer is now freedesktop.org compliant
   * denemo.conf.diff patch added to change the default
     browser, pdf viewer and text editor (closes: Bug#528858)
   * prefops.c.diff patch added in order to set the default
     audio driver of fluidsynth to "alsa".
   * Patches actions_Makefile.am.diff, doc_Makefile.am.diff
     and Makefile.am.diff added to avoid installing
     Makefiles (solves bugs known upstream as #28902
     and #28844)
   * configure.in.diff patch added to set the
     AM_GNU_GETTEXT_VERSION (solves bug known upstream
     as #29016)
   * debian/copyright Copyright of A320U.sf2 added
   * debian/control
     - Updated policy to 3.8.4 (no changes needed)
     - Build dependency on flex and bison added
     - Recommends alsa | jackd added
     - Package split into denemo, denemo-data, denemo-doc
       and ttf-denemo
   * denemo-data.install, denemo.install, denemo-doc.docs
     and ttf-denemo.install added.
   * Denemo's manual and examples have been
     moved to /usr/share/doc/denemo-doc/
   * debian/denemo.1 manpage improved
   * New Maintainer Thanks to Guenter Geiger for his previous work
     (closes: Bug#546955)
   * Switch to dpkg-source 3.0 (quilt) format
   * Converting patches from dpatch to quilt
   * debian/README.source deleted, because with 3.0 (quilt)
     this file is not needed
   * DEP-3 doc of the patches improved
   * debian/autogen.sh added to properly call to autoreconf
   * debian/rules
     - Call to debian/autogen.sh added
     - Delete files that are auto-generated by autoreconf

 -- Josue Abarca <jmaslibre@debian.org.gt>  Tue, 02 Feb 2010 14:08:29 -0600

2009

denemo (0.8.10-1) unstable; urgency=low

   * QA upload.
   * New upstream release.
   * Fixed debian/copyright to contain all exceptions.
   * Debhelper 7 used to simplify debian/rules.
   * Subtle fix (missing slash) in watch file.

 -- Pietro Battiston <toobaz@email.it>  Thu, 05 Nov 2009 22:58:38 +0100

denemo (0.8.8-1.1) unstable; urgency=low

   * Non-maintainer upload.
   * Repackaged from scratch without CDBS.
   * New upstream release.
     Closes: #513285
     - Undo/redo data loss was fixed in 0.7.6
       Closes: #375606
     - Enhances lilypond compatibility
       Closes: #272613
     - Disables default keyboard focus to "open file" button
       Closes: #425579
     - Fixes pixbuf loading
       Closes: #522692
     - Menu item was added, with icon
       Closes: #299398
   * Patched view.c to show windows icon (solves bug known upstream as #27003)

 -- Pietro Battiston <toobaz@email.it>  Thu, 10 Sep 2009 11:12:08 +0200

2008

denemo (0.7.7-3.1) unstable; urgency=low

   * Non-maintainer upload.
   * Fix recommends, as per release goal (Closes: #439929).

 -- Amaya Rodrigo Sastre <amaya@debian.org>  Mon, 31 Mar 2008 00:40:06 +0200

denemo (0.7.7-3) unstable; urgency=low

   * Added libsamplerate0-dev build dep (closes: #470448)

 -- Guenter Geiger (Debian/GNU) <geiger@debian.org>  Tue, 11 Mar 2008 11:12:29 +0100

denemo (0.7.7-2) unstable; urgency=low

   * Recompile against new libaudbio and libfftw3-dev (closes: #465628)

 -- Guenter Geiger (Debian/GNU) <geiger@debian.org>  Wed, 20 Feb 2008 12:25:14 +0100

denemo (0.7.7-1) unstable; urgency=low

   * New upstream version
   * Added portaudio dependency

 -- Guenter Geiger (Debian/GNU) <geiger@debian.org>  Fri, 08 Feb 2008 10:55:42 +0100

2006

denemo (0.7.5-5) unstable; urgency=low

   * configure with --enable-alsa on linux only

 -- Guenter Geiger (Debian/GNU) <geiger@debian.org>  Mon, 23 Oct 2006 09:46:28 +0200

denemo (0.7.5-4) unstable; urgency=low

   * exclude libasound2-dev from build depends for non-linux archs
     (closes: #376591)
   * removed empty language entries from desktop file (closes: #387949)
   * Added dependency on librsvg2-common which is needed to load the
     icons
   * Set policy version to 3.7.2

 -- Guenter Geiger (Debian/GNU) <geiger@debian.org>  Mon, 23 Oct 2006 09:45:31 +0200

denemo (0.7.5-3) unstable; urgency=low

   * include fix_playback patch (backport from CVS) (closes:
     #369537)

 -- Guenter Geiger (Debian/GNU) <geiger@debian.org>  Mon, 3 Jul 2006 15:00:00 +0200

denemo (0.7.5-2) unstable; urgency=low

   * disabled redo which caused crashes

 -- Guenter Geiger (Debian/GNU) <geiger@debian.org>  Thu, 29 Jun 2006 13:05:20 +0200

denemo (0.7.5-1) unstable; urgency=low

   * New upstream version
   * removed include patch from cvs version
   * removed exportmidi patch

 -- Guenter Geiger (Debian/GNU) <geiger@debian.org>  Thu, 13 Apr 2006 11:24:24 +0200

2005

denemo (0.7.4-2) unstable; urgency=low

   * Included the exportmidi patch

 -- Guenter Geiger (Debian/GNU) <geiger@debian.org>  Wed, 21 Dec 2005 10:34:52 +0100

denemo (0.7.4-1) unstable; urgency=low

   * New upstream version
   * Bumped policy version to 3.6.2

 -- Guenter Geiger (Debian/GNU) <geiger@debian.org>  Fri, 4 Nov 2005 14:21:57 +0100

denemo (0.7.2b+0.7.3beta2-1) unstable; urgency=low

   * New upstream version

 -- Guenter Geiger (Debian/GNU) <geiger@debian.org>  Fri, 8 Apr 2005 10:44:59 +0200

denemo (0.7.2b+0.7.3beta1-1) experimental; urgency=low

   * new upstream version

 -- Guenter Geiger (Debian/GNU) <geiger@debian.org>  Thu, 10 Mar 2005 15:25:30 +0100

2004

denemo (0.7.2a.cvs041008-2) experimental; urgency=low

   * Added automake1.7 and libtool build depends to make CVS version autobuildable

 -- Guenter Geiger (Debian/GNU) <geiger@debian.org>  Tue, 12 Oct 2004 16:32:06 +0200

denemo (0.7.2a.cvs041008-1) experimental; urgency=low

   * CVS snapshot

 -- Guenter Geiger (Debian/GNU) <geiger@debian.org>  Fri, 8 Oct 2004 10:35:47 +0200

denemo (0.7.2a-7) unstable; urgency=low

   * Added missing gtk2.0 build depends

 -- Guenter Geiger (Debian/GNU) <geiger@debian.org>  Mon, 30 Aug 2004 16:27:08 +0200

denemo (0.7.2a-6) unstable; urgency=low

   * Back to gtk2.0, because of advanced lilypond support
   * Fixed the about dialog

 -- Guenter Geiger (Debian/GNU) <geiger@debian.org>  Fri, 27 Aug 2004 13:21:44 +0200

denemo (0.7.2a-5) unstable; urgency=low

   * reapplied lilypond patch

 -- Guenter Geiger (Debian/GNU) <geiger@debian.org>  Tue, 10 Aug 2004 23:51:03 +0200

denemo (0.7.2a-4) unstable; urgency=low

   * Removed gtk2 support, as it seems to cause problems

 -- Guenter Geiger (Debian/GNU) <geiger@debian.org>  Fri, 16 Jul 2004 19:03:24 +0200

denemo (0.7.2a-3) unstable; urgency=low

   * Automatic lilypond file conversion patch applied (closes: #98660)
   * Added csound dependency

 -- Guenter Geiger (Debian/GNU) <geiger@debian.org>  Thu, 8 Jul 2004 17:33:25 +0200

denemo (0.7.2a-2) unstable; urgency=low

   * fixed problem with oss sequencer (closes: #235765)

 -- Guenter Geiger (Debian/GNU) <geiger@debian.org>  Tue, 2 Mar 2004 11:56:39 +0100

denemo (0.7.2a-1) unstable; urgency=low

   * New upstream version
   * New Maintainer (closes: #224830)
   * added the analysis plugin (--with-plugin=analysis)
   * not distributing font pixmaps (are included in the binary already)
   * using gtk2
   * included alsa support (--enable-alsa)

 -- Guenter Geiger (Debian/GNU) <geiger@debian.org>  Wed, 28 Jan 2004 11:01:22 +0100

2003

denemo (0.6.0-2) unstable; urgency=low

   * Policy version 3.5.8:
     - Drop support for DEB_BUILD_OPTIONS=debug; support noopt instead.
   * frogparser.y: Remove duplicate declaration of ORNAMENT so that this can
     be processed by current versions of bison.
   * debian/copyright: Refer to /usr/share/common-licenses/GPL.

 -- Colin Watson <cjwatson@debian.org>  Sat, 25 Jan 2003 12:53:03 +0000

2002

denemo (0.6.0-1) unstable; urgency=low

   * New upstream release.
   * No longer need to patch configure for libxml2.

 -- Colin Watson <cjwatson@debian.org>  Thu, 30 May 2002 02:44:07 +0100

denemo (0.5.9-2) unstable; urgency=medium

   * Correct include paths for libxml2-dev 2.4.19 (closes: #141915).

 -- Colin Watson <cjwatson@debian.org>  Tue, 9 Apr 2002 12:26:21 +0100

denemo (0.5.9-1) unstable; urgency=low

   * New upstream release (closes: #140468).

 -- Colin Watson <cjwatson@debian.org>  Tue, 2 Apr 2002 23:51:11 +0100

denemo (0.5.8-2) unstable; urgency=low

   * Update config.guess and config.sub from autotools-dev 20020201.1.

 -- Colin Watson <cjwatson@debian.org>  Sat, 16 Feb 2002 19:59:07 +0000

denemo (0.5.8-1) unstable; urgency=low

   * The "Groundhog Day" release.
   * New upstream release. All applicable Debian patches to 0.5.7 are now
     upstream.
   * easylyparser.y: Change type of getced to int, for machines where char is
     unsigned by default.
   * Install pixmaps in /usr/share/denemo/pixmaps, not /etc/denemo/pixmaps.
     This requires some explicit migration code, since the old versions were
     conffiles by mistake - but, at the moment, the pixmaps are compiled into
     denemo and are only provided in the binary package as documentation, so
     local changes won't have had any effect anyway.
   * Prefer libxml2 over libxml1, since their development packages don't
     conflict.

 -- Colin Watson <cjwatson@debian.org>  Sat, 2 Feb 2002 23:36:56 +0000

2001

denemo (0.5.7-1) unstable; urgency=low

   * New upstream release:
     - Basic printing support, via lilypond, tex, and xdvi.
     - The next release will probably be in C++ rather than C.
   * Suggest tetex-bin, for tex and xdvi.
   * Extra patches from me (sent upstream):
     - datastructures.h: Rename 'struct comment' to 'struct mudelacomment' to
       avoid conflict with /usr/include/libxml2/libxml/SAX.h.
     - importxml.c: Lots of fixes for compiler warnings, including some
       potential segfaults.
     - print.c: Don't ignore failures from lilypond or tex.
   * All the Debian patches to 0.5.6 are now upstream, with the exception of
     the fix in 0.5.6-3.
   * No need to remove po/fr.gmo in 'debian/rules clean' any more.

 -- Colin Watson <cjwatson@debian.org>  Tue, 13 Nov 2001 23:37:52 +0000

denemo (0.5.6-5) unstable; urgency=low

   * Adding French localization in the Debian diff broke a few things:
     - Build-depend on gettext for msgfmt.
     - Remove po/fr.gmo in clean target (binary files can't go in the diff).
     (closes: #113932).

 -- Colin Watson <cjwatson@debian.org>  Sun, 30 Sep 2001 05:47:18 +0100

denemo (0.5.6-4) unstable; urgency=low

   * Upstream patches:
     - Restore keypad +/- as sharpen/flatten keys.
     - French localization.

 -- Colin Watson <cjwatson@debian.org>  Fri, 28 Sep 2001 03:23:37 +0100

denemo (0.5.6-3) unstable; urgency=low

   * Don't go on to try MIDI playback if lilypond fails (closes: #98202).

 -- Colin Watson <cjwatson@debian.org>  Fri, 31 Aug 2001 19:59:43 +0100

denemo (0.5.6-2) unstable; urgency=low

   * Fix "End At Bar" playback option (closes: #109507).
   * Update to policy version 3.5.6.

 -- Colin Watson <cjwatson@debian.org>  Sun, 26 Aug 2001 00:02:42 +0100

denemo (0.5.6-1) unstable; urgency=low

   * New upstream release.
   * Patch to use xml2-config rather than xml-config, and build-depend on
     libxml2-dev.
   * Should work fine with lilypond 1.4 now (closes: #105348).

 -- Colin Watson <cjwatson@debian.org>  Sat, 21 Jul 2001 00:15:15 +0100

denemo (0.5.5-2) unstable; urgency=low

   * New maintainer address. Thanks to Anthony Fok for his sponsorship until
     now.
   * Standards-Version: 3.5.2: no changes required.
   * Move to debhelper v3.

 -- Colin Watson <cjwatson@debian.org>  Thu, 1 Mar 2001 01:49:38 +0000

2000

denemo (0.5.5-1) unstable; urgency=low

   * New upstream release
   * Standards-Version: 3.2.1: no changes required.
   * dh_strip knows about DEB_BUILD_OPTIONS=nostrip as of debhelper 2.1.6.
   * denemo now has customizable keymaps, stored in
     /etc/denemo/denemo.keymaprc and/or ~/.denemo/keymaprc. There are
     examples in /usr/share/doc/denemo/examples, or you can just use the
     menus.

 -- Colin Watson <cjw44@flatline.org.uk>  Tue, 14 Nov 2000 12:14:30 +0000

denemo (0.5.4-1) unstable; urgency=low

   * New upstream release
   * Standards-Version: 3.2.0:
     - Support debug and nostrip in $DEB_BUILD_OPTIONS.
   * libglib1.2-dev is pulled in by libgtk1.2-dev anyway, but we use glib
     functions so we should really build-depend upon it directly.

 -- Colin Watson <cjw44@flatline.org.uk>  Fri, 11 Aug 2000 16:43:24 +0100

denemo (0.5.3-4) unstable; urgency=low

   * Added configure target to debian/rules.
   * Corrected build dependencies. (Closes: #65675)

 -- Colin Watson <cjw44@flatline.org.uk>  Fri, 16 Jun 2000 17:17:20 +0100

denemo (0.5.3-3) unstable; urgency=low

   * Standards-Version: 3.1.1 and Build-Depends line (thanks to Anthony Fok).
   * /usr/share/doc/denemo/INSTALL removed (ditto).
   * List of upstream authors in the copyright file corrected (ditto).
   * New maintainer address.

 -- Colin Watson <cjw44@flatline.org.uk>  Sat, 20 May 2000 00:46:49 +0100

denemo (0.5.3-2) unstable; urgency=low

   * denemo.conf now goes in /etc/denemo rather than /etc, and is a conffile.
   * SYSCONFDIR is now defined in $CPPFLAGS rather than in config.h.
   * Fix the misuse of debhelper that caused update-menus to be called twice on
     removal.
   * Add note in denemo.conf that timidity may be used instead of playmidi for
     software MIDI support.

 -- Colin Watson <cjw44@cam.ac.uk>  Fri, 28 Apr 2000 20:00:52 +0100

denemo (0.5.3-1) unstable; urgency=low

   * New upstream release
   * Man page now refers to the README rather than duplicating it.
   * Denemo is now part of the GNU Project, so acknowledge this.
   * Suggest playmidi or timidity.

 -- Colin Watson <cjw44@cam.ac.uk>  Thu, 27 Apr 2000 10:32:20 +0100

denemo (0.5.2-1) unstable; urgency=low

   * New upstream release

 -- Colin Watson <cjw44@cam.ac.uk>  Tue, 4 Apr 2000 22:30:32 +0100

denemo (0.5.1-1) unstable; urgency=low

   * New upstream release
   * Man page updates.
   * Compile with -O2 (policy 4.1).

 -- Colin Watson <cjw44@cam.ac.uk>  Mon, 27 Mar 2000 03:02:19 +0100

denemo (0.5.0-1) unstable; urgency=low

   * New upstream release. From the upstream maintainer:
       "This is the release where I'm going to stop saying that Denemo is on the
       verge of usability, and start saying that it is instead out-and-out
       usable."

 -- Colin Watson <cjw44@cam.ac.uk>  Wed, 22 Mar 2000 13:09:58 +0000

denemo (0.3.5-1) unstable; urgency=low

   * New upstream release
   * Man page updates.

 -- Colin Watson <cjw44@cam.ac.uk>  Thu, 2 Mar 2000 13:24:42 +0000

denemo (0.3.4-1) unstable; urgency=low

   * Initial Release.

 -- Colin Watson <cjw44@cam.ac.uk>  Wed, 1 Mar 2000 02:19:01 +0000