]> git.donarmstrong.com Git - lilypond.git/blob - debian/changelog
Add two bug numbers for guile-2.0 to d/changelog
[lilypond.git] / debian / changelog
1 lilypond (2.19.50-1~exp1) experimental; urgency=medium
2
3   [ Don Armstrong ]
4   * Remove now useless mktexlsr calls and such from
5     lilypond-doc.post{inst,rm}. Thanks to Julian Gilbey (Closes: #771732)
6
7   [ Dr. Tobias Quathamer ]
8   * New upstream version. (Closes: #746005, #841736)
9     - Refresh patches
10     - Add patch to support guile-2.0
11     - Add guile-2.0 and font-texgyre to Build-Depends
12     - Enable guile-2.0 in debian/rules
13   * Fix patch for FTBFS on hurd. Thanks to Petter Reinholdtsen for
14     the bug report and patch. (Closes: #761036)
15   * Update Vcs-* fields with new repository location
16   * Add myself as uploader
17   * Replace removed fonts ttf-kochi-gothic and ttf-kochi-mincho
18     with fonts-ipafont-gothic and fonts-ipafont-mincho
19
20  -- Dr. Tobias Quathamer <toddy@debian.org>  Wed, 16 Nov 2016 09:42:04 +0100
21
22 lilypond (2.18.2-4) unstable; urgency=medium
23
24   * Fix the wrong maintscript-helper invocation which was trying to
25     symlink to /usr/share/doc/lilypond/Documentation/user instead of
26     /usr/share/doc/lilypond/Documentation. (Closes: #768272)
27   * Add missing Pre-Depends: ${misc:Depends} for dpkg-maintscript-helper.
28
29  -- Don Armstrong <don@debian.org>  Sun, 16 Nov 2014 17:38:32 -0800
30
31 lilypond (2.18.2-3) unstable; urgency=medium
32
33   * Revert previous patch (no parallel); the issue was actually running
34     tests on architecture independent builds which had not built any of
35     the documentation. (Closes: #760794)
36   * Stop setting HOME to /tmp in debian/rules. (Closes: #762230)
37
38  -- Don Armstrong <don@debian.org>  Tue, 16 Sep 2014 14:50:14 -0700
39
40 lilypond (2.18.2-2) unstable; urgency=high
41
42   * Disable parallel support on !amd64 to avoid build failures on those
43     architectures. This is a temporary fix; a real fix to the (possibly)
44     broken makefiles needs to be written. (Closes: #760794)
45
46  -- Don Armstrong <don@debian.org>  Tue, 09 Sep 2014 08:18:49 -0700
47
48 lilypond (2.18.2-1) unstable; urgency=high
49
50   * New upstream version
51   * Fix Broken usage of dpkg-maintscript-helper (relative pathnames vs.
52     aboslute pathnames), thanks to Guillem Jover and Petter Reinholdtsen
53     (Closes: #758787).
54
55  -- Don Armstrong <don@debian.org>  Wed, 03 Sep 2014 15:22:54 -0700
56
57 lilypond (2.18.0-1) unstable; urgency=low
58
59   * New upstream version (closes: #729817)
60   * Fix replacement of /usr/share/info/lilypond symlink with a directory
61     (Closes: #736306)
62
63  -- Don Armstrong <don@debian.org>  Tue, 31 Dec 2013 13:23:41 -0800
64
65 lilypond (2.16.2-3) unstable; urgency=low
66
67   * Do not include non-existant paths in lilypond-doc.doc-base-special
68     (closes: #693238)
69   * Breaks/Replaces lilypond-doc in html packages to stop problems on
70     wheezy upgrade. (Closes: #718013)
71   * Fix freetype path by applying patch from upstream (Closes: #733399)
72   * Fix bison build failures with 42cb7d44
73
74  -- Don Armstrong <don@debian.org>  Tue, 31 Dec 2013 09:44:05 -0800
75
76 lilypond (2.16.2-2) unstable; urgency=low
77
78   * Fix bad syntax in texinfo documentation exposed by texinfo >= 5.1
79     (closes: #707190)
80   * Patch around using PATH_MAX in flower/file-name.cc to have builds work
81     on hurd (hopefully).
82
83  -- Don Armstrong <don@debian.org>  Wed, 15 May 2013 11:40:14 -0700
84
85 lilypond (2.16.2-1) unstable; urgency=low
86
87   * Release 2.16.2-1 to unstable
88
89  -- Don Armstrong <don@debian.org>  Mon, 06 May 2013 10:15:36 -0700
90
91 lilypond (2.16.2-1~exp+1) experimental; urgency=low
92
93   * New upstream release (closes: #705895)
94   * Put languages in their own subdocument to work around doc-base not
95     having a language specifier (closes: #698435)
96
97  -- Don Armstrong <don@debian.org>  Wed, 24 Apr 2013 21:53:13 -0700
98
99 lilypond (2.16.1-1~exp+2) experimental; urgency=low
100
101   * New upstream release
102   * netpbm and fonts are required to run the tests during the binary
103     build; migrate the Build-Depends-Indep to Build-Depends.
104   * Switch to dh style rules
105
106  -- Don Armstrong <don@debian.org>  Tue, 02 Oct 2012 17:33:29 -0700
107
108 lilypond (2.16.0-1~exp+1) experimental; urgency=low
109
110   * New upstream release (Closes: #686788)
111   * Fix "warnings from install-info" by splitting the direntry sections
112     across the texinfo files (Closes: #648689). Thanks to Julian Gilbey
113     for the patch.
114   * Fix noopt support to use --disable-optimising as ./configure does
115     crazy things.
116   * Apply patch from 13fc2437e2aaa9 to fix segfault in font-mark where a
117     garbage collection can trigger a null pointer dereference (closes:
118     #684817)
119   * Split out lilypond-doc packages (Closes: #443915)
120
121  -- Don Armstrong <don@debian.org>  Tue, 04 Sep 2012 11:16:50 -0700
122
123 lilypond (2.14.2-3) unstable; urgency=low
124
125   * Fix redefinition of s in Music_sequence::first_start. (Closes:
126     #672087).
127
128  -- Don Armstrong <don@debian.org>  Sun, 13 May 2012 16:07:16 -0700
129
130 lilypond (2.14.2-2) unstable; urgency=low
131
132   * Disable optimization on i386 and kfreebsd-i386 to avoid segfaults with
133     python7; thanks to Matthias Klose and Scott Kitterman for the
134     temporary solution. (Closes: #643664)
135
136  -- Don Armstrong <don@debian.org>  Wed, 28 Sep 2011 09:44:40 -0700
137
138 lilypond (2.14.2-1) unstable; urgency=low
139
140   * New upstream release (Closes: #629520)
141   * Fix bad Recommends on texlive-latex-base (Closes: #594403)
142   * Ditch useless links (Closes: #522120)
143   * Apply patch from 77c34ddc (Werner Lemberg <wl@gnu.org>)
144     to fix compilation with g++ 4.5 (Closes: #606642).
145     Thanks to Colin Watson for an alternative patch.
146   * Add parts of patch f113bf2f (Benjamin Peterson <benjamin@python.org>)
147     to fix segfaults on invalid engraver names.
148   * Update standards version; no changes
149   * Specify source version 1
150   * No need to conflict with ancient versions of lilypond anymore
151
152  -- Don Armstrong <don@debian.org>  Tue, 02 Aug 2011 13:14:29 -0700
153
154 lilypond (2.12.3-7) unstable; urgency=low
155
156   * Use /dev/stderr instead of /dev/tty (Closes: #574629)
157   * Use py_support to require rebuilds when python's API changes (Closes:
158     #380855)
159   * Properly remove empty /usr/share/info/lilypond directory and replace
160     with symlink
161
162  -- Don Armstrong <don@debian.org>  Tue, 24 Aug 2010 15:52:59 -0700
163
164 lilypond (2.12.3-6) unstable; urgency=low
165
166   * Fix syntax error in scm/lily.scm. Thanks to dann frazier for pointing
167     out the fix. (Closes: #574629)
168   * Depend on ghostscript (Closes: #575906)
169
170  -- Don Armstrong <don@debian.org>  Wed, 31 Mar 2010 20:57:04 -0700
171
172 lilypond (2.12.3-5) unstable; urgency=low
173
174   * Its guile that's being used, not MIT scheme; use access? instead of
175     file-writable? (Closes: #572290)
176
177  -- Don Armstrong <don@debian.org>  Thu, 04 Mar 2010 23:38:32 -0800
178
179 lilypond (2.12.3-4) unstable; urgency=low
180
181   * Scheme uses file-writeable for some reason (Closes: #572290)
182
183  -- Don Armstrong <don@debian.org>  Thu, 04 Mar 2010 08:38:33 -0800
184
185 lilypond (2.12.3-3) unstable; urgency=low
186
187   * Use /dev/null if /dev/tty isn't writable (Closes: #572290)
188
189  -- Don Armstrong <don@debian.org>  Wed, 03 Mar 2010 17:56:55 -0800
190
191 lilypond (2.12.3-2) unstable; urgency=low
192
193   * Build-Depend on rsync (Closes: #571670)
194   * Ditch unneded Build-Conflict
195
196  -- Don Armstrong <don@debian.org>  Fri, 26 Feb 2010 17:32:22 -0800
197
198 lilypond (2.12.3-1) unstable; urgency=low
199
200   * New upstream release
201     - Ditch claop.py (Closes: #545911)
202     - fix FTBFS (Closes: #560487)
203   * Always suppress gs startup output
204   * Build-Depend on texlive-latex-recommended
205   * Move Pre-Depends: for kpsewhich to Depends: (we no longer ship a preinst)
206   * Update standards version
207     - Stop calling install-info directly; use triggers instead
208
209  -- Don Armstrong <don@debian.org>  Tue, 23 Feb 2010 00:12:21 -0800
210
211 lilypond (2.12.2-1) unstable; urgency=low
212
213   * New maintainer
214   * Use patches from Raphael Geissert to fix bashism and remove path to
215     commands
216     - Fix bashism in debian/rules. Closes: #535404
217     - Remove the path to the commands in the maintainer scripts
218
219  -- Don Armstrong <don@debian.org>  Wed, 08 Jul 2009 16:01:06 -0700
220
221 lilypond (2.12.2-0.1) unstable; urgency=low
222
223   * Non-maintainer upload.
224   * New upstream release (closes: #506936)
225     - Resolves issue with guile 1.8.6 (closes: #524023)
226     - Fixes FTBFS (closes: #524086)
227   * Remove build-coonflicts indep on gs-gpl as the conflicting versions
228     aren't distributed anymore
229   * Remove versioned build dependencies (all of the requirements are older
230     than the oldest we distribute)
231   * Add Build-Depends on texi2html and texlive-metapost
232   * Move Homepage: to a control header (closes: #474262)
233   * Add ja/user/macros.texi and python/langdefs from git commit
234     4ee200780114be081a73cae3f7bf6bbc84a30b53 (Allows building the ja texi
235     documentation)
236
237  -- Don Armstrong <don@debian.org>  Sat, 06 Jun 2009 13:49:11 -0700
238
239 lilypond (2.10.33-2.3) unstable; urgency=low
240
241   * Non-maintainer upload.
242   * Fix double build problem as patched by Peter Eisentraut
243     <petere@debian.org> (Closes: #482911).
244   * Do not list transitional package first in Pre-Depends
245     line (Closes: #481776).
246   * Changed build dependency from gs-gpl|gs-esp to ghostscript
247     to not reference transitional packages.
248
249  -- Michael Meskes <meskes@debian.org>  Sun, 05 Oct 2008 13:48:20 +0200
250
251 lilypond (2.10.33-2.2) unstable; urgency=medium
252
253   * Non-maintainer upload.
254   * Fix FTBFS with dash (Closes: #471757).
255
256  -- Peter Eisentraut <petere@debian.org>  Sun, 25 May 2008 03:27:26 +0200
257
258 lilypond (2.10.33-2.1) unstable; urgency=medium
259
260   * Non-maintainer upload.
261   * Fix FTBFS with GCC 4.3 (Closes: #413427).
262   * Copy config.{guess,sub} to fix FTBFS on GNU/kFreeBSD (Closes: #404441).
263
264  -- Luk Claes <luk@debian.org>  Sat, 08 Mar 2008 13:43:35 +0000
265
266 lilypond (2.10.33-2) unstable; urgency=low
267
268   * debian/control (Build-Depends-Indep): Use ttf-dejavu instead of
269     ttf-bitstream-vera.  (Closes: #461271)
270
271   * debian/control (Standards-Version): Update to 3.7.3. (No changes needed.)
272
273   * debian/rules (clean): Don't ignore all errors on recursive make invocations.
274
275   * debian/rules (binary-indep): Use $(CURDIR) instead of $(PWD).
276
277   * debian/copyright: Update FSF address to Franklin St.
278
279   * debian/changelog: Fix syntax for trailer line for 2.8.7-3.1 record.
280
281  -- Thomas Bushnell, BSG <tb@debian.org>  Thu, 17 Jan 2008 10:24:27 -0800
282
283 lilypond (2.10.33-1) unstable; urgency=low
284
285   * New upstream release.
286
287   * debian/control (lilypond Depends): Use source:Version instead of
288   Source-Version.
289   (lilypond-doc Suggests): Likewise.
290   (lilypond-data Recommends): Likewise, but with >= in place of = as well.
291   (Closes: #380071).  Thanks to Lior Kaplan for the patch.
292
293  -- Thomas Bushnell, BSG <tb@debian.org>  Wed, 02 Jan 2008 10:11:04 -0700
294
295 lilypond (2.10.29-2) unstable; urgency=low
296
297   * debian/control: Drop gs-afpl from Build-Conflicts-Indep, since that package
298     no longer exists. (Closes: #447460).
299   * debian/control: Build-Conflict with guile-1.8-dev version 1.8.2+1-2,
300     which had an ABI-incompatible change by mistake.  Likewise, lilypond
301     package Conflicts with guile-1.8 version 1.8.2+1-2. (Closes: #452647)
302
303  -- Thomas Bushnell, BSG <tb@debian.org>  Fri, 30 Nov 2007 22:20:42 -0500
304
305 lilypond (2.10.29-1) unstable; urgency=low
306
307   * New upstream release.  Require at least version 1.1.19 of mftrace.
308     Require at least version 2.4 of python-dev.  (Closes: #396889,
309     #399356, #400335)
310   * debian/control (Build-Depends-Indep): Add rsync.
311
312   * Acknowledge NMU (Closes: #422395).
313
314  -- Thomas Bushnell, BSG <tb@debian.org>  Sat, 08 Sep 2007 20:08:21 -0400
315
316 lilypond (2.8.7-3.1) unstable; urgency=low
317
318   * Non-maintainer upload.
319   * FTBFS: ! I cannot find file 'lcircle10'. (Closes: #422395)
320
321  -- Neil Williams <codehelp@debian.org>  Tue, 17 Jul 2007 12:59:43 +0100
322
323 lilypond (2.8.7-3) unstable; urgency=medium
324
325   * scripts/midi2ly.py: When setting DATADIR, find Lilypond python files
326     in the @TOPLEVEL_VERSION@ directory, not 'current'.  Patch thanks to
327     Chris Lamb (chris@chris-lamb.co.uk).  (Closes: #400550)
328
329  -- Thomas Bushnell, BSG <tb@debian.org>  Tue, 19 Dec 2006 10:18:12 -0800
330
331 lilypond (2.8.7-2) unstable; urgency=low
332
333   * debian/control (Build-Depends-Indep): Drop gs alternative for
334     Ghostscript.  Move gs-gpl | gs-esp to Build-Depends.
335     (Build-Depends): Put gs-gpl | gs-esp here; require at least version
336     8.50 of either.  Require version 2.1 at least of python-dev.
337
338  -- Thomas Bushnell, BSG <tb@debian.org>  Sat, 11 Nov 2006 21:11:48 -0800
339
340 lilypond (2.8.7-1) unstable; urgency=low
341
342   * New upstream release.  (Closes: #357057, #358663)
343   * debian/control (Build-Depends): Require at least version
344     0.0.20060125-1 of fontforge.  Require at least version 4.8.dfsg.1-1 of
345     texinfo.  Require guile-1.8-dev instead of guile-1.6-dev.
346   * debian/control (Build-Depends-Indep): Require gsfonts | gsfonts-x11 to
347     fetch New Century Schoolbook fonts.
348   * debian/control (lilypond/Depends): Require guile-1.8 instead of guile-1.6.
349   * debian/rules (install): Don't delete texinfo.tex anymore, upstream is
350     no longer shipping it.
351
352   * debian/control (Build-Depends): Add libgmp3-dev and libltdl3-dev,
353     temporarily. to workaround missing dependencies in guile-1.8-dev.
354
355   * debian/control (lilypond-data/Pre-Depends): Allow texlive-base as an
356     alternative to tetex-bin. (Closes: #386589)
357
358  -- Thomas Bushnell, BSG <tb@debian.org>  Wed, 25 Oct 2006 23:26:15 -0700
359
360 lilypond (2.6.5-3) unstable; urgency=medium
361
362   * debian/rules (install): Don't install .pyc files.
363   * debian/control (Build-Depends): Require python-support and at least
364     version 5 of debhelper.
365     (lilypond-data/Depends): Add ${python:Depends}.
366   * debian/rules (binary-indep): Call dh_pysupport on our private modules
367     directory. (Closes: #392488)
368
369   * debian/compat: Bump to version 5.
370
371  -- Thomas Bushnell, BSG <tb@debian.org>  Thu, 12 Oct 2006 11:59:58 -0700
372
373 lilypond (2.6.5-2) unstable; urgency=low
374
375   * debian/rules (HOME): Set this environment variable to a usable value
376     to avoid a fontconfig buglet.
377
378  -- Thomas Bushnell, BSG <tb@debian.org>  Mon, 18 Sep 2006 23:01:35 -0700
379
380 lilypond (2.6.5-1) unstable; urgency=low
381
382   * New upstream release.  Lilypond 2.8 for Debian is currently stalled
383     because guile-1.8 is required for it, and the Debian builds of
384     guile-1.8 are encountering bugs.  So let's at least get the last
385     lilypond-2.6 into etch in case guile-1.8 doesn't get there in time.
386   * stepmake/bin/config.sub, stepmake/bin/config.guess: Use debian
387     versions, from autotools-dev 20060702.1.
388
389   * lily/include/accidental-interface.hh (Accidental_interface): Declare
390     member accurate_boxes without qualification.
391   * lily/include/stem.hh (Stem): Declare member beam_multiplicity without
392     qualification.
393   * lily/include/slur-scoring.hh (Slur_score_state): Declare member
394     generate_avoid_offsets without qualification.
395     (Thanks to Martin Michlmayr <tbm@cyrius.com> for the patch.)
396     (Closes: #357057, #387644)
397
398   * mf/GNUmakefile (pfa_warning): Select only the first line of mftrace
399     --version output for mftrace check, since mftrace now prints more than
400     just one line.
401
402   * debian/control (Build-Depends-Indep): Add ttf-bitstream-vera and
403     ttf-freefont. (Many thanks to Bill Allombert <allomber@math.u-bordeaux>
404     for the fix.) (Closes: #359855)
405
406   * debian/control (Build-Depends): Require at least version 2.4.1-1 of
407     libfontconfig1-dev; 2.4.0 was missing FcConfigAppFontAddDir, which we
408     need.
409
410   * debian/rules (binary-indep): Don't symlink logos anymore.
411
412  -- Thomas Bushnell, BSG <tb@debian.org>  Thu,  7 Sep 2006 22:34:19 -0700
413
414 lilypond (2.6.3-10) unstable; urgency=low
415
416   * debian/control (Build-Depends): Drop explicit dependency on
417     g++-3.4.
418   * debian/rules: No longer set CXX demanding g++-3.4 on certain
419     archs.  (Closes: #343007)
420
421   * debian/lilypond-data.postrm: Don't set TEXMFMAIN at all (it isn't
422     used).  Don't try and set VARTEXFONTS if $1 is "purge".  Don't remove
423     fonts on a purge command; it gets done at remove time and that's
424     sufficient.  (All this is necessary because postrm scripts cannot
425     depend on non-essential packages at purge time.)  (Closes: #325907)
426
427   * debian/control (lilypond-data): Pre-Depends on tetex-bin to make sure
428     kpsewhich is available for the maintainer scripts.  (Closes: #336052,
429     #343182, #335847).
430
431   * debian/control (Build-Depends): No longer accept libguile-dev for
432     guile support, and require at least version 1.6.7 of guile-1.6-dev.
433     (lilypond): Likewise here, require version 1.6.7 of guile-1.6.
434     (Closes: #337597)
435
436   * debian/control (lilypond): Spell "seamlessly" correctly.  (Closes:
437     #327675)
438
439  -- Thomas Bushnell, BSG <tb@debian.org>  Fri, 13 Jan 2006 12:59:15 -0800
440
441 lilypond (2.6.3-9) unstable; urgency=low
442
443   * Packaging suggestions from upstream:
444   * debian/control (Build-Depends): Drop ec-fonts-mftraced,
445     libkpathsea-dev, tetex-bin, tetex-extra.
446    (Build-Depends-Indep): Add emacs-intl-fonts, xfonts-intl-arabic,
447     xfonts-intl-asian, xfonts-intl-chinese, xfonts-intl-chinese-big,
448     xfonts-intl-european, xfonts-intl-japanese, xfonts-intl-japanese-big,
449     xfonts-intl-phonetic, ttf-kochi-gothic, ttf-kochi-mincho.  (These
450     get embedded into the generated webpage.)
451    (lilypond): Don't depend on ec-fonts-mftraced, tetex-bin, or tetex-extra.
452    (lilypond-data): Don't depend on tetex-bin.
453
454   * debian/control (Build-Depends): Drop long-unneeded version dependency
455     on binutils and libc6-dev and its variants.
456
457   * debian/gui-2.6.patch: New file, provided by upstream.  Applied, with
458     suitable massaging of ChangeLog.
459   * debian/rules, scm/lily.scm: Revert change from 2.6.3-7.
460
461   * debian/python-2.6.patch: New file, provided by upstream.  Applied, with
462     suitable massaging of ChangeLog.
463   * debian/rules (install): Revert change from 3.6.3-6.
464
465  -- Thomas Bushnell, BSG <tb@debian.org>  23 Oct 2005 15:22:34 -0700
466
467 lilypond (2.6.3-8) unstable; urgency=low
468
469   * Avoid GCC 4.0 bug on arm, hppa, and m68k.
470   * debian/control (Build-Depends): Add g++-3.4 on arm, hppa, and m68k.
471   * debian/rules: On arm, hppa, and m68k, use g++-3.4 for CXX.
472   (Closes: #335287)
473
474  -- Thomas Bushnell, BSG <tb@debian.org>  Sat, 22 Oct 2005 23:18:36 -0700
475
476 lilypond (2.6.3-7) unstable; urgency=low
477
478   * debian/rules (build, build-doc): Abandon attempts to have a terminal
479     set as stdin.  Instead, set and export environment variable
480     LILYPONDNOGUI.
481   * scm/lily.scm (running-from-gui?): Return #f anytime LILYPONDNOGUI
482     environment variable is set.  (Closes: #334877)
483
484  -- Thomas Bushnell, BSG <tb@debian.org>  Sat, 22 Oct 2005 15:18:35 -0700
485
486 lilypond (2.6.3-6) unstable; urgency=low
487
488   * debian/rules (install): Move midi.so from /usr/share into /usr/lib and
489     leave behind a symlink to find it.
490   * debian/lilypond.install: Add usr/lib.
491     (Closes: #335207)
492
493   * debian/rules (build, build-doc): Use screen to set up a tty for input
494     instead of relying on /dev/tty; that will work in more environments.
495   * debian/control (Build-Depends, Build-Depends-Indep): Add screen.  Gak.
496
497  -- Thomas Bushnell, BSG <tb@debian.org>  Sat, 22 Oct 2005 10:51:49 -0700
498
499 lilypond (2.6.3-5) unstable; urgency=low
500
501   * debian/rules (build, build-doc): Redirect input from /dev/tty in MAKE
502     invocations.  It seems that lilypond assumes that, if stdin is not a
503     terminal, we must be running under a gui.  This changes the behavior
504     of the program in several fundamental ways, causing the scripts used
505     for generating documentation to fail. (Closes: #334877)
506
507  -- Thomas Bushnell, BSG <tb@debian.org>  Fri, 21 Oct 2005 20:33:11 -0700
508
509 lilypond (2.6.3-4) unstable; urgency=low
510
511   * debian/control (Build-Depends): Require libfreetype6-dev,
512     libpango1.0-dev, and libfontconfig-dev.  Grr, I think this does it.
513
514  -- Thomas Bushnell, BSG <tb@debian.org>  Wed, 19 Oct 2005 20:48:51 -0700
515
516 lilypond (2.6.3-3) unstable; urgency=low
517
518   * debian/control (Build-Depends): Require pkg-config, at least version
519     0.9.0.
520
521   * debian/control (Build-Depends): Accept libc0.1-dev (>= 2.2.4-6) as a
522     libc alternative.
523   * stepmake/bin/config.guess, stepmake/bin/config.sub: Use debian
524     versions, from autotools-dev 20050803.1.  (Closes: #334786)
525
526  -- Thomas Bushnell, BSG <tb@debian.org>  Wed, 19 Oct 2005 16:40:21 -0700
527
528 lilypond (2.6.3-2) unstable; urgency=low
529
530   * debian/rules (clean): Don't fail if lib/python isn't hanging around.
531     (Closes: #334725).
532
533  -- Thomas Bushnell, BSG <tb@debian.org>  Wed, 19 Oct 2005 09:41:10 -0700
534
535 lilypond (2.6.3-1) unstable; urgency=low
536
537   * New upstream release. (Closes: #323526, #315970, #316125, #314242)
538   * upstream-debian: holds the "debian" directory that upstream insists on
539     packaging, and which makes updating versions a royal PITA.  So we'll just
540     store what they do there, and then let them do what they want, and build
541     ourselves for the Debian way.
542   * debian/rules (binary-indep): No longer look for lilypond.map file or
543     install it.
544   * debian/lilypond-data.dirs: Drop etc/texmf/dvips.
545   * debian/watch: Look in the v2.6 download directory now.
546   * debian/lilypond.install: Don't worry about usr/lib anymore.
547   * debian/rules (binary-indep): No longer does upstream build PS docs, so
548     we no longer make symlinks to them.
549
550   * debian/control (clean): Remove annoying lib/python symlink.
551
552   * debian/control (lilypond): Update description to mention SVG.
553
554   * debian/control (lilypond1.3): Drop transitional package.
555   * debian/lilypond1.3.copyright: Remove file.  (Closes: #308709)
556   * debian/control (lilypond): Don't conflict with lilypond1.3 or
557     musixtex-fonts anymore.
558
559   * debian/control (lilypond-data): Depend on texinfo | texlive-texinfo.
560   * debian/rules (install): Don't install texinfo.tex.  (Closes: #322338)
561
562   * debian/control (Build-Depends): Require version 0.0.20050911-1 of
563     fontforge, or greater, to avoid crashes during building.
564
565   * debian/control (Build-Depends): Require at least version 1.1.17-1 of
566     mftrace, to avoid a gcc4-related bug that was only fixed in that version.
567
568  -- Thomas Bushnell, BSG <tb@debian.org>  Tue, 18 Oct 2005 19:33:41 -0700
569
570 lilypond (2.4.5-2) unstable; urgency=low
571
572   * debian/control (Build-Depends): Build system demands you have
573     ec-fonts-mftraced installed to build, so do it.
574
575  -- Thomas Bushnell, BSG <tb@debian.org>  Fri,  8 Apr 2005 04:38:44 -0700
576
577 lilypond (2.4.5-1) unstable; urgency=low
578
579   * New upstream release.  (Closes: #285370, #296034, #300609)
580   * debian/control (Build-Depends): Remove fontforge, autotrace, t1utils,
581     imagemagick.
582   (Build-Depends-Indep): Add imagemagick.
583   (lilypond Depends): Add ec-fonts-mftraced.
584   * debian/rules (binary-indep): Get lilypond.map from its new location.
585
586  -- Thomas Bushnell, BSG <tb@debian.org>  Thu,  7 Apr 2005 12:48:17 -0700
587
588 lilypond (2.2.6-3) unstable; urgency=low
589
590   * New maintainer.  (Closes: #278502).
591
592   * debian/control: Build-Depends on autotrace.  (Closes: #289376).
593
594   * mf/GNUmakefile (.pfa generic rule): Use "--formats=pfa" instead of "--pfa."
595   * stepmake/metafont-rules.make: Likewise; also for .pfb generic rule.
596   * debian/control: Require at least version 1.1.5-1 of mftrace.
597
598  -- Thomas Bushnell, BSG <tb@debian.org>  Mon, 14 Mar 2005 10:44:03 -0800
599
600 lilypond (2.2.6-2.1) unstable; urgency=high
601
602   * Non-maintainer upload during BSP
603   * Version build-dep on fontforge, only newest upstream seems to be able to
604     build this package. Thanks Bastian Kleineidam <calvin@debian.org> for
605     fixing fontforge and suggesting this fix (Closes:#278502)
606
607  -- Jeroen van Wolffelaar <jeroen@wolffelaar.nl>  Sat,  8 Jan 2005 19:54:27 +0100
608
609 lilypond (2.2.6-2) unstable; urgency=high
610
611   * Added the Werner Lemberg's Asian scripts examples.  He e-mailed me
612     and said, "I suggest that you add the two example files to the
613     Debian package also -- the mailing list archive of the lilypond
614     list shows garbage only (at least for me)."  Yes, ditto here.
615     So yes, xiao-haizi-guai-guai.ly and sakura-sakura.ly are in!  :-)
616   * The "-sDEVICE=bbox" bug has been fixed in gs-gpl (8.01-5), so I have
617     adjusted debian/control accordingly.  (Note to self: Need to check
618     gs-afpl (8.14-3) to see if it too can be taken off the blacklist.)
619
620  -- Anthony Fok <foka@debian.org>  Sun, 19 Sep 2004 06:39:07 +0800
621
622 lilypond (2.2.6-1) unstable; urgency=high
623
624   * New upstream stable release.  (Closes: Bug#264263)
625   * urgency=high to ensure entrance into Debian Sarge.
626   * Special thanks to Daniel Burrows for the previous NMUs!  :-)
627     (Closes: #257335, #261861)
628   * Added patch by Werner Lemberg to lilypond.py so that Asian scripts
629     may be used with LilyPond.  Need to "apt-get install latex-ucs"!  See
630     http://lists.gnu.org/archive/html/lilypond-devel/2004-07/msg00071.html
631   * Thanks to Ferenc Wagner for letting me know of some packaging bugs
632     that I have introduced over the years:
633      - Removed obsolete MAKE_PFA_FILES=1 from "make" invocations.
634      - s/--enable-optimise/--enable-optimising/;
635      - Removed Build-Depends: autotrace; mftrace prefers potrace.
636   * Let's follow Han-wen's Red Hat SPECS file too: --disable-checking.
637
638  -- Anthony Fok <foka@debian.org>  Thu, 26 Aug 2004 02:30:04 +0800
639
640 lilypond (2.2.3-1.3) unstable; urgency=low
641
642   * The doc-base file was coming from upstream!  Kill it dead in
643     debian/rules clean so that it doesn't keep coming back from
644     the grave to haunt me. (Closes: #261861)
645
646  -- Daniel Burrows <dburrows@debian.org>  Mon,  2 Aug 2004 16:03:32 -0400
647
648 lilypond (2.2.3-1.2) unstable; urgency=low
649
650   * Non-maintainer upload.
651   * Added Replaces: lilypond (<= 2.2.3-1), lilypond-data (<= 2.2.3-1) to
652     lilypond-doc. (Closes: #261861)
653
654  -- Daniel Burrows <dburrows@debian.org>  Wed, 28 Jul 2004 13:08:57 -0400
655
656 lilypond (2.2.3-1.1) unstable; urgency=low
657
658   * Non-maintainer upload
659   * Removed doc-base files for the lilypond and lilypond-data packages;
660     moved the description of the info files to the doc-base file of the
661     lilypond-doc package, which actually contains them; corrected the
662     location of the info files in the doc-base file. (Closes: #257335)
663
664  -- Daniel Burrows <dburrows@debian.org>  Sat, 17 Jul 2004 12:55:57 -0400
665
666 lilypond (2.2.3-1) unstable; urgency=low
667
668   * New upstream release.
669
670  -- Anthony Fok <foka@debian.org>  Sun, 27 Jun 2004 16:53:06 +0800
671
672 lilypond (2.2.2-2) unstable; urgency=low
673
674   * New upstream release.  (Closes: Bug#242861)
675     - Thanks to Pedro Kroeger for providing interim sid packages while
676       I was away for an extended period of time.
677   * Copied some ideas from Ferenc Wagner's LilyPond for woody (Thanks!):
678      - Split out shared data to lilypond-data package.  (Closes: Bug#233406)
679      - Make lilypond-data conflict with earlier lilypond versions.
680      - debian/control: Relaxed autotrace Build-Depends (>= 0.29).
681      - debian/control: Added imagemagick Build-Depends (>= 5.4.4.5).
682   * Added more details to lilypond package description.  (Closes: Bug#245370)
683   * gs-gpl 8.01 (and gs-afpl 8.14) dies when building LilyPond docs.
684     (Known -sDEVICE=bbox bug in gs 8.01 and newer, see gs-gpl Bug#250290.)
685     Added Build-Conflict-Indep: gs-gpl (>= 8.01) | gs-afpl (Closes: Bug#250622)
686   * Build-Depends: fontforge | pfaedit.
687   * debian/watch: Updated to new URL and new format.
688   * vim/GNUmakefile: Install $(vimdir)/*/lilypond.vim scripts with "-m 644".
689
690  -- Anthony Fok <foka@debian.org>  Fri, 18 Jun 2004 02:39:58 +0800
691
692 lilypond (2.1.0-2) unstable; urgency=low
693
694   * A few HTML links in Documentation/user/{introduction,tutorial}.itely
695     went up one too few level in the directory tree, i.e. broken links.
696     Thanks to D. Raleigh Arnold for the bug report.  (Closes: Bug#208208)
697   * Build-Depends: imagemagick; lilypond uses "convert" nowadays.
698     Thanks to Daniel Schepler for the bug report.  (Closes: Bug#221062)
699
700  -- Anthony Fok <foka@debian.org>  Wed, 19 Nov 2003 10:12:16 +0800
701
702 lilypond (2.1.0-1) unstable; urgency=low
703
704   * New upstream release.
705   * Build-Requires: pfaedit (>= 0.0.20031020-3) to prevent FTBFS on alpha.
706     Thanks to Petter Reinholdtsen for the bug report, and thanks to
707      Peter Hawkins for adopting the PfaEdit package!  (Closes: Bug#217216)
708   * Build process used to redirect to /dev/stderr which does not exist in
709     all environments.  Upstream replaced it with ">&2" in 1.9.0 in August.
710     Thanks to Daniel Schepler for the bug report.  (Closes: #215481)
711   * Added symlink from /usr/share/lilypond/$(VERSION)/fonts/type1 to
712     /usr/share/texmf/fonts/type1/public/lilypond.  Thanks to Pedro Kroger
713     and Mats Bengtsson's discussion on the lilypond-devel:
714     http://mail.gnu.org/archive/html/lilypond-devel/2003-10/msg00016.html
715
716  -- Anthony Fok <foka@debian.org>  Sat, 25 Oct 2003 19:34:41 +0800
717
718 lilypond (1.8.1-1) unstable; urgency=low
719
720   * New upstream release.
721   * Thanks to Jan Nieuwenhuizen for the following fixes:
722     debian/control (Build-Depends): Add flex-old as alternative to flex.
723                                     Deprecate bison 1.75.
724
725  -- Anthony Fok <foka@debian.org>  Wed, 27 Aug 2003 00:24:20 +0800
726
727 lilypond (1.8.0-1) unstable; urgency=low
728
729   * New upstream release.
730
731  -- Anthony Fok <foka@debian.org>  Wed, 13 Aug 2003 00:23:36 +0800
732
733 lilypond (1.7.29-1) unstable; urgency=medium
734
735   * New upstream release, preparing for lilypond-1.8.  :-)
736   * stepmake/bin/add-html-footer.py: Use LOGNAME only if it exists.
737     pbuilder unsets LOGNAME and Python returns KeyError.
738     Thanks to Daniel Schepler for the report.  (Closes: Bug#193065)
739   * debian/rules: Revert to calling ./configure rather than ./autogen.sh.
740   * An issue with autoconf <= 2.57 and g++ >= 3.3 has been preventing
741     getopt-long.cc from compiling.  A workaround was checked in by upstream
742     author Jan Nieuwenhuizen on 2003-06-08, and the fix in aclocal.m4 was
743     backported from 1.7.29.  (Closes: Bug#197761)
744   * Mark Brown says 1.7.27 has fixed FTBFS on m86k too.  Thanks for the
745     note!  (Closes: Bug#200510)
746   * Run dh_scrollkeeper to register *.omf files.
747
748  -- Anthony Fok <foka@debian.org>  Fri,  1 Aug 2003 05:40:04 +0800
749
750 lilypond (1.6.9-2) unstable; urgency=medium
751
752   * CVS updates as of 2003-04-29.  (Thanks, Jan!)
753   * "Empty midi2ly.1" problem has been fixed upstream.  (Closes: Bug#181927)
754   * Build-Depends: autoconf2.13 and run autogen.sh in debian/rules
755     to ensure this package passes the auto-build daemons.  :-)
756
757  -- Anthony Fok <foka@debian.org>  Thu,  1 May 2003 13:18:57 +0800
758
759 lilypond (1.6.9-1) unstable; urgency=medium
760
761   * New upstream release with CVS updates as of 2003-04-15.
762     Jan Nieuwenhuizen has backported fixes to deal with build problems
763     with flex (>= 2.5.29).
764   * Rebuild with guile-1.6 packages.
765   * Merged debian/* fixes by upstream author Jan Nieuwenhuizen (Thanks!):
766     - Depend on mftrace (>= 1.0.17-1) instead of pktrace.
767     - Add guile-1.6-dev as alternative dependency to libguile-dev
768     - Bugfix for docdir when with changed package name.
769     - Remove bibtex2html dependencies.  (LilyPond has come with its own
770       bib2html for some time now.  However, xpmtoppm and pnmtopng from
771       netpbm is still needed - foka)
772     - Remove gcc-3.x/lexer kludge.
773   * midi2ly.1 was empty because help2man calls midi2ly but it couldn't
774     "import midi": python/out/midi.so wasn't built until later.  Added
775     a kludge in debian/rules to regenerate midi2ly.1 manually.
776     Thanks to Colin Watson for reporting the bug.  (See Bug#181927)
777
778  -- Anthony Fok <foka@debian.org>  Mon, 28 Apr 2003 03:50:50 +0800
779
780 lilypond (1.6.6-2) unstable; urgency=high
781
782   * Hmm, so /usr/share/texmf/dvips/config is an symlink, and thus
783     /usr/share/lilypond/1.6.6/dvips/lilypond.map conflicts with tetex-base.
784     Let's move it to /etc/texmf/dvips/lilypond.map then, and make it a
785     conffile.  Thanks for all the (duplicate) bug reports!  ;-)
786     (Closes: Bug#169811, #169812, #169877, #169946)
787
788  -- Anthony Fok <foka@debian.org>  Sat, 23 Nov 2002 19:21:04 +0800
789
790 lilypond (1.6.6-1) unstable; urgency=medium
791
792   * New upstream release.
793   * Updated Debian section in Documentation/topdocs/INSTALL.texi.
794   * FTBFS bug due to bugs in bison-1.50.  Now explicitly Build-Depends
795     on bison << 1:1.50 or >= 1:1.75-1.  (Closes: Bug#165662)
796
797  -- Anthony Fok <foka@debian.org>  Tue, 22 Oct 2002 02:05:33 +0800
798
799 lilypond (1.6.4-1) unstable; urgency=medium
800
801   * New upstream release.
802   * Higher urgency because of memory corruption bugs in previous releases.
803
804  -- Anthony Fok <foka@debian.org>  Sun, 22 Sep 2002 01:55:29 +0800
805
806 lilypond (1.6.3-1) unstable; urgency=low
807
808   * New upstream release.
809
810  -- Anthony Fok <foka@debian.org>  Sat, 21 Sep 2002 11:14:48 +0800
811
812 lilypond (1.6.2-1) unstable; urgency=low
813
814   * New upstream release.
815   * Check g++ version and run lexer-gcc-3.1.sh if necessary.
816
817  -- Anthony Fok <foka@debian.org>  Tue, 10 Sep 2002 23:37:27 +0800
818
819 lilypond (1.6.0-1) unstable; urgency=medium
820
821   * New upstream release.
822   * binary-arch: Changed "DH_OPTIONS=-a" to "DH_OPTIONS=-s" so that
823     dpkg-gencontrol would not choke on lilypond1.3 for unlisted
824     architectures.  Thanks to Ryan Murray for the report and suggested
825     fix.  (Closes: Bug#157766)
826
827  -- Anthony Fok <foka@debian.org>  Sun, 25 Aug 2002 11:59:01 +0800
828
829 lilypond (1.5.68-2) unstable; urgency=low
830
831   * Oops, I was missing Build-Depends on python-dev.  Thanks to LaMont
832     Jones and his hppa build daemon for the report. (Closes: Bug#153402)
833   * lilypond should Depends instead of Recommends tetex-extra.
834     Thanks to Russell Neches for the report.  (Closes: Bug#152228)
835   * lilypond-indent.el is now installed in lilypond 1.5.x.
836     Thanks to Christophe Rhodes for the report.  (Closes: Bug#139070)
837
838  -- Anthony Fok <foka@debian.org>  Thu, 18 Jul 2002 23:41:44 +0800
839
840 lilypond (1.5.68-1) unstable; urgency=low
841
842   * New upstream release, gearing up for 1.6.0.
843   * Thanks to upstream author Jan Nieuwenhuizen for updating the Debian
844     package to work with 1.5.68.
845   * As per Jan's suggestion, now Build-Depends: pktrace (>= 1.0.3-1),
846     pfaedit (>= 0.0.20020312-1), autotrace, t1utils
847
848  -- Anthony Fok <foka@debian.org>  Wed, 17 Jul 2002 03:20:23 +0800
849
850 lilypond (1.4.13-1) unstable; urgency=low
851
852   * New upstream release.
853   * Depends: pktrace
854
855  -- Anthony Fok <foka@debian.org>  Mon,  6 May 2002 04:09:32 +0800
856
857 lilypond (1.4.12-1) unstable; urgency=high
858
859   * New upstream maintenance release.
860   * Several important fixes (including our bison-related patch added
861     to 1.4.10-1) are included since 1.4.11 this release.  (Now, I
862     don't even need to increase teTeX's extra_mem_top, extra_mem_bot
863     or pool_size!  :-)  Please include in Woody.
864   * Fixed a typo in lilypond-doc package description: typestting ->
865     typesetting.  Thanks, Matt Zimmerman!  (Closes: Bug#125083)
866
867  -- Anthony Fok <foka@debian.org>  Sun, 24 Feb 2002 02:06:15 +0800
868
869 lilypond (1.4.10-1) unstable; urgency=high
870
871   * New upstream release.
872   * lilypond failed to build with bison >= 1.30 because bison's output file
873     has been renamed.  Applied an upstream fix.  (Closes: Bug#133692)
874   * lilypond's documentation also failed to build with the latest
875     tetex or texinfo package.  Instead of increasing extra_mem_top and
876     extra_mem_bot, increasing pool_size does the trick.
877
878  -- Anthony Fok <foka@debian.org>  Mon, 18 Feb 2002 11:41:31 +0800
879
880 lilypond (1.4.9-1) unstable; urgency=high
881
882   * New upstream release.
883   * Oops, libc6-dev is known as libc6.1-dev and libc-dev on some
884     architectures.  Fixed Build-Depends so that lilypond can be built
885     on all platforms.  Thanks to Colin Watson for reporting the bug.
886     (Closes: Bug#120208)
887
888  -- Anthony Fok <foka@debian.org>  Tue, 27 Nov 2001 23:28:11 +0800
889
890 lilypond (1.4.8-2) unstable; urgency=high
891
892   * [debian/rules]: Use -s instead of -a so that lilypond would get built
893      on all architectures even when the dummy lilypond1.3 package isn't
894      built.  Thanks to Ryan Murray for the report.  (Closes: Bug#117622)
895   * Depends on python instead of python-base.  The python scripts in
896     lilypond work with old and new Python versions.
897   * Build-Depends on "-z combreloc"-enabled binutils (>= 2.11.92.0.10-2)
898     and libc6-dev (>= 2.2.4-5) so that lily runs faster!  :-)
899
900  -- Anthony Fok <foka@debian.org>  Sun, 11 Nov 2001 10:45:10 +0800
901
902 lilypond (1.4.8-1) unstable; urgency=high
903
904   * New upstream release.  (Closes: Bug#111132)
905   * Stopped using $(PWD) in make, as it doesn't seems to work on
906     potato systems with older "make".  Reverted to `pwd`.
907     Thanks to Wolfgang Schnitker for notifying me this problem.
908   * Changed the lilypond1.3 dummy package's Architecture from "all"
909     to "arm i386 m68k powerpc sparc".  Also, as upstream updated
910     config.sub and config.guess to recognize ia64 and hppa.
911     Thanks to Anthony Towns for the bug report.  (Closes: Bug#114266)
912   * Versioned Build-Depends: flex (>= 2.5.4a-14) to ensure gcc-3.0
913     compatibility.
914
915  -- Anthony Fok <foka@debian.org>  Sun, 14 Oct 2001 18:28:45 +0800
916
917 lilypond (1.4.5-1) unstable; urgency=low
918
919   * New upstream release.
920   * Upstream includes lexer-gcc-3.0.patch which should fix compilation
921     problems with g++-3.0.  (Closes: Bug#105001)
922   * Hurray!  texinfo-4.0b is finally in Debian!  Thanks, Josip!  :-)
923     Updated Build-Depends.
924
925  -- Anthony Fok <foka@debian.org>  Wed, 25 Jul 2001 03:04:37 +0800
926
927 lilypond (1.4.3-1) unstable; urgency=high
928
929   * New upstream release.
930   * Urgency high because LilyPond-1.2.17 is too buggy and yet it has
931     been stuck in testing forever.  LilyPond-1.4.x fixes multiple
932     serious bugs.  :-)
933   * Ah, silly me, lilypond was conflicting against itself!  I forgot
934     to remove this relics during the switch from lilypond1.3 to lilypond.
935   * Fixed a new bug in lily/main.cc which caused lilypond to skip over every
936     other command-line argument.
937   * [configure.in]: Added -mieee to CFLAGS and CXXFLAGS when building on
938      Alpha to prevent FP exception.  Thanks to Christopher C. Chimelis
939      for the fix!
940
941  -- Anthony Fok <foka@debian.org>  Fri, 15 Jun 2001 00:42:46 -0600
942
943 lilypond (1.4.2-1) unstable; urgency=low
944
945   * New upstream release.
946   * Moved "bibtex2html, gs | gs-aladdin, netpbm (>= 2:9.10-1)"
947     from Build-Depends to Build-Depends-Indep because these packages
948     are only needed for building lilypond-doc.
949
950  -- Anthony Fok <foka@debian.org>  Tue, 29 May 2001 02:26:58 -0600
951
952 lilypond (1.4.1-1) unstable; urgency=low
953
954   * New upstream release.  (Closes: Bug#97598)
955   * export extra_mem_top=100000 and extra_mem_bot=100000, otherwise
956     latex runs out of memory when processing standchen.dvi.latex.
957   * Split the documentation into the "lilypond-doc" package, which
958     provides the LilyPond website in /usr/share/doc/lilypond/html.
959
960  -- Anthony Fok <foka@debian.org>  Wed, 16 May 2001 16:03:40 -0600
961
962 lilypond (1.3.150-1) unstable; urgency=low
963
964   * New upstream version.
965   * Renamed package from lilypond1.3 back to lilypond.
966     This also fixes a lot of bugs from the old lilypond-1.2.17 package.
967     lilypond1.3 is temporarily provided as a dummy transitional package.
968     Closes: Bug#67697, 84352, 48731, 72223, 85834.
969   * [debian/rules]:
970      - No longer blindly copy intermediate DVI files into
971        the deb package.  Thanks to Daniel Burrows for the reminder.
972        Closes: Bug#87852.
973      - Added "export MODE=ljfour" and "export BDPI=600" because I use
974        something different in my local /etc/texmf/mktex.cnf and that
975        broke the build.
976   * Fixed Build-Depends because pnmtopng has been merged into the netpbm
977     package.  Thanks to Adrian Bunk for the notice.  Closes: Bug#93961.
978   * [lily/kpath.cc]: Modified to better conform to web2c fontpath policy.
979
980  -- Anthony Fok <foka@debian.org>  Thu, 26 Apr 2001 03:25:50 -0600
981
982 lilypond1.3 (1.3.132-1) unstable; urgency=medium
983
984   * New upstream version.
985   * Oops, in 1.3.129-1, the "(setq auto-mode-alist (append ..." line in
986     /etc/emacs/site-start.d/50lilypond1.3.el (debian/emacsen-startup)
987     and in FAQ.txt was buggy.  Thanks to Erik Demaine for the bug report.
988     Closes: Bug#86685.
989
990  -- Anthony Fok <foka@debian.org>  Sun, 25 Feb 2001 20:27:09 -0700
991
992 lilypond1.3 (1.3.129-1) unstable; urgency=low
993
994   * In memory of Werner Icking + (August 26, 1943 - February 8, 2001),
995     a dear friend, a kind educator, and a hard worker in sharing beautiful
996     typeset music to the world.  (Maintainer of the GMD Music Archive,
997     http://www.gmd.de/Misc/Music/).
998
999   * New upstream release.
1000   * Upstream has changed from "lilypond-mode" to the "studly caps name"
1001     "LilyPond-mode".  Fixed /etc/emacs/site-start.d/50lilypond1.3.el
1002     (debian/emacsen-startup).  Thanks to Christophe Rhodes for the bug
1003     report.  Closes: Bug#83732.
1004   * Added "Build-Conflicts: lilypond, lilypond1.3" to prevent old
1005     lilypond font files from potentially interfering with the build on
1006     other Debian ports autobuilders.
1007   * Built with libguile-dev (1:1.4-9) or newer to ensure correct
1008     linkage to libqthreads.so.9.  Also updated the Build-Depends and
1009     Depends fields accordingly.  Thanks to guile1.4 package maintainer
1010     Rob Browning for his notification and to Daniel Burrows for his bug
1011     report.  Closes: Bug#85896.
1012
1013  -- Anthony Fok <foka@debian.org>  Sat, 10 Feb 2001 01:38:36 -0700
1014
1015 lilypond1.3 (1.3.121-1) unstable; urgency=low
1016
1017   * New upstream release.
1018   * Added more detailed instruction for building lilypond1.3 on Debian
1019     in Documentation/topdocs/INSTALL.texi (hence INSTALL.txt).
1020   * Applied Han-wen's one-line patch to lily/system-start-delimiter.cc
1021     to remove bracket-width.
1022   * It seems that bracket-width needs to be removed from
1023     scm/grob-description.scm and scm/interface-description.scm too.
1024
1025  -- Anthony Fok <foka@debian.org>  Sun,  7 Jan 2001 02:34:46 -0700
1026
1027 lilypond1.3 (1.3.119-1) unstable; urgency=low
1028
1029   * New upstream release.
1030   * Merged debian/* fixes by upstream author Jan Nieuwenhuizen.  Thanks!
1031      - The lilypond info files are back!  Partially fixed Bug#72233.
1032      - Uses the new libguile9 instead of the old libguile6.
1033   * Depends on libkpathsea3 instead of the old tetex-lib; Build-Depends
1034     is also changed accordingly.  Closes: Bug#79469, Bug#79837.
1035   * Edited Documentation/user/development.itexi so that it builds
1036     without error.
1037
1038  -- Anthony Fok <foka@debian.org>  Fri, 22 Dec 2000 12:54:49 -0700
1039
1040 lilypond1.3 (1.3.107) unstable; urgency=low
1041
1042   * Fixed watch location.
1043   * Local build, not uploaded to Debian.
1044
1045  -- Jan Nieuwenhuizen <janneke@gnu.org>  Mon, 13 Nov 2000 13:33:53 +0100
1046
1047 lilypond1.3 (1.3.103) unstable; urgency=low
1048
1049   * Re-enabled info doc rules.
1050   * Local build, not uploaded to Debian.
1051
1052  -- Jan Nieuwenhuizen <janneke@gnu.org>  Sun,  5 Nov 2000 22:15:57 -0100
1053
1054 lilypond1.3 (1.3.99-1) unstable; urgency=low
1055
1056   * New upstream release.
1057
1058  -- Anthony Fok <foka@debian.org>  Tue, 31 Oct 2000 00:48:20 -0700
1059
1060 lilypond1.3 (1.3.94-1) unstable; urgency=low
1061
1062   * New upstream release.
1063
1064  -- Anthony Fok <foka@debian.org>  Sun,  8 Oct 2000 12:36:52 -0600
1065
1066 lilypond1.3 (1.3.80.jcn1-1) unstable; urgency=low
1067
1068   * New upstream release.
1069   * s/tetex-devel/tetex-dev/ in Build-Depends.  Thanks to bug report
1070     filed by fellow developer Roman Hodek (closes: Bug#69772).
1071
1072  -- Anthony Fok <foka@debian.org>  Sun, 27 Aug 2000 06:11:22 -0600
1073
1074 lilypond1.3 (1.3.79-1) unstable; urgency=low
1075
1076   * New upstream release.
1077   * Added tetex-dev to Build-Depends.  Thanks to bug report by fellow
1078     developer Daniel Jacobowitz (closes: Bug#68441).
1079   * Install two documentation files NEWS and ROADMAP.
1080
1081  -- Anthony Fok <foka@debian.org>  Thu, 17 Aug 2000 22:57:57 -0600
1082
1083 lilypond1.3 (1.3.78-1) unstable; urgency=low
1084
1085   * New upstream release.
1086
1087  -- Anthony Fok <foka@debian.org>  Wed, 16 Aug 2000 06:32:14 -0600
1088
1089 lilypond1.3 (1.3.75-1) unstable; urgency=low
1090
1091   * New upstream release.
1092   * Updated the link to the http://sca.uwaterloo.ca/lilypond/ mirror in
1093     the package description.
1094
1095  -- Anthony Fok <foka@debian.org>  Wed, 26 Jul 2000 01:56:28 -0600
1096
1097 lilypond1.3 (1.3.58-1) unstable; urgency=low
1098
1099   * New upstream release with patch from Han-wen.
1100
1101  -- Anthony Fok <foka@debian.org>  Thu,  8 Jun 2000 17:19:08 -0600
1102
1103 lilypond1.3 (1.3.48-1) unstable; urgency=low
1104
1105   * New upstream release.
1106   * [debian/control]: Added Depends: guile, for /usr/bin/as2text (Lintian).
1107   * [debian/rules]: Changed the symlink /usr/share/lilypond/cmtfm from
1108       absolute to relative.
1109
1110  -- Anthony Fok <foka@debian.org>  Wed, 10 May 2000 12:17:54 -0600
1111
1112 lilypond1.3 (1.3.45-1) unstable; urgency=low
1113
1114   * New upstream release.
1115
1116  -- Anthony Fok <foka@debian.org>  Fri, 14 Apr 2000 21:39:40 -0600
1117
1118 lilypond1.3 (1.3.44-1) unstable; urgency=low
1119
1120   * New upstream development release with numerous bug fixes, small
1121     enhancements, and updates to documentation.
1122   * [debian/postinst]: Fixed the pathname to README.Debian.  Thanks to
1123       Olivier Abad for the bug report (closes: Bug#58674).
1124   * [debian/rules]: Now configure with --enable-optimise again.
1125       Yes, it appears that LilyPond and glibc2.1.3 finally get along
1126       nicely even with optimisation turned on.  Hurray!  :-)
1127   * [Documentation/user/*]: Fixed some formatting bugs in the texinfo files.
1128   * [debian/control]: Modified description to hint that 1.3.43 is better
1129       than 1.2.17.  :-)
1130   * [debian/{rules,emacsen-startup}]: Added an Emacs startup file
1131       /etc/emacs/site-start.d/50lilypond1.3.el so that lilypond-mode is
1132       automatically loaded for *.ly files.
1133
1134  -- Anthony Fok <foka@debian.org>  Wed, 12 Apr 2000 21:22:31 -0600
1135
1136 lilypond1.3 (1.3.24-1) frozen unstable; urgency=low
1137
1138   * New upstream development release with lots of bug fixes.  :-)
1139   * [debian/control]: Added missing build dependencies.  Thanks to
1140      Roman Hodek for the bug report and solution (closes: Bug#58078).
1141
1142  -- Anthony Fok <foka@debian.org>  Sat, 19 Feb 2000 15:14:31 -0700
1143
1144 lilypond1.3 (1.3.17-1) unstable; urgency=low
1145
1146   * New upstream release.  Merry Christmas!
1147
1148  -- Anthony Fok <foka@debian.org>  Fri, 24 Dec 1999 08:59:21 -0700
1149
1150 lilypond1.3 (1.3.16-1) unstable; urgency=low
1151
1152   * New upstream release.
1153
1154  -- Anthony Fok <foka@debian.org>  Wed, 22 Dec 1999 22:12:30 -0700
1155
1156 lilypond1.3 (1.3.12-1) unstable; urgency=low
1157
1158   * New upstream release.
1159   * [debian/rules]: Commented out "$(MAKE) -C Documentation/programmer ps"
1160       temporarily because of error making lilypond-overview.dvi.
1161
1162  -- Anthony Fok <foka@debian.org>  Fri, 17 Dec 1999 00:33:47 -0700
1163
1164 lilypond1.3 (1.3.5-1) unstable; urgency=low
1165
1166   * New upstream release.  lilypond1.3 is the developmental branch.
1167   * [debian/rules]: Removed "install-stamp".
1168   * [debian/control]:
1169       - Standards-Version: 3.1.0
1170       - Added the Build-Depends field.
1171       - Updated dependencies of tetex-{base,bin,extra} packages to
1172         1.0*-1.
1173
1174  -- Anthony Fok <foka@debian.org>  Sat, 13 Nov 1999 23:25:42 -0700
1175
1176 lilypond (1.2.17-1) unstable; urgency=low
1177
1178   * New upstream release.
1179   * [debian/rules]:
1180      - Reverted to configuring with --disable-optimise.
1181      - The documentation files are now built properly, and both
1182        ps and dvi versions are included.
1183   * Standards-Version: 3.0.1
1184
1185  -- Anthony Fok <foka@debian.org>  Sat, 30 Oct 1999 06:57:04 -0600
1186
1187 lilypond (1.2.2-1) unstable; urgency=low
1188
1189   * New upstream release.
1190   * [debian/control]:
1191      - Removed recommendation for python-misc (>= 1.5.1)
1192        and updated the recommendation of python-base to 1.5.2-4.
1193        Thanks to Gregor Hoffleit for the note (closes: Bug#41343).
1194      - Updated package description to that provided by the upstream
1195        authors in the new version.
1196   * [debian/rules]: Now configure with --enable-optimise.
1197
1198  -- Anthony Fok <foka@debian.org>  Tue, 24 Aug 1999 22:05:12 -0600
1199
1200 lilypond (1.1.53-1) unstable; urgency=low
1201
1202   * New upstream release.
1203   * Partially upgraded to standards version 3.0.0:
1204      - Updated copyright to point to /usr/share/common-licenses
1205      - First step towards FHS-compliance: Man pages are now installed
1206        under /usr/share/man.
1207
1208  -- Anthony Fok <foka@debian.org>  Wed,  7 Jul 1999 15:23:57 -0600
1209
1210 lilypond (1.1.47-1) unstable; urgency=low
1211
1212   * New upstream release.
1213
1214  -- Anthony Fok <foka@debian.org>  Thu, 10 Jun 1999 18:10:13 -0600
1215
1216 lilypond (1.1.42-1) unstable; urgency=low
1217
1218   * New upstream release.
1219   * [postinst]: Runs "/usr/bin/mktexlsr /usr/share/texmf" to save time.
1220   * [postrm]: Removed the unnecessary "/usr/bin/mktexlsr" call.
1221   * The segfault problem has disappeared on my computer (running
1222     the latest potato system).  Please test.
1223
1224  -- Anthony Fok <foka@debian.org>  Tue, 11 May 1999 11:16:58 -0600
1225
1226 lilypond (1.1.37-1) unstable; urgency=low
1227
1228   * New upstream release.
1229   * Known problem: LilyPond simply segfaults under glibc 2.1 on my i386
1230     system, and I don't know how to fix the problem yet.  I hope users of
1231     other platforms have better luck.
1232   * [debian/rules]:
1233       - Make and install info files.
1234       - Removed "CC=egcc" because the default gcc on all platforms is
1235         now the one from egcs.
1236       - Install *.png instead of *.xpm.
1237       - Minor clean-ups.
1238   * Added debian/compress to make sure *.png are not compressed.
1239   * Added debian/doc-base and postinst/prerm for the LilyPond info files.
1240   * s!usr/lib/texmf!usr/share/texmf!g and cleaned up old hacks
1241     in {pre,post}{inst,rm} files due to tetex's new FHS-compliant
1242     directory structure.
1243   * [debian/control]: Now Depends/Recommends the latest FHS-compliant
1244       tetex-{bin,base,extra} (>= 0.9.99031{0,1}-1) packages.
1245
1246  -- Anthony Fok <foka@debian.org>  Mon,  5 Apr 1999 20:43:30 -0600
1247
1248 lilypond (1.1.31-1) unstable; urgency=low
1249
1250   * New upstream release.
1251   * Re-incorporated the changes in debian/rules and debian/postinst
1252     from lilypond_1.0.xx series.  I forgot these changes when I moved
1253     from 1.0.19.uu3-1 to 1.1.29-1.  Sorry!  :-)
1254   * [make/lilypond-vars.make]: Copied the definition of TEX_TFMDIR from
1255       make/toplevel.make.in and added it to LILYINCLUDE...
1256   * Applied the patch lilypond-1.1.31.jcn1.diff from Jan Nieuwenhuizen.
1257   * [debian/rules]:
1258       - Temporarily use "-$(MAKE) -k -C Documentation/tex dvi" to
1259         circumvent the occasional \times segfault problem when building
1260         refman.dvi.
1261       - Added symlink /usr/lib/texmf/fonts/tfm/public/lilypond.
1262
1263  -- Anthony Fok <foka@debian.org>  Thu, 18 Feb 1999 00:25:04 -0700
1264
1265 lilypond (1.1.29-1) unstable; urgency=low
1266
1267   * New upstream release.
1268   * [stepmake/aclocal.m4]: AC_STEPMAKE_GUILE now calls the GUILE_FLAGS
1269       macro to set -lqthreads etc., otherwise Guile would not be detected
1270       by the configure script.
1271
1272  -- Anthony Fok <foka@debian.org>  Sun, 14 Feb 1999 09:05:00 -0700
1273
1274 lilypond (1.0.19.uu3-1) frozen unstable; urgency=low
1275
1276   * New upstream bug-fix release.
1277
1278  -- Anthony Fok <foka@debian.org>  Sat, 12 Dec 1998 04:23:15 -0700
1279
1280 lilypond (1.0.19.uu1-2) frozen unstable; urgency=low
1281
1282   * [debian/rules]: Now builds the LilyPond documentation in dvi format.
1283       Thanks to Roland Rosenfeld <roland@spinnaker.rhein.de>
1284       for the bug report. (closes: Bug#30123).
1285   * [debian/control]: Now also Recommends: tetex-extra (>= 0.9.981030-1)
1286       because the .dvi documentation uses the EC fonts in that package.
1287
1288  -- Anthony Fok <foka@debian.org>  Thu, 10 Dec 1998 17:43:57 -0700
1289
1290 lilypond (1.0.19.uu1-1) frozen unstable; urgency=low
1291
1292   * New upstream bug-fix release.
1293
1294  -- Anthony Fok <foka@debian.org>  Mon,  7 Dec 1998 13:12:02 -0700
1295
1296 lilypond (1.0.18-2) frozen unstable; urgency=low
1297
1298   * [debian/rules]: Added symlink /usr/lib/texmf/fonts/afm/public/lilypond.
1299       Thanks to Julian Gilbey <jdg@maths.qmw.ac.uk> for the bug report
1300       (closes: Bug#29407).
1301   * [scripts/ly2dvi.py]: Re-added a patch similar to the one in 1.0.17-1,
1302       but teTeX's default search path is now placed *before* the ones that
1303       ly2dvi adds.  Thanks to Roland Rosenfeld <roland@spinnaker.rhein.de>
1304       for the bug report. (closes: Bug#29459).
1305
1306  -- Anthony Fok <foka@debian.org>  Mon, 23 Nov 1998 21:29:25 -0700
1307
1308 lilypond (1.0.18-1) frozen unstable; urgency=low
1309
1310   * New upstream bug-fix release.
1311   * [debian/control]:
1312       - Upgraded to standards version 2.5.0.0 (no changes).
1313       - Recommends: python-misc (>= 1.5.1) because ly2dvi needs the glob
1314         module in the python-misc package (closes: Bug#29283).
1315       - Updated dependencies on tetex* to the latest versions:
1316           Depends: tetex-bin (>= 0.9.981031-2)
1317           Recommends: tetex-base (>= 0.9.981030-1)
1318         due to changes in tetex's directory structure.
1319   * [debian/rules]:
1320       - The symlink ../../../../../share/lilypond/mf is now named
1321         /usr/lib/texmf/fonts/source/public/lilypond instead of
1322         /usr/lib/texmf/fonts/source/public/mf (Bug#29284).
1323       - In the latest tetex-base package, /usr/lib/texmf/doc is now a
1324         symlink to /usr/doc/texmf.  Therefore, we now install lilypond's
1325         documentation into /usr/doc/texmf/musixtex/lilypond.
1326         (closes: Bug#28999, Bug#29326)
1327   * [debian/preinst]:
1328       - The script now removes the directories
1329         /var/spool/texmf/pk/*/public/mf and /var/spool/texmf/tfm/public/mf
1330         created inadvertently by Debian's buggy lilypond 1.0.17-1.  :-)
1331         (Bug#29284)
1332       - Since 1.0.17-1, /usr/lib/texmf/tex/lilypond has been changed to a
1333         symbolic directory.  The script now removes the old real directory
1334         to prevent problems during upgrade (closes: Bug#29284).
1335   * [debian/postinst]: I copied a few lines from tetex-nonfree's postinst
1336       to remove the old directory /usr/lib/texmf/doc if lilypond is the
1337       last package to use that directory, and create a symlink to
1338       /usr/doc/texmf.  :-)
1339   * Rebuilt with yodl (1.31.7-1) installed to ensure the documentations
1340     are compiled properly (closes: Bug#29285).
1341   * Thanks to Fabien Ninoles <fab@tzone.org>, Roland Rosenfeld
1342     <roland@spinnaker.rhein.de> and Julian Gilbey <jdg@maths.qmw.ac.uk>
1343     for reporting the bugs listed above. :-)
1344
1345  -- Anthony Fok <foka@debian.org>  Thu, 12 Nov 1998 03:14:25 -0700
1346
1347 lilypond (1.0.17-1) frozen unstable; urgency=low
1348
1349   * New upstream "stable" release.
1350   * [debian/{copyright,control}]: pcnov095.win.tue.nl -> ftp.cs.uu.nl
1351       (New upstream master FTP site).  Also updated JCN's web site URL.
1352   * [debian/rules]:
1353       - Now, in the "clean:" target, runs either
1354         "find . -user root | xargs -r chown $$SUDO_USER.$$SUDO_GID" or
1355         "find . -user root | xargs -r chown $$LOGNAME" to deal with all those
1356         root-owned "out/*" files generated during a "sudo debian/rules clean"
1357         run.  Thanks to Roman Hodek <Roman.Hodek@informatik.uni-erlangen.de>
1358         for reporting the problem!  (closes: Bug#27044)
1359       - Updated debian/rules according to the new debhelper rules example.
1360       - Now configures with --disable-optimise instead of --enable-optimise,
1361         otherwise it would not compile.
1362       - Added symlinks to directories under /usr/lib/texmf because lilypond
1363         now puts everything under /usr/share/lilypond.
1364   * [Documentation/topdocs/AUTHORS.yo]: Added a trailing "/" on URLs.
1365   * [scripts/ly2dvi.py]: Added a hack to add an extra os.pathsep (":" on
1366       Linux) to TEXINPUTS and MFINPUTS, otherwise ly2dvi and TeX would fail
1367       to find the necessary files.
1368   * Compiled with libstdc++2.9.  :-)
1369
1370  -- Anthony Fok <foka@debian.org>  Tue,  3 Nov 1998 14:31:18 -0700
1371
1372 lilypond (1.0.2-1) unstable; urgency=low
1373
1374   * New upstream release.
1375
1376  -- Anthony Fok <foka@debian.org>  Sat, 15 Aug 1998 04:32:08 -0600
1377
1378 lilypond (1.0.1-1) unstable; urgency=low
1379
1380   * New upstream release.
1381   * [aclocal.m4]: Temporarily changed OPTIMIZE="-O2" to OPTIMIZE="-O"
1382       to avoid egcs (c++) complaint of "Internal compiler error"
1383       on my computer.
1384   * [scripts/mudela-book.py]: Added "#!@PYTHON@" at the top.  This string
1385       expands to "#!/usr/bin/python" in /usr/bin/mudela-book.
1386       (Thanks to Lintian.  :-)
1387   * [debian/control]: Recommends: python-base (>= 1.5.1).
1388       (Again, thanks to Lintian.  :-)
1389   * [debian/postrm]: Now also removes the generated LilyPond fonts
1390       *.{tfm,pk} under /var/spool/texmf when called as "postrm remove".
1391   * [debian/preinst]: Yes, have to bring this back to remove the generated
1392       LilyPond fonts in /var/spool/texmf because "postrm remove" didn't do
1393       its jobs in previous versions.  Oops.  :-)
1394   * [debian/rules]: Installs a few new upstream documentation files, and
1395       the example files in out/ directories are moved to parent directories.
1396
1397  -- Anthony Fok <foka@debian.org>  Fri, 14 Aug 1998 03:30:05 -0600
1398
1399 lilypond (0.1.76-1) unstable; urgency=low
1400
1401   * support for 'make deb' target
1402   * Not uploaded to Debian's FTP site.
1403
1404  -- Jan Nieuwenhuizen <janneke@gnu.org>  Fri,  3 Jul 1998 17:53:37 +0200
1405
1406 lilypond (0.1.71-1) unstable; urgency=low
1407
1408   * New upstream release.
1409
1410  -- Anthony Fok <foka@debian.org>  Sat,  6 Jun 1998 00:00:00 -0600
1411
1412 lilypond (0.1.66-1) unstable; urgency=low
1413
1414   * New upstream release.
1415
1416  -- Anthony Fok <foka@debian.org>  Wed, 20 May 1998 06:50:12 -0600
1417
1418 lilypond (0.1.61-1) frozen unstable; urgency=low
1419
1420   * New upstream release with tons of bug fixes.
1421     Please put this in Hamm.
1422   * Revised debian/rules w.r.t. make/lilypond.spec.in.
1423
1424  -- Anthony Fok <foka@debian.org>  Mon,  4 May 1998 03:36:06 -0600
1425
1426 lilypond (0.1.60-1) frozen unstable; urgency=medium
1427
1428   * New upstream release with lots of bug fixes, including the MIDI
1429     generation bug in 0.1.48.  Please put this in Hamm.
1430   * debian/control:
1431      - Upgraded to standards version 2.4.1.0 (no changes).
1432   * debian/rules:
1433      - lilypond now also depends on tetex-base (>= 0.9-5)
1434        and conflicts with tetex-base (<< 0.9).
1435   * Modified postinst and postrm to work with teTeX 0.9 / Web2C 7.2:
1436      - Removed all the *ugly* kludges and functions that were supposed to
1437        deal with non-Debian teTeX installations.  Those kludges were
1438        specifically made for teTeX 0.4, but they failed to work as intended
1439        due to the changes in teTeX 0.9.
1440      - No longer messes with special.map because the standard
1441        Web2C 7.2 special.map already lists the feta fonts.
1442      - Since postinst is so much simpler, it is now a sh script!  :-)
1443   * Removed preinst which contained yet another obsolete kludge to clean
1444     obsolete/ancient lilypond fonts.
1445   * Updated the GNU LilyPond Home Page URIs.
1446
1447  -- Anthony Fok <foka@debian.org>  Fri,  1 May 1998 01:14:49 -0600
1448
1449 lilypond (0.1.48-1) unstable; urgency=low
1450
1451   * New upstream release.
1452
1453  -- Anthony Fok <foka@debian.org>  Fri, 13 Mar 1998 22:15:11 -0800
1454
1455 lilypond (0.1.46-1) unstable; urgency=low
1456
1457   * New upstream release.
1458
1459  -- Anthony Fok <foka@debian.org>  Fri, 27 Feb 1998 22:43:41 -0800
1460
1461 lilypond (0.1.45-1) unstable; urgency=low
1462
1463   * New upstream "The Utrecht Release".
1464   * Compiled on va.debian.org because egcs 1.0.1 on my computer
1465     no longer comes with libg++.  :-(  But hey, va.debian.org
1466     sure is fast!  <grin>
1467   * Temporarily includes *.xpm instead of *.gif files because
1468     the netpbm package is not installed on va.debian.org, and
1469     also because it violates Policy 2.1.2.  Thanks to
1470     James Troup <J.J.Troup@scm.brad.ac.uk> for bug report!  :-)
1471     (Fixes Bug#18212)
1472   * debian/rules: Added "dh_undocumented ly2dvi.1".
1473
1474  -- Anthony Fok <foka@debian.org>  Sat, 21 Feb 1998 01:37:57 -0700
1475
1476 lilypond (0.1.44-1) unstable; urgency=low
1477
1478   * New upstream release.
1479
1480  -- Anthony Fok <foka@debian.org>  Fri,  6 Feb 1998 22:07:39 -0700
1481
1482 lilypond (0.1.43-1) unstable; urgency=low
1483
1484   * New upstream release.
1485   * Upgraded to standards version 2.4.0.0 (no changes).
1486   * Minor fixes to the copyright file (GPL.gz -> GPL).
1487   * Revised the package description based on the new lilypond.lsm.
1488   * Now includes *.gif instead of *.xpm files.
1489   * Other minor revisions to debian/rules.
1490   * Added version numbering to the libflower shared library.
1491   * Now installs /usr/lib/emacs/site-lisp/mudela-mode.el,
1492     but I haven't figured out how to use it myself.  <grin>
1493
1494  -- Anthony Fok <foka@debian.org>  Fri,  6 Feb 1998 17:26:55 -0700
1495
1496 lilypond (0.1.42-1) unstable; urgency=low
1497
1498   * New upstream release.
1499   * Now places ly2dvi in /usr/bin.
1500
1501  -- Anthony Fok <foka@debian.org>  Thu, 29 Jan 1998 02:50:36 -0700
1502
1503 lilypond (0.1.41-1) unstable; urgency=low
1504
1505   * New upstream "The Birthday Release".
1506
1507  -- Anthony Fok <foka@debian.org>  Wed, 21 Jan 1998 02:20:00 -0700
1508
1509 lilypond (0.1.40-1) unstable; urgency=low
1510
1511   * New upstream release.
1512
1513  -- Anthony Fok <foka@debian.org>  Mon, 12 Jan 1998 19:19:50 -0700
1514
1515 lilypond (0.1.39-2) unstable; urgency=low
1516
1517   * debian/control:
1518      - Description: Remove the note about installing musixtex or
1519        musixtex-fonts.
1520      - Added "Conflicts: musixtex-fonts".
1521
1522  -- Anthony Fok <foka@debian.org>  Tue,  6 Jan 1998 02:42:56 -0700
1523
1524 lilypond (0.1.39-1) unstable; urgency=low
1525
1526   * New upstream LilyPond '98 "New Year Gift" release.
1527   * debian/control:
1528      - No longer Recommends: "musixtex" or "musixtex-fonts" because
1529        LilyPond no longer needs them.
1530      - Therefore, Section: is changed from "contrib/tex" to "tex".
1531        LilyPond can finally go into the main distribution.  Hurray!
1532   * debian/rules: Now also dh_installdocs ANNOUNCE-0.1 and ONEWS.
1533   * preinst, postinst, postrm: Added #DEBHELPER#.
1534   * preinst, postrm: Changed #!/bin/bash to #!/bin/sh.
1535
1536  -- Anthony Fok <foka@debian.org>  Mon,  5 Jan 1998 18:42:30 -0700
1537
1538 lilypond (0.1.38-1) unstable; urgency=low
1539
1540   * New upstream Xmas release.
1541   * Applied patch patch-0.1.38.jcn1 from Jan Nieuwenhuizen.
1542   * Have fun, Merry Christmas and a Happy 1998. -- Han-Wen Nienhuys
1543
1544  -- Anthony Fok <foka@debian.org>  Wed, 24 Dec 1997 16:38:14 -0700
1545
1546 lilypond (0.1.37-1) unstable; urgency=low
1547
1548   * New upstream release
1549   * Minor modifications to debian/rules due to changes in
1550     debhelper 0.32.
1551
1552  -- Anthony Fok <foka@debian.org>  Fri, 12 Dec 1997 11:11:12 -0700
1553
1554 lilypond (0.1.36-1) unstable; urgency=low
1555
1556   * New upstream release
1557
1558  -- Anthony Fok <foka@debian.org>  Tue,  9 Dec 1997 18:33:50 -0700
1559
1560 lilypond (0.1.35-1) unstable; urgency=low
1561
1562   * New upstream release
1563
1564  -- Anthony Fok <foka@debian.org>  Fri,  5 Dec 1997 21:06:31 -0700
1565
1566 lilypond (0.1.34-1) unstable; urgency=low
1567
1568   * New upstream release
1569
1570  -- Anthony Fok <foka@debian.org>  Thu,  4 Dec 1997 19:42:22 -0700
1571
1572 lilypond (0.1.33-1) unstable; urgency=low
1573
1574   * New upstream release
1575   * Changed my maintainer e-mail address to <foka@debian.org>.  :)
1576
1577  -- Anthony Fok <foka@debian.org>  Tue, 25 Nov 1997 00:22:57 -0700
1578
1579 lilypond (0.1.32-2) unstable; urgency=low
1580
1581   * Commented out run_texhash() in postinst by mistake.  Fixed.
1582
1583  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Sun, 23 Nov 1997 03:04:29 -0700
1584
1585 lilypond (0.1.32-1) unstable; urgency=low
1586
1587   * New upstream release
1588   * Applied a small fix to postinst.  The font-entries-search-and-replace
1589     add_fonts() subroutine was slightly buggy.
1590   * Unpatched ./configure.  It turned out that I spelt "--enable-optimise"
1591     as "--enable-optimize" in debian/rules by mistake.  Oops!  :)  Thanks
1592     to the upstream author for pointing this out!  :)
1593   * The upstream authors has included the ./debian/* files in the pristine
1594     source archive!  They also fixed some minor errors in README.debian
1595     and copyright.  Thanks a lot!  :)
1596   * Removed the line "dh_clean" from "binary-arch:" and switched the order
1597     of dh_clean in "clean:" in debian/rules.  dh_clean was deleting
1598     the zero-byte file ./make/out/Site.make, causing the build to fail.
1599
1600  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Sun, 23 Nov 1997 01:39:31 -0700
1601
1602 lilypond (0.1.29-1) unstable; urgency=low
1603
1604   * New upstream release
1605   * Patched ./configure in source package to make c++ use the -O2 -g options
1606     on all the files.  Now, /usr/bin/lilypond is a lot leaner!  <smile>
1607     (I will discuss it with the upstream author.)
1608   * Adapted postinst (a Perl script) from the musixtex package for lilypond.
1609     Now postinst adds the new LilyPond font entries into
1610     /usr/lib/texmf/fontname/special.map.
1611   * Added preinst to clean up my mess from previous releases: the old
1612     "stray" automatically generated TFM and PK font files were placed in
1613     the wrong directories because they were not listed in
1614     /usr/lib/texmf/fontname/special.map.
1615   * Did some minor clean-up in debian/rules and switched to debhelper.
1616   * Updated Standards-Version to 2.3.0.1
1617
1618  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Tue, 11 Nov 1997 02:31:33 -0700
1619
1620 lilypond (0.1.25-1) unstable; urgency=low
1621
1622   * Added a note in README.debian about the possibility of some LilyPond
1623     fonts not showing up after an upgrade, and a possible solution to this
1624     problem.
1625   * New upstream release
1626
1627  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Thu, 23 Oct 1997 17:00:14 -0600
1628
1629 lilypond (0.1.24-1) unstable; urgency=low
1630
1631   * New upstream release
1632
1633  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Tue, 21 Oct 1997 04:12:01 -0600
1634
1635 lilypond (0.1.23-1) unstable; urgency=low
1636
1637   * New upstream release
1638
1639  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Thu, 16 Oct 1997 02:15:55 -0600
1640
1641 lilypond (0.1.22-1) unstable; urgency=low
1642
1643   * New upstream release
1644
1645  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Mon, 13 Oct 1997 23:51:01 -0600
1646
1647 lilypond (0.1.21-1) unstable; urgency=low
1648
1649   * New upstream release
1650
1651  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Thu,  9 Oct 1997 22:58:26 -0600
1652
1653 lilypond (0.1.18.jcn1-1) unstable; urgency=low
1654
1655   * New upstream release
1656
1657  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Sat,  4 Oct 1997 03:48:45 -0600
1658
1659 lilypond (0.1.17-1) unstable; urgency=low
1660
1661   * New upstream release
1662   * Remove redundancy in package's description (Fixed bug #12511)
1663   * Added a note about the new LilyPond MF fonts which are not yet listed
1664     in the current standard special.map (in the teTeX package)
1665   * Added SHELL=/bin/bash to debian/rules because I use bashism. <smile>
1666
1667  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Sun, 28 Sep 1997 01:41:15 -0600
1668
1669 lilypond (0.1.12-1) unstable; urgency=low
1670
1671   * New upstream release
1672   * Updated the mailing address of the Free Software Foundation
1673     listed in /usr/doc/lilypond/copyright
1674   * Updated Standards-Version to 2.3.0.0
1675   * Built with debmake 3.3.14 and fakeroot 0.0-9 <grin>
1676
1677  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Sun,  7 Sep 1997 23:00:53 -0600
1678
1679 lilypond (0.1.9-1) unstable; urgency=low
1680
1681   * New upstream release
1682
1683  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Mon, 18 Aug 1997 15:14:24 -0600
1684
1685 lilypond (0.1.7-1) unstable; urgency=low
1686
1687   * New upstream release
1688
1689  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Thu, 14 Aug 1997 15:18:40 -0600
1690
1691 lilypond (0.1.6-1) unstable; urgency=low
1692
1693   * New upstream release
1694
1695  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Thu, 14 Aug 1997 05:14:06 -0600
1696
1697 lilypond (0.1.3-1) unstable; urgency=low
1698
1699   * New upstream release
1700
1701  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Sat,  9 Aug 1997 14:15:11 -0600
1702
1703 lilypond (0.1.2-1) unstable; urgency=low
1704
1705   * New upstream release
1706
1707  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Thu,  7 Aug 1997 22:54:20 -0600
1708
1709 lilypond (0.1.0-1) unstable; urgency=low
1710
1711   * Initial Release.
1712
1713  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Wed,  6 Aug 1997 04:40:57 -0600