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