lilypond (1.1.36-1) unstable; urgency=low * New upstream release. * [debian/rules]: - Make and install info files. - Removed "CC=egcc" because the default gcc on all platforms is now the one from egcs. - Install *.png instead of *.xpm. - Minor clean-ups. * Added debian/compress to make sure *.png are not compressed. * Added debian/doc-base and postinst/prerm for the LilyPond info files. -- Anthony Fok Sun, 21 Mar 1999 13:39:39 -0700 lilypond (1.1.31-1) unstable; urgency=low * New upstream release. * Re-incorporated the changes in debian/rules and debian/postinst from lilypond_1.0.xx series. I forgot these changes when I moved from 1.0.19.uu3-1 to 1.1.29-1. Sorry! :-) * [make/lilypond-vars.make]: Copied the definition of TEX_TFMDIR from make/toplevel.make.in and added it to LILYINCLUDE... * Applied the patch lilypond-1.1.31.jcn1.diff from Jan Nieuwenhuizen. * [debian/rules]: - Temporarily use "-$(MAKE) -k -C Documentation/tex dvi" to circumvent the occasional \times segfault problem when building refman.dvi. - Added symlink /usr/lib/texmf/fonts/tfm/public/lilypond. -- Anthony Fok Thu, 18 Feb 1999 00:25:04 -0700 lilypond (1.1.29-1) unstable; urgency=low * New upstream release. * [stepmake/aclocal.m4]: AC_STEPMAKE_GUILE now calls the GUILE_FLAGS macro to set -lqthreads etc., otherwise Guile would not be detected by the configure script. -- Anthony Fok Sun, 14 Feb 1999 09:05:00 -0700 lilypond (1.0.19.uu3-1) frozen unstable; urgency=low * New upstream bug-fix release. -- Anthony Fok Sat, 12 Dec 1998 04:23:15 -0700 lilypond (1.0.19.uu1-2) frozen unstable; urgency=low * [debian/rules]: Now builds the LilyPond documentation in dvi format. Thanks to Roland Rosenfeld for the bug report. (closes: Bug#30123). * [debian/control]: Now also Recommends: tetex-extra (>= 0.9.981030-1) because the .dvi documentation uses the EC fonts in that package. -- Anthony Fok Thu, 10 Dec 1998 17:43:57 -0700 lilypond (1.0.19.uu1-1) frozen unstable; urgency=low * New upstream bug-fix release. -- Anthony Fok Mon, 7 Dec 1998 13:12:02 -0700 lilypond (1.0.18-2) frozen unstable; urgency=low * [debian/rules]: Added symlink /usr/lib/texmf/fonts/afm/public/lilypond. Thanks to Julian Gilbey for the bug report (closes: Bug#29407). * [scripts/ly2dvi.py]: Re-added a patch similar to the one in 1.0.17-1, but teTeX's default search path is now placed *before* the ones that ly2dvi adds. Thanks to Roland Rosenfeld for the bug report. (closes: Bug#29459). -- Anthony Fok Mon, 23 Nov 1998 21:29:25 -0700 lilypond (1.0.18-1) frozen unstable; urgency=low * New upstream bug-fix release. * [debian/control]: - Upgraded to standards version 2.5.0.0 (no changes). - Recommends: python-misc (>= 1.5.1) because ly2dvi needs the glob module in the python-misc package (closes: Bug#29283). - Updated dependencies on tetex* to the latest versions: Depends: tetex-bin (>= 0.9.981031-2) Recommends: tetex-base (>= 0.9.981030-1) due to changes in tetex's directory structure. * [debian/rules]: - The symlink ../../../../../share/lilypond/mf is now named /usr/lib/texmf/fonts/source/public/lilypond instead of /usr/lib/texmf/fonts/source/public/mf (Bug#29284). - In the latest tetex-base package, /usr/lib/texmf/doc is now a symlink to /usr/doc/texmf. Therefore, we now install lilypond's documentation into /usr/doc/texmf/musixtex/lilypond. (closes: Bug#28999, Bug#29326) * [debian/preinst]: - The script now removes the directories /var/spool/texmf/pk/*/public/mf and /var/spool/texmf/tfm/public/mf created inadvertently by Debian's buggy lilypond 1.0.17-1. :-) (Bug#29284) - Since 1.0.17-1, /usr/lib/texmf/tex/lilypond has been changed to a symbolic directory. The script now removes the old real directory to prevent problems during upgrade (closes: Bug#29284). * [debian/postinst]: I copied a few lines from tetex-nonfree's postinst to remove the old directory /usr/lib/texmf/doc if lilypond is the last package to use that directory, and create a symlink to /usr/doc/texmf. :-) * Rebuilt with yodl (1.31.7-1) installed to ensure the documentations are compiled properly (closes: Bug#29285). * Thanks to Fabien Ninoles , Roland Rosenfeld and Julian Gilbey for reporting the bugs listed above. :-) -- Anthony Fok Thu, 12 Nov 1998 03:14:25 -0700 lilypond (1.0.17-1) frozen unstable; urgency=low * New upstream "stable" release. * [debian/{copyright,control}]: pcnov095.win.tue.nl -> ftp.cs.uu.nl (New upstream master FTP site). Also updated JCN's web site URL. * [debian/rules]: - Now, in the "clean:" target, runs either "find . -user root | xargs -r chown $$SUDO_USER.$$SUDO_GID" or "find . -user root | xargs -r chown $$LOGNAME" to deal with all those root-owned "out/*" files generated during a "sudo debian/rules clean" run. Thanks to Roman Hodek for reporting the problem! (closes: Bug#27044) - Updated debian/rules according to the new debhelper rules example. - Now configures with --disable-optimise instead of --enable-optimise, otherwise it would not compile. - Added symlinks to directories under /usr/lib/texmf because lilypond now puts everything under /usr/share/lilypond. * [Documentation/topdocs/AUTHORS.yo]: Added a trailing "/" on URLs. * [scripts/ly2dvi.py]: Added a hack to add an extra os.pathsep (":" on Linux) to TEXINPUTS and MFINPUTS, otherwise ly2dvi and TeX would fail to find the necessary files. * Compiled with libstdc++2.9. :-) -- Anthony Fok Tue, 3 Nov 1998 14:31:18 -0700 lilypond (1.0.2-1) unstable; urgency=low * New upstream release. -- Anthony Fok Sat, 15 Aug 1998 04:32:08 -0600 lilypond (1.0.1-1) unstable; urgency=low * New upstream release. * [aclocal.m4]: Temporarily changed OPTIMIZE="-O2" to OPTIMIZE="-O" to avoid egcs (c++) complaint of "Internal compiler error" on my computer. * [scripts/mudela-book.py]: Added "#!@PYTHON@" at the top. This string expands to "#!/usr/bin/python" in /usr/bin/mudela-book. (Thanks to Lintian. :-) * [debian/control]: Recommends: python-base (>= 1.5.1). (Again, thanks to Lintian. :-) * [debian/postrm]: Now also removes the generated LilyPond fonts *.{tfm,pk} under /var/spool/texmf when called as "postrm remove". * [debian/preinst]: Yes, have to bring this back to remove the generated LilyPond fonts in /var/spool/texmf because "postrm remove" didn't do its jobs in previous versions. Oops. :-) * [debian/rules]: Installs a few new upstream documentation files, and the example files in out/ directories are moved to parent directories. -- Anthony Fok Fri, 14 Aug 1998 03:30:05 -0600 lilypond (0.1.76-1) unstable; urgency=low * support for 'make deb' target * Not uploaded to Debian's FTP site. -- Jan Nieuwenhuizen Fri, 3 Jul 1998 17:53:37 +0200 lilypond (0.1.71-1) unstable; urgency=low * New upstream release. -- Anthony Fok Sat, 6 Jun 1998 00:00:00 -0600 lilypond (0.1.66-1) unstable; urgency=low * New upstream release. -- Anthony Fok Wed, 20 May 1998 06:50:12 -0600 lilypond (0.1.61-1) frozen unstable; urgency=low * New upstream release with tons of bug fixes. Please put this in Hamm. * Revised debian/rules w.r.t. make/lilypond.spec.in. -- Anthony Fok Mon, 4 May 1998 03:36:06 -0600 lilypond (0.1.60-1) frozen unstable; urgency=medium * New upstream release with lots of bug fixes, including the MIDI generation bug in 0.1.48. Please put this in Hamm. * debian/control: - Upgraded to standards version 2.4.1.0 (no changes). * debian/rules: - lilypond now also depends on tetex-base (>= 0.9-5) and conflicts with tetex-base (<< 0.9). * Modified postinst and postrm to work with teTeX 0.9 / Web2C 7.2: - Removed all the *ugly* kludges and functions that were supposed to deal with non-Debian teTeX installations. Those kludges were specifically made for teTeX 0.4, but they failed to work as intended due to the changes in teTeX 0.9. - No longer messes with special.map because the standard Web2C 7.2 special.map already lists the feta fonts. - Since postinst is so much simpler, it is now a sh script! :-) * Removed preinst which contained yet another obsolete kludge to clean obsolete/ancient lilypond fonts. * Updated the GNU LilyPond Home Page URIs. -- Anthony Fok Fri, 1 May 1998 01:14:49 -0600 lilypond (0.1.48-1) unstable; urgency=low * New upstream release. -- Anthony Fok Fri, 13 Mar 1998 22:15:11 -0800 lilypond (0.1.46-1) unstable; urgency=low * New upstream release. -- Anthony Fok Fri, 27 Feb 1998 22:43:41 -0800 lilypond (0.1.45-1) unstable; urgency=low * New upstream "The Utrecht Release". * Compiled on va.debian.org because egcs 1.0.1 on my computer no longer comes with libg++. :-( But hey, va.debian.org sure is fast! * Temporarily includes *.xpm instead of *.gif files because the netpbm package is not installed on va.debian.org, and also because it violates Policy 2.1.2. Thanks to James Troup for bug report! :-) (Fixes Bug#18212) * debian/rules: Added "dh_undocumented ly2dvi.1". -- Anthony Fok Sat, 21 Feb 1998 01:37:57 -0700 lilypond (0.1.44-1) unstable; urgency=low * New upstream release. -- Anthony Fok Fri, 6 Feb 1998 22:07:39 -0700 lilypond (0.1.43-1) unstable; urgency=low * New upstream release. * Upgraded to standards version 2.4.0.0 (no changes). * Minor fixes to the copyright file (GPL.gz -> GPL). * Revised the package description based on the new lilypond.lsm. * Now includes *.gif instead of *.xpm files. * Other minor revisions to debian/rules. * Added version numbering to the libflower shared library. * Now installs /usr/lib/emacs/site-lisp/mudela-mode.el, but I haven't figured out how to use it myself. -- Anthony Fok Fri, 6 Feb 1998 17:26:55 -0700 lilypond (0.1.42-1) unstable; urgency=low * New upstream release. * Now places ly2dvi in /usr/bin. -- Anthony Fok Thu, 29 Jan 1998 02:50:36 -0700 lilypond (0.1.41-1) unstable; urgency=low * New upstream "The Birthday Release". -- Anthony Fok Wed, 21 Jan 1998 02:20:00 -0700 lilypond (0.1.40-1) unstable; urgency=low * New upstream release. -- Anthony Fok Mon, 12 Jan 1998 19:19:50 -0700 lilypond (0.1.39-2) unstable; urgency=low * debian/control: - Description: Remove the note about installing musixtex or musixtex-fonts. - Added "Conflicts: musixtex-fonts". -- Anthony Fok Tue, 6 Jan 1998 02:42:56 -0700 lilypond (0.1.39-1) unstable; urgency=low * New upstream LilyPond '98 "New Year Gift" release. * debian/control: - No longer Recommends: "musixtex" or "musixtex-fonts" because LilyPond no longer needs them. - Therefore, Section: is changed from "contrib/tex" to "tex". LilyPond can finally go into the main distribution. Hurray! * debian/rules: Now also dh_installdocs ANNOUNCE-0.1 and ONEWS. * preinst, postinst, postrm: Added #DEBHELPER#. * preinst, postrm: Changed #!/bin/bash to #!/bin/sh. -- Anthony Fok Mon, 5 Jan 1998 18:42:30 -0700 lilypond (0.1.38-1) unstable; urgency=low * New upstream Xmas release. * Applied patch patch-0.1.38.jcn1 from Jan Nieuwenhuizen. * Have fun, Merry Christmas and a Happy 1998. -- Han-Wen Nienhuys -- Anthony Fok Wed, 24 Dec 1997 16:38:14 -0700 lilypond (0.1.37-1) unstable; urgency=low * New upstream release * Minor modifications to debian/rules due to changes in debhelper 0.32. -- Anthony Fok Fri, 12 Dec 1997 11:11:12 -0700 lilypond (0.1.36-1) unstable; urgency=low * New upstream release -- Anthony Fok Tue, 9 Dec 1997 18:33:50 -0700 lilypond (0.1.35-1) unstable; urgency=low * New upstream release -- Anthony Fok Fri, 5 Dec 1997 21:06:31 -0700 lilypond (0.1.34-1) unstable; urgency=low * New upstream release -- Anthony Fok Thu, 4 Dec 1997 19:42:22 -0700 lilypond (0.1.33-1) unstable; urgency=low * New upstream release * Changed my maintainer e-mail address to . :) -- Anthony Fok Tue, 25 Nov 1997 00:22:57 -0700 lilypond (0.1.32-2) unstable; urgency=low * Commented out run_texhash() in postinst by mistake. Fixed. -- Anthony Fok Sun, 23 Nov 1997 03:04:29 -0700 lilypond (0.1.32-1) unstable; urgency=low * New upstream release * Applied a small fix to postinst. The font-entries-search-and-replace add_fonts() subroutine was slightly buggy. * Unpatched ./configure. It turned out that I spelt "--enable-optimise" as "--enable-optimize" in debian/rules by mistake. Oops! :) Thanks to the upstream author for pointing this out! :) * The upstream authors has included the ./debian/* files in the pristine source archive! They also fixed some minor errors in README.debian and copyright. Thanks a lot! :) * Removed the line "dh_clean" from "binary-arch:" and switched the order of dh_clean in "clean:" in debian/rules. dh_clean was deleting the zero-byte file ./make/out/Site.make, causing the build to fail. -- Anthony Fok Sun, 23 Nov 1997 01:39:31 -0700 lilypond (0.1.29-1) unstable; urgency=low * New upstream release * Patched ./configure in source package to make c++ use the -O2 -g options on all the files. Now, /usr/bin/lilypond is a lot leaner! (I will discuss it with the upstream author.) * Adapted postinst (a Perl script) from the musixtex package for lilypond. Now postinst adds the new LilyPond font entries into /usr/lib/texmf/fontname/special.map. * Added preinst to clean up my mess from previous releases: the old "stray" automatically generated TFM and PK font files were placed in the wrong directories because they were not listed in /usr/lib/texmf/fontname/special.map. * Did some minor clean-up in debian/rules and switched to debhelper. * Updated Standards-Version to 2.3.0.1 -- Anthony Fok Tue, 11 Nov 1997 02:31:33 -0700 lilypond (0.1.25-1) unstable; urgency=low * Added a note in README.debian about the possibility of some LilyPond fonts not showing up after an upgrade, and a possible solution to this problem. * New upstream release -- Anthony Fok Thu, 23 Oct 1997 17:00:14 -0600 lilypond (0.1.24-1) unstable; urgency=low * New upstream release -- Anthony Fok Tue, 21 Oct 1997 04:12:01 -0600 lilypond (0.1.23-1) unstable; urgency=low * New upstream release -- Anthony Fok Thu, 16 Oct 1997 02:15:55 -0600 lilypond (0.1.22-1) unstable; urgency=low * New upstream release -- Anthony Fok Mon, 13 Oct 1997 23:51:01 -0600 lilypond (0.1.21-1) unstable; urgency=low * New upstream release -- Anthony Fok Thu, 9 Oct 1997 22:58:26 -0600 lilypond (0.1.18.jcn1-1) unstable; urgency=low * New upstream release -- Anthony Fok Sat, 4 Oct 1997 03:48:45 -0600 lilypond (0.1.17-1) unstable; urgency=low * New upstream release * Remove redundancy in package's description (Fixed bug #12511) * Added a note about the new LilyPond MF fonts which are not yet listed in the current standard special.map (in the teTeX package) * Added SHELL=/bin/bash to debian/rules because I use bashism. -- Anthony Fok Sun, 28 Sep 1997 01:41:15 -0600 lilypond (0.1.12-1) unstable; urgency=low * New upstream release * Updated the mailing address of the Free Software Foundation listed in /usr/doc/lilypond/copyright * Updated Standards-Version to 2.3.0.0 * Built with debmake 3.3.14 and fakeroot 0.0-9 -- Anthony Fok Sun, 7 Sep 1997 23:00:53 -0600 lilypond (0.1.9-1) unstable; urgency=low * New upstream release -- Anthony Fok Mon, 18 Aug 1997 15:14:24 -0600 lilypond (0.1.7-1) unstable; urgency=low * New upstream release -- Anthony Fok Thu, 14 Aug 1997 15:18:40 -0600 lilypond (0.1.6-1) unstable; urgency=low * New upstream release -- Anthony Fok Thu, 14 Aug 1997 05:14:06 -0600 lilypond (0.1.3-1) unstable; urgency=low * New upstream release -- Anthony Fok Sat, 9 Aug 1997 14:15:11 -0600 lilypond (0.1.2-1) unstable; urgency=low * New upstream release -- Anthony Fok Thu, 7 Aug 1997 22:54:20 -0600 lilypond (0.1.0-1) unstable; urgency=low * Initial Release. -- Anthony Fok Wed, 6 Aug 1997 04:40:57 -0600 Local variables: mode: debian-changelog add-log-mailing-address: "foka@debian.org" End: