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