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