]> git.donarmstrong.com Git - lilypond.git/blob - debian/changelog
c56fe5d3d164bec960fce23cf660040b6c9694c7
[lilypond.git] / debian / changelog
1 lilypond (0.1.76-1) unstable; urgency=low
2
3   * support for 'make deb' target
4
5  -- Jan Nieuwenhuizen <janneke@gnu.org> Fri,  3 Jul 1998 17:53:37 +0200
6
7 lilypond (0.1.71-1) unstable; urgency=low
8
9   * New upstream release.
10
11  -- Anthony Fok <foka@debian.org>  Sat,  6 Jun 1998 00:00:00 -0600
12
13 lilypond (0.1.66-1) unstable; urgency=low
14
15   * New upstream release.
16
17  -- Anthony Fok <foka@debian.org>  Wed, 20 May 1998 06:50:12 -0600
18
19 lilypond (0.1.61-1) frozen unstable; urgency=low
20
21   * New upstream release with tons of bug fixes.
22     Please put this in Hamm.
23   * Revised debian/rules w.r.t. make/lilypond.spec.in.
24
25  -- Anthony Fok <foka@debian.org>  Mon,  4 May 1998 03:36:06 -0600
26
27 lilypond (0.1.60-1) frozen unstable; urgency=medium
28
29   * New upstream release with lots of bug fixes, including the MIDI
30     generation bug in 0.1.48.  Please put this in Hamm.
31   * debian/rules:
32      - Upgraded to standards version 2.4.1.0 (no changes).
33      - lilypond now also depends on tetex-base (>= 0.9-5)
34        and conflicts with tetex-base (<< 0.9).
35   * Modified postinst and postrm to work with teTeX 0.9 / Web2C 7.2:
36      - Removed all the *ugly* kludges and functions that were supposed to
37        deal with non-Debian teTeX installations.  Those kludges were
38        specifically made for teTeX 0.4, but they failed to work as intended
39        due to the changes in teTeX 0.9.
40      - No longer messes with special.map because the standard
41        Web2C 7.2 special.map already lists the feta fonts.
42      - Since postinst is so much simpler, it is now a sh script!  :-)
43   * Removed preinst which contained yet another obsolete kludge to clean
44     obsolete/ancient lilypond fonts.
45   * Updated the GNU LilyPond Home Page URIs.
46
47  -- Anthony Fok <foka@debian.org>  Fri,  1 May 1998 01:14:49 -0600
48
49 lilypond (0.1.48-1) unstable; urgency=low
50
51   * New upstream release.
52
53  -- Anthony Fok <foka@debian.org>  Fri, 13 Mar 1998 22:15:11 -0800
54
55 lilypond (0.1.46-1) unstable; urgency=low
56
57   * New upstream release.
58
59  -- Anthony Fok <foka@debian.org>  Fri, 27 Feb 1998 22:43:41 -0800
60
61 lilypond (0.1.45-1) unstable; urgency=low
62
63   * New upstream "The Utrecht Release".
64   * Compiled on va.debian.org because egcs 1.0.1 on my computer
65     no longer comes with libg++.  :-(  But hey, va.debian.org
66     sure is fast!  <grin>
67   * Temporarily includes *.xpm instead of *.gif files because
68     the netpbm package is not installed on va.debian.org, and
69     also because it violates Policy 2.1.2.  Thanks to
70     James Troup <J.J.Troup@scm.brad.ac.uk> for bug report!  :-)
71     (Fixes Bug#18212)
72   * debian/rules: Added "dh_undocumented ly2dvi.1".
73
74  -- Anthony Fok <foka@debian.org>  Sat, 21 Feb 1998 01:37:57 -0700
75
76 lilypond (0.1.44-1) unstable; urgency=low
77
78   * New upstream release.
79
80  -- Anthony Fok <foka@debian.org>  Fri,  6 Feb 1998 22:07:39 -0700
81
82 lilypond (0.1.43-1) unstable; urgency=low
83
84   * New upstream release.
85   * Upgraded to standards version 2.4.0.0 (no changes).
86   * Minor fixes to the copyright file (GPL.gz -> GPL).
87   * Revised the package description based on the new lilypond.lsm.
88   * Now includes *.gif instead of *.xpm files.
89   * Other minor revisions to debian/rules.
90   * Added version numbering to the libflower shared library.
91   * Now installs /usr/lib/emacs/site-lisp/mudela-mode.el,
92     but I haven't figured out how to use it myself.  <grin>
93
94  -- Anthony Fok <foka@debian.org>  Fri,  6 Feb 1998 17:26:55 -0700
95
96 lilypond (0.1.42-1) unstable; urgency=low
97
98   * New upstream release.
99   * Now places ly2dvi in /usr/bin.
100
101  -- Anthony Fok <foka@debian.org>  Thu, 29 Jan 1998 02:50:36 -0700
102
103 lilypond (0.1.41-1) unstable; urgency=low
104
105   * New upstream "The Birthday Release".
106
107  -- Anthony Fok <foka@debian.org>  Wed, 21 Jan 1998 02:20:00 -0700
108
109 lilypond (0.1.40-1) unstable; urgency=low
110
111   * New upstream release.
112
113  -- Anthony Fok <foka@debian.org>  Mon, 12 Jan 1998 19:19:50 -0700
114
115 lilypond (0.1.39-2) unstable; urgency=low
116
117   * debian/control:
118      - Description: Remove the note about installing musixtex or
119        musixtex-fonts.
120      - Added "Conflicts: musixtex-fonts".
121
122  -- Anthony Fok <foka@debian.org>  Tue,  6 Jan 1998 02:42:56 -0700
123
124 lilypond (0.1.39-1) unstable; urgency=low
125
126   * New upstream LilyPond '98 "New Year Gift" release.
127   * debian/control:
128      - No longer Recommends: "musixtex" or "musixtex-fonts" because
129        LilyPond no longer needs them.
130      - Therefore, Section: is changed from "contrib/tex" to "tex".
131        LilyPond can finally go into the main distribution.  Hurray!
132   * debian/rules: Now also dh_installdocs ANNOUNCE-0.1 and ONEWS.
133   * preinst, postinst, postrm: Added #DEBHELPER#.
134   * preinst, postrm: Changed #!/bin/bash to #!/bin/sh.
135
136  -- Anthony Fok <foka@debian.org>  Mon,  5 Jan 1998 18:42:30 -0700
137
138 lilypond (0.1.38-1) unstable; urgency=low
139
140   * New upstream Xmas release.
141   * Applied patch patch-0.1.38.jcn1 from Jan Nieuwenhuizen.
142   * Have fun, Merry Christmas and a Happy 1998. -- Han-Wen Nienhuys
143
144  -- Anthony Fok <foka@debian.org>  Wed, 24 Dec 1997 16:38:14 -0700
145
146 lilypond (0.1.37-1) unstable; urgency=low
147
148   * New upstream release
149   * Minor modifications to debian/rules due to changes in
150     debhelper 0.32.
151
152  -- Anthony Fok <foka@debian.org>  Fri, 12 Dec 1997 11:11:12 -0700
153
154 lilypond (0.1.36-1) unstable; urgency=low
155
156   * New upstream release
157
158  -- Anthony Fok <foka@debian.org>  Tue,  9 Dec 1997 18:33:50 -0700
159
160 lilypond (0.1.35-1) unstable; urgency=low
161
162   * New upstream release
163
164  -- Anthony Fok <foka@debian.org>  Fri,  5 Dec 1997 21:06:31 -0700
165
166 lilypond (0.1.34-1) unstable; urgency=low
167
168   * New upstream release
169
170  -- Anthony Fok <foka@debian.org>  Thu,  4 Dec 1997 19:42:22 -0700
171
172 lilypond (0.1.33-1) unstable; urgency=low
173
174   * New upstream release
175   * Changed my maintainer e-mail address to <foka@debian.org>.  :)
176
177  -- Anthony Fok <foka@debian.org>  Tue, 25 Nov 1997 00:22:57 -0700
178
179 lilypond (0.1.32-2) unstable; urgency=low
180
181   * Commented out run_texhash() in postinst by mistake.  Fixed.
182
183  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Sun, 23 Nov 1997 03:04:29 -0700
184
185 lilypond (0.1.32-1) unstable; urgency=low
186
187   * New upstream release
188   * Applied a small fix to postinst.  The font-entries-search-and-replace
189     add_fonts() subroutine was slightly buggy.
190   * Unpatched ./configure.  It turned out that I spelt "--enable-optimise"
191     as "--enable-optimize" in debian/rules by mistake.  Oops!  :)  Thanks
192     to the upstream author for pointing this out!  :)
193   * The upstream authors has included the ./debian/* files in the pristine
194     source archive!  They also fixed some minor errors in README.debian
195     and copyright.  Thanks a lot!  :)
196   * Removed the line "dh_clean" from "binary-arch:" and switched the order
197     of dh_clean in "clean:" in debian/rules.  dh_clean was deleting
198     the zero-byte file ./make/out/Site.make, causing the build to fail.
199
200  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Sun, 23 Nov 1997 01:39:31 -0700
201
202 lilypond (0.1.29-1) unstable; urgency=low
203
204   * New upstream release
205   * Patched ./configure in source package to make c++ use the -O2 -g options
206     on all the files.  Now, /usr/bin/lilypond is a lot leaner!  <smile>
207     (I will discuss it with the upstream author.)
208   * Adapted postinst (a Perl script) from the musixtex package for lilypond.
209     Now postinst adds the new LilyPond font entries into
210     /usr/lib/texmf/fontname/special.map.
211   * Added preinst to clean up my mess from previous releases: the old
212     "stray" automatically generated TFM and PK font files were placed in
213     the wrong directories because they were not listed in
214     /usr/lib/texmf/fontname/special.map.
215   * Did some minor clean-up in debian/rules and switched to debhelper.
216   * Updated Standards-Version to 2.3.0.1
217
218  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Tue, 11 Nov 1997 02:31:33 -0700
219
220 lilypond (0.1.25-1) unstable; urgency=low
221
222   * Added a note in README.debian about the possibility of some LilyPond
223     fonts not showing up after an upgrade, and a possible solution to this
224     problem.
225   * New upstream release
226
227  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Thu, 23 Oct 1997 17:00:14 -0600
228
229 lilypond (0.1.24-1) unstable; urgency=low
230
231   * New upstream release
232
233  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Tue, 21 Oct 1997 04:12:01 -0600
234
235 lilypond (0.1.23-1) unstable; urgency=low
236
237   * New upstream release
238
239  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Thu, 16 Oct 1997 02:15:55 -0600
240
241 lilypond (0.1.22-1) unstable; urgency=low
242
243   * New upstream release
244
245  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Mon, 13 Oct 1997 23:51:01 -0600
246
247 lilypond (0.1.21-1) unstable; urgency=low
248
249   * New upstream release
250
251  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Thu,  9 Oct 1997 22:58:26 -0600
252
253 lilypond (0.1.18.jcn1-1) unstable; urgency=low
254
255   * New upstream release
256
257  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Sat,  4 Oct 1997 03:48:45 -0600
258
259 lilypond (0.1.17-1) unstable; urgency=low
260
261   * New upstream release
262   * Remove redundancy in package's description (Fixed bug #12511)
263   * Added a note about the new LilyPond MF fonts which are not yet listed
264     in the current standard special.map (in the teTeX package)
265   * Added SHELL=/bin/bash to debian/rules because I use bashism. <smile>
266
267  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Sun, 28 Sep 1997 01:41:15 -0600
268
269 lilypond (0.1.12-1) unstable; urgency=low
270
271   * New upstream release
272   * Updated the mailing address of the Free Software Foundation
273     listed in /usr/doc/lilypond/copyright
274   * Updated Standards-Version to 2.3.0.0
275   * Built with debmake 3.3.14 and fakeroot 0.0-9 <grin>
276
277  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Sun,  7 Sep 1997 23:00:53 -0600
278
279 lilypond (0.1.9-1) unstable; urgency=low
280
281   * New upstream release
282
283  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Mon, 18 Aug 1997 15:14:24 -0600
284
285 lilypond (0.1.7-1) unstable; urgency=low
286
287   * New upstream release
288
289  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Thu, 14 Aug 1997 15:18:40 -0600
290
291 lilypond (0.1.6-1) unstable; urgency=low
292
293   * New upstream release
294
295  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Thu, 14 Aug 1997 05:14:06 -0600
296
297 lilypond (0.1.3-1) unstable; urgency=low
298
299   * New upstream release
300
301  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Sat,  9 Aug 1997 14:15:11 -0600
302
303 lilypond (0.1.2-1) unstable; urgency=low
304
305   * New upstream release
306
307  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Thu,  7 Aug 1997 22:54:20 -0600
308
309 lilypond (0.1.0-1) unstable; urgency=low
310
311   * Initial Release.
312
313  -- Anthony Fok <foka@gpu.srv.ualberta.ca>  Wed,  6 Aug 1997 04:40:57 -0600
314
315 Local variables:
316 mode: debian-changelog
317 add-log-mailing-address: "foka@debian.org"
318 End: