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