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