]> git.donarmstrong.com Git - lilypond.git/blob - debian/changelog
release: 1.1.33
[lilypond.git] / debian / changelog
1 lilypond (1.1.31-1) unstable; urgency=low
2
3   * New upstream release.
4   * Re-incorporated the changes in debian/rules and debian/postinst
5     from lilypond_1.0.xx series.  I forgot these changes when I moved
6     from 1.0.19.uu3-1 to 1.1.29-1.  Sorry!  :-)
7   * [make/lilypond-vars.make]: Copied the definition of TEX_TFMDIR from
8       make/toplevel.make.in and added it to LILYINCLUDE...
9   * Applied the patch lilypond-1.1.31.jcn1.diff from Jan Nieuwenhuizen.
10   * [debian/rules]:
11       - Temporarily use "-$(MAKE) -k -C Documentation/tex dvi" to
12         circumvent the occasional \times segfault problem when building
13         refman.dvi.
14       - Added symlink /usr/lib/texmf/fonts/tfm/public/lilypond.
15
16  -- Anthony Fok <foka@debian.org>  Thu, 18 Feb 1999 00:25:04 -0700
17
18 lilypond (1.1.29-1) unstable; urgency=low
19
20   * New upstream release.
21   * [stepmake/aclocal.m4]: AC_STEPMAKE_GUILE now calls the GUILE_FLAGS
22       macro to set -lqthreads etc., otherwise Guile would not be detected
23       by the configure script.
24
25  -- Anthony Fok <foka@debian.org>  Sun, 14 Feb 1999 09:05:00 -0700
26
27 lilypond (1.0.19.uu3-1) frozen unstable; urgency=low
28
29   * New upstream bug-fix release.
30
31  -- Anthony Fok <foka@debian.org>  Sat, 12 Dec 1998 04:23:15 -0700
32
33 lilypond (1.0.19.uu1-2) frozen unstable; urgency=low
34
35   * [debian/rules]: Now builds the LilyPond documentation in dvi format.
36       Thanks to Roland Rosenfeld <roland@spinnaker.rhein.de>
37       for the bug report. (closes: Bug#30123).
38   * [debian/control]: Now also Recommends: tetex-extra (>= 0.9.981030-1)
39       because the .dvi documentation uses the EC fonts in that package.
40
41  -- Anthony Fok <foka@debian.org>  Thu, 10 Dec 1998 17:43:57 -0700
42
43 lilypond (1.0.19.uu1-1) frozen unstable; urgency=low
44
45   * New upstream bug-fix release.
46
47  -- Anthony Fok <foka@debian.org>  Mon,  7 Dec 1998 13:12:02 -0700
48
49 lilypond (1.0.18-2) frozen unstable; urgency=low
50
51   * [debian/rules]: Added symlink /usr/lib/texmf/fonts/afm/public/lilypond.
52       Thanks to Julian Gilbey <jdg@maths.qmw.ac.uk> for the bug report
53       (closes: Bug#29407).
54   * [scripts/ly2dvi.py]: Re-added a patch similar to the one in 1.0.17-1,
55       but teTeX's default search path is now placed *before* the ones that
56       ly2dvi adds.  Thanks to Roland Rosenfeld <roland@spinnaker.rhein.de>
57       for the bug report. (closes: Bug#29459).
58
59  -- Anthony Fok <foka@debian.org>  Mon, 23 Nov 1998 21:29:25 -0700
60
61 lilypond (1.0.18-1) frozen unstable; urgency=low
62
63   * New upstream bug-fix release.
64   * [debian/control]:
65       - Upgraded to standards version 2.5.0.0 (no changes).
66       - Recommends: python-misc (>= 1.5.1) because ly2dvi needs the glob
67         module in the python-misc package (closes: Bug#29283).
68       - Updated dependencies on tetex* to the latest versions:
69           Depends: tetex-bin (>= 0.9.981031-2)
70           Recommends: tetex-base (>= 0.9.981030-1)
71         due to changes in tetex's directory structure.
72   * [debian/rules]:
73       - The symlink ../../../../../share/lilypond/mf is now named
74         /usr/lib/texmf/fonts/source/public/lilypond instead of
75         /usr/lib/texmf/fonts/source/public/mf (Bug#29284).
76       - In the latest tetex-base package, /usr/lib/texmf/doc is now a
77         symlink to /usr/doc/texmf.  Therefore, we now install lilypond's
78         documentation into /usr/doc/texmf/musixtex/lilypond.
79         (closes: Bug#28999, Bug#29326)
80   * [debian/preinst]:
81       - The script now removes the directories
82         /var/spool/texmf/pk/*/public/mf and /var/spool/texmf/tfm/public/mf
83         created inadvertently by Debian's buggy lilypond 1.0.17-1.  :-)
84         (Bug#29284)
85       - Since 1.0.17-1, /usr/lib/texmf/tex/lilypond has been changed to a
86         symbolic directory.  The script now removes the old real directory
87         to prevent problems during upgrade (closes: Bug#29284).
88   * [debian/postinst]: I copied a few lines from tetex-nonfree's postinst
89       to remove the old directory /usr/lib/texmf/doc if lilypond is the
90       last package to use that directory, and create a symlink to
91       /usr/doc/texmf.  :-)
92   * Rebuilt with yodl (1.31.7-1) installed to ensure the documentations
93     are compiled properly (closes: Bug#29285).
94   * Thanks to Fabien Ninoles <fab@tzone.org>, Roland Rosenfeld
95     <roland@spinnaker.rhein.de> and Julian Gilbey <jdg@maths.qmw.ac.uk>
96     for reporting the bugs listed above. :-)
97
98  -- Anthony Fok <foka@debian.org>  Thu, 12 Nov 1998 03:14:25 -0700
99
100 lilypond (1.0.17-1) frozen unstable; urgency=low
101
102   * New upstream "stable" release.
103   * [debian/{copyright,control}]: pcnov095.win.tue.nl -> ftp.cs.uu.nl
104       (New upstream master FTP site).  Also updated JCN's web site URL.
105   * [debian/rules]: 
106       - Now, in the "clean:" target, runs either 
107         "find . -user root | xargs -r chown $$SUDO_USER.$$SUDO_GID" or
108         "find . -user root | xargs -r chown $$LOGNAME" to deal with all those
109         root-owned "out/*" files generated during a "sudo debian/rules clean"
110         run.  Thanks to Roman Hodek <Roman.Hodek@informatik.uni-erlangen.de>
111         for reporting the problem!  (closes: Bug#27044)
112       - Updated debian/rules according to the new debhelper rules example.
113       - Now configures with --disable-optimise instead of --enable-optimise,
114         otherwise it would not compile.
115       - Added symlinks to directories under /usr/lib/texmf because lilypond
116         now puts everything under /usr/share/lilypond.
117   * [Documentation/topdocs/AUTHORS.yo]: Added a trailing "/" on URLs. 
118   * [scripts/ly2dvi.py]: Added a hack to add an extra os.pathsep (":" on
119       Linux) to TEXINPUTS and MFINPUTS, otherwise ly2dvi and TeX would fail
120       to find the necessary files.
121   * Compiled with libstdc++2.9.  :-)
122
123  -- Anthony Fok <foka@debian.org>  Tue,  3 Nov 1998 14:31:18 -0700
124
125 lilypond (1.0.2-1) unstable; urgency=low
126
127   * New upstream release.
128
129  -- Anthony Fok <foka@debian.org>  Sat, 15 Aug 1998 04:32:08 -0600
130
131 lilypond (1.0.1-1) unstable; urgency=low
132
133   * New upstream release.
134   * [aclocal.m4]: Temporarily changed OPTIMIZE="-O2" to OPTIMIZE="-O"
135       to avoid egcs (c++) complaint of "Internal compiler error"
136       on my computer.
137   * [scripts/mudela-book.py]: Added "#!@PYTHON@" at the top.  This string
138       expands to "#!/usr/bin/python" in /usr/bin/mudela-book.
139       (Thanks to Lintian.  :-)
140   * [debian/control]: Recommends: python-base (>= 1.5.1).
141       (Again, thanks to Lintian.  :-)
142   * [debian/postrm]: Now also removes the generated LilyPond fonts
143       *.{tfm,pk} under /var/spool/texmf when called as "postrm remove".
144   * [debian/preinst]: Yes, have to bring this back to remove the generated
145       LilyPond fonts in /var/spool/texmf because "postrm remove" didn't do
146       its jobs in previous versions.  Oops.  :-)
147   * [debian/rules]: Installs a few new upstream documentation files, and
148       the example files in out/ directories are moved to parent directories.
149
150  -- Anthony Fok <foka@debian.org>  Fri, 14 Aug 1998 03:30:05 -0600
151
152 lilypond (0.1.76-1) unstable; urgency=low
153
154   * support for 'make deb' target
155   * Not uploaded to Debian's FTP site.
156
157  -- Jan Nieuwenhuizen <janneke@gnu.org>  Fri,  3 Jul 1998 17:53:37 +0200
158
159 lilypond (0.1.71-1) unstable; urgency=low
160
161   * New upstream release.
162
163  -- Anthony Fok <foka@debian.org>  Sat,  6 Jun 1998 00:00:00 -0600
164
165 lilypond (0.1.66-1) unstable; urgency=low
166
167   * New upstream release.
168
169  -- Anthony Fok <foka@debian.org>  Wed, 20 May 1998 06:50:12 -0600
170
171 lilypond (0.1.61-1) frozen unstable; urgency=low
172
173   * New upstream release with tons of bug fixes.
174     Please put this in Hamm.
175   * Revised debian/rules w.r.t. make/lilypond.spec.in.
176
177  -- Anthony Fok <foka@debian.org>  Mon,  4 May 1998 03:36:06 -0600
178
179 lilypond (0.1.60-1) frozen unstable; urgency=medium
180
181   * New upstream release with lots of bug fixes, including the MIDI
182     generation bug in 0.1.48.  Please put this in Hamm.
183   * debian/control:
184      - Upgraded to standards version 2.4.1.0 (no changes).
185   * debian/rules:
186      - lilypond now also depends on tetex-base (>= 0.9-5)
187        and conflicts with tetex-base (<< 0.9).
188   * Modified postinst and postrm to work with teTeX 0.9 / Web2C 7.2:
189      - Removed all the *ugly* kludges and functions that were supposed to
190        deal with non-Debian teTeX installations.  Those kludges were
191        specifically made for teTeX 0.4, but they failed to work as intended
192        due to the changes in teTeX 0.9.
193      - No longer messes with special.map because the standard
194        Web2C 7.2 special.map already lists the feta fonts.
195      - Since postinst is so much simpler, it is now a sh script!  :-)
196   * Removed preinst which contained yet another obsolete kludge to clean
197     obsolete/ancient lilypond fonts.
198   * Updated the GNU LilyPond Home Page URIs.
199
200  -- Anthony Fok <foka@debian.org>  Fri,  1 May 1998 01:14:49 -0600
201
202 lilypond (0.1.48-1) unstable; urgency=low
203
204   * New upstream release.
205
206  -- Anthony Fok <foka@debian.org>  Fri, 13 Mar 1998 22:15:11 -0800
207
208 lilypond (0.1.46-1) unstable; urgency=low
209
210   * New upstream release.
211
212  -- Anthony Fok <foka@debian.org>  Fri, 27 Feb 1998 22:43:41 -0800
213
214 lilypond (0.1.45-1) unstable; urgency=low
215
216   * New upstream "The Utrecht Release".
217   * Compiled on va.debian.org because egcs 1.0.1 on my computer
218     no longer comes with libg++.  :-(  But hey, va.debian.org
219     sure is fast!  <grin>
220   * Temporarily includes *.xpm instead of *.gif files because
221     the netpbm package is not installed on va.debian.org, and
222     also because it violates Policy 2.1.2.  Thanks to
223     James Troup <J.J.Troup@scm.brad.ac.uk> for bug report!  :-)
224     (Fixes Bug#18212)
225   * debian/rules: Added "dh_undocumented ly2dvi.1".
226
227  -- Anthony Fok <foka@debian.org>  Sat, 21 Feb 1998 01:37:57 -0700
228
229 lilypond (0.1.44-1) unstable; urgency=low
230
231   * New upstream release.
232
233  -- Anthony Fok <foka@debian.org>  Fri,  6 Feb 1998 22:07:39 -0700
234
235 lilypond (0.1.43-1) unstable; urgency=low
236
237   * New upstream release.
238   * Upgraded to standards version 2.4.0.0 (no changes).
239   * Minor fixes to the copyright file (GPL.gz -> GPL).
240   * Revised the package description based on the new lilypond.lsm.
241   * Now includes *.gif instead of *.xpm files.
242   * Other minor revisions to debian/rules.
243   * Added version numbering to the libflower shared library.
244   * Now installs /usr/lib/emacs/site-lisp/mudela-mode.el,
245     but I haven't figured out how to use it myself.  <grin>
246
247  -- Anthony Fok <foka@debian.org>  Fri,  6 Feb 1998 17:26:55 -0700
248
249 lilypond (0.1.42-1) unstable; urgency=low
250
251   * New upstream release.
252   * Now places ly2dvi in /usr/bin.
253
254  -- Anthony Fok <foka@debian.org>  Thu, 29 Jan 1998 02:50:36 -0700
255
256 lilypond (0.1.41-1) unstable; urgency=low
257
258   * New upstream "The Birthday Release".
259
260  -- Anthony Fok <foka@debian.org>  Wed, 21 Jan 1998 02:20:00 -0700
261
262 lilypond (0.1.40-1) unstable; urgency=low
263
264   * New upstream release.
265
266  -- Anthony Fok <foka@debian.org>  Mon, 12 Jan 1998 19:19:50 -0700
267
268 lilypond (0.1.39-2) unstable; urgency=low
269
270   * debian/control:
271      - Description: Remove the note about installing musixtex or
272        musixtex-fonts.
273      - Added "Conflicts: musixtex-fonts".
274
275  -- Anthony Fok <foka@debian.org>  Tue,  6 Jan 1998 02:42:56 -0700
276
277 lilypond (0.1.39-1) unstable; urgency=low
278
279   * New upstream LilyPond '98 "New Year Gift" release.
280   * debian/control:
281      - No longer Recommends: "musixtex" or "musixtex-fonts" because
282        LilyPond no longer needs them.
283      - Therefore, Section: is changed from "contrib/tex" to "tex".
284        LilyPond can finally go into the main distribution.  Hurray!
285   * debian/rules: Now also dh_installdocs ANNOUNCE-0.1 and ONEWS.
286   * preinst, postinst, postrm: Added #DEBHELPER#.
287   * preinst, postrm: Changed #!/bin/bash to #!/bin/sh.
288
289  -- Anthony Fok <foka@debian.org>  Mon,  5 Jan 1998 18:42:30 -0700
290
291 lilypond (0.1.38-1) unstable; urgency=low
292
293   * New upstream Xmas release.
294   * Applied patch patch-0.1.38.jcn1 from Jan Nieuwenhuizen.
295   * Have fun, Merry Christmas and a Happy 1998. -- Han-Wen Nienhuys
296
297  -- Anthony Fok <foka@debian.org>  Wed, 24 Dec 1997 16:38:14 -0700
298
299 lilypond (0.1.37-1) unstable; urgency=low
300
301   * New upstream release
302   * Minor modifications to debian/rules due to changes in
303     debhelper 0.32.
304
305  -- Anthony Fok <foka@debian.org>  Fri, 12 Dec 1997 11:11:12 -0700
306
307 lilypond (0.1.36-1) unstable; urgency=low
308
309   * New upstream release
310
311  -- Anthony Fok <foka@debian.org>  Tue,  9 Dec 1997 18:33:50 -0700
312
313 lilypond (0.1.35-1) unstable; urgency=low
314
315   * New upstream release
316
317  -- Anthony Fok <foka@debian.org>  Fri,  5 Dec 1997 21:06:31 -0700
318
319 lilypond (0.1.34-1) unstable; urgency=low
320
321   * New upstream release
322
323  -- Anthony Fok <foka@debian.org>  Thu,  4 Dec 1997 19:42:22 -0700
324
325 lilypond (0.1.33-1) unstable; urgency=low
326
327   * New upstream release
328   * Changed my maintainer e-mail address to <foka@debian.org>.  :)
329
330  -- Anthony Fok <foka@debian.org>  Tue, 25 Nov 1997 00:22:57 -0700
331
332 lilypond (0.1.32-2) unstable; urgency=low
333
334   * Commented out run_texhash() in postinst by mistake.  Fixed.
335
336  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Sun, 23 Nov 1997 03:04:29 -0700
337
338 lilypond (0.1.32-1) unstable; urgency=low
339
340   * New upstream release
341   * Applied a small fix to postinst.  The font-entries-search-and-replace
342     add_fonts() subroutine was slightly buggy.
343   * Unpatched ./configure.  It turned out that I spelt "--enable-optimise"
344     as "--enable-optimize" in debian/rules by mistake.  Oops!  :)  Thanks
345     to the upstream author for pointing this out!  :)
346   * The upstream authors has included the ./debian/* files in the pristine
347     source archive!  They also fixed some minor errors in README.debian
348     and copyright.  Thanks a lot!  :)
349   * Removed the line "dh_clean" from "binary-arch:" and switched the order
350     of dh_clean in "clean:" in debian/rules.  dh_clean was deleting
351     the zero-byte file ./make/out/Site.make, causing the build to fail.
352
353  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Sun, 23 Nov 1997 01:39:31 -0700
354
355 lilypond (0.1.29-1) unstable; urgency=low
356
357   * New upstream release
358   * Patched ./configure in source package to make c++ use the -O2 -g options
359     on all the files.  Now, /usr/bin/lilypond is a lot leaner!  <smile>
360     (I will discuss it with the upstream author.)
361   * Adapted postinst (a Perl script) from the musixtex package for lilypond.
362     Now postinst adds the new LilyPond font entries into
363     /usr/lib/texmf/fontname/special.map.
364   * Added preinst to clean up my mess from previous releases: the old
365     "stray" automatically generated TFM and PK font files were placed in
366     the wrong directories because they were not listed in
367     /usr/lib/texmf/fontname/special.map.
368   * Did some minor clean-up in debian/rules and switched to debhelper.
369   * Updated Standards-Version to 2.3.0.1
370
371  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Tue, 11 Nov 1997 02:31:33 -0700
372
373 lilypond (0.1.25-1) unstable; urgency=low
374
375   * Added a note in README.debian about the possibility of some LilyPond
376     fonts not showing up after an upgrade, and a possible solution to this
377     problem.
378   * New upstream release
379
380  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Thu, 23 Oct 1997 17:00:14 -0600
381
382 lilypond (0.1.24-1) unstable; urgency=low
383
384   * New upstream release
385
386  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Tue, 21 Oct 1997 04:12:01 -0600
387
388 lilypond (0.1.23-1) unstable; urgency=low
389
390   * New upstream release
391
392  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Thu, 16 Oct 1997 02:15:55 -0600
393
394 lilypond (0.1.22-1) unstable; urgency=low
395
396   * New upstream release
397
398  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Mon, 13 Oct 1997 23:51:01 -0600
399
400 lilypond (0.1.21-1) unstable; urgency=low
401
402   * New upstream release
403
404  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Thu,  9 Oct 1997 22:58:26 -0600
405
406 lilypond (0.1.18.jcn1-1) unstable; urgency=low
407
408   * New upstream release
409
410  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Sat,  4 Oct 1997 03:48:45 -0600
411
412 lilypond (0.1.17-1) unstable; urgency=low
413
414   * New upstream release
415   * Remove redundancy in package's description (Fixed bug #12511)
416   * Added a note about the new LilyPond MF fonts which are not yet listed
417     in the current standard special.map (in the teTeX package)
418   * Added SHELL=/bin/bash to debian/rules because I use bashism. <smile>
419
420  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Sun, 28 Sep 1997 01:41:15 -0600
421
422 lilypond (0.1.12-1) unstable; urgency=low
423
424   * New upstream release
425   * Updated the mailing address of the Free Software Foundation
426     listed in /usr/doc/lilypond/copyright
427   * Updated Standards-Version to 2.3.0.0
428   * Built with debmake 3.3.14 and fakeroot 0.0-9 <grin>
429
430  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Sun,  7 Sep 1997 23:00:53 -0600
431
432 lilypond (0.1.9-1) unstable; urgency=low
433
434   * New upstream release
435
436  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Mon, 18 Aug 1997 15:14:24 -0600
437
438 lilypond (0.1.7-1) unstable; urgency=low
439
440   * New upstream release
441
442  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Thu, 14 Aug 1997 15:18:40 -0600
443
444 lilypond (0.1.6-1) unstable; urgency=low
445
446   * New upstream release
447
448  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Thu, 14 Aug 1997 05:14:06 -0600
449
450 lilypond (0.1.3-1) unstable; urgency=low
451
452   * New upstream release
453
454  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Sat,  9 Aug 1997 14:15:11 -0600
455
456 lilypond (0.1.2-1) unstable; urgency=low
457
458   * New upstream release
459
460  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Thu,  7 Aug 1997 22:54:20 -0600
461
462 lilypond (0.1.0-1) unstable; urgency=low
463
464   * Initial Release.
465
466  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Wed,  6 Aug 1997 04:40:57 -0600
467
468 Local variables:
469 mode: debian-changelog
470 add-log-mailing-address: "foka@debian.org"
471 End: