~ubuntu-branches/ubuntu/precise/lilypond/precise

« back to all changes in this revision

Viewing changes to debian/changelog

  • Committer: Bazaar Package Importer
  • Author(s): Thomas Bushnell, BSG
  • Date: 2006-12-19 10:18:12 UTC
  • mfrom: (3.1.4 feisty)
  • Revision ID: james.westby@ubuntu.com-20061219101812-7awtjkp0i393wxty
Tags: 2.8.7-3
scripts/midi2ly.py: When setting DATADIR, find Lilypond python files
in the @TOPLEVEL_VERSION@ directory, not 'current'.  Patch thanks to
Chris Lamb (chris@chris-lamb.co.uk).  (Closes: #400550)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
lilypond (2.8.7-3) unstable; urgency=medium
 
2
 
 
3
  * scripts/midi2ly.py: When setting DATADIR, find Lilypond python files
 
4
    in the @TOPLEVEL_VERSION@ directory, not 'current'.  Patch thanks to
 
5
    Chris Lamb (chris@chris-lamb.co.uk).  (Closes: #400550)
 
6
 
 
7
 -- Thomas Bushnell, BSG <tb@debian.org>  Tue, 19 Dec 2006 10:18:12 -0800
 
8
 
 
9
lilypond (2.8.7-2) unstable; urgency=low
 
10
 
 
11
  * debian/control (Build-Depends-Indep): Drop gs alternative for
 
12
    Ghostscript.  Move gs-gpl | gs-esp to Build-Depends.  
 
13
    (Build-Depends): Put gs-gpl | gs-esp here; require at least version
 
14
    8.50 of either.  Require version 2.1 at least of python-dev.
 
15
  
 
16
 -- Thomas Bushnell, BSG <tb@debian.org>  Sat, 11 Nov 2006 21:11:48 -0800
 
17
 
 
18
lilypond (2.8.7-1) unstable; urgency=low
 
19
 
 
20
  * New upstream release.  (Closes: #357057, #358663)
 
21
  * debian/control (Build-Depends): Require at least version
 
22
    0.0.20060125-1 of fontforge.  Require at least version 4.8.dfsg.1-1 of
 
23
    texinfo.  Require guile-1.8-dev instead of guile-1.6-dev.
 
24
  * debian/control (Build-Depends-Indep): Require gsfonts | gsfonts-x11 to
 
25
    fetch New Century Schoolbook fonts.
 
26
  * debian/control (lilypond/Depends): Require guile-1.8 instead of guile-1.6.
 
27
  * debian/rules (install): Don't delete texinfo.tex anymore, upstream is
 
28
    no longer shipping it.
 
29
    
 
30
  * debian/control (Build-Depends): Add libgmp3-dev and libltdl3-dev,
 
31
    temporarily. to workaround missing dependencies in guile-1.8-dev.
 
32
  
 
33
  * debian/control (lilypond-data/Pre-Depends): Allow texlive-base as an
 
34
    alternative to tetex-bin. (Closes: #386589)
 
35
  
 
36
 -- Thomas Bushnell, BSG <tb@debian.org>  Wed, 25 Oct 2006 23:26:15 -0700
 
37
 
 
38
lilypond (2.6.5-3) unstable; urgency=medium
 
39
 
 
40
  * debian/rules (install): Don't install .pyc files.
 
41
  * debian/control (Build-Depends): Require python-support and at least
 
42
    version 5 of debhelper.
 
43
    (lilypond-data/Depends): Add ${python:Depends}.
 
44
  * debian/rules (binary-indep): Call dh_pysupport on our private modules
 
45
    directory. (Closes: #392488)
 
46
  
 
47
  * debian/compat: Bump to version 5.
 
48
 
 
49
 -- Thomas Bushnell, BSG <tb@debian.org>  Thu, 12 Oct 2006 11:59:58 -0700
 
50
 
 
51
lilypond (2.6.5-2) unstable; urgency=low
 
52
 
 
53
  * debian/rules (HOME): Set this environment variable to a usable value
 
54
    to avoid a fontconfig buglet.
 
55
 
 
56
 -- Thomas Bushnell, BSG <tb@debian.org>  Mon, 18 Sep 2006 23:01:35 -0700
 
57
 
 
58
lilypond (2.6.5-1) unstable; urgency=low
 
59
 
 
60
  * New upstream release.  Lilypond 2.8 for Debian is currently stalled
 
61
    because guile-1.8 is required for it, and the Debian builds of
 
62
    guile-1.8 are encountering bugs.  So let's at least get the last
 
63
    lilypond-2.6 into etch in case guile-1.8 doesn't get there in time.
 
64
  * stepmake/bin/config.sub, stepmake/bin/config.guess: Use debian
 
65
    versions, from autotools-dev 20060702.1.
 
66
  
 
67
  * lily/include/accidental-interface.hh (Accidental_interface): Declare
 
68
    member accurate_boxes without qualification.
 
69
  * lily/include/stem.hh (Stem): Declare member beam_multiplicity without
 
70
    qualification.
 
71
  * lily/include/slur-scoring.hh (Slur_score_state): Declare member
 
72
    generate_avoid_offsets without qualification.
 
73
    (Thanks to Martin Michlmayr <tbm@cyrius.com> for the patch.)
 
74
    (Closes: #357057, #387644)
 
75
 
 
76
  * mf/GNUmakefile (pfa_warning): Select only the first line of mftrace
 
77
    --version output for mftrace check, since mftrace now prints more than
 
78
    just one line.
 
79
  
 
80
  * debian/control (Build-Depends-Indep): Add ttf-bitstream-vera and
 
81
    ttf-freefont. (Many thanks to Bill Allombert <allomber@math.u-bordeaux>
 
82
    for the fix.) (Closes: #359855)
 
83
    
 
84
  * debian/control (Build-Depends): Require at least version 2.4.1-1 of
 
85
    libfontconfig1-dev; 2.4.0 was missing FcConfigAppFontAddDir, which we
 
86
    need.
 
87
  
 
88
  * debian/rules (binary-indep): Don't symlink logos anymore.
 
89
  
 
90
 -- Thomas Bushnell, BSG <tb@debian.org>  Thu,  7 Sep 2006 22:34:19 -0700
 
91
 
 
92
lilypond (2.6.3-10) unstable; urgency=low
 
93
 
 
94
  * debian/control (Build-Depends): Drop explicit dependency on
 
95
    g++-3.4. 
 
96
  * debian/rules: No longer set CXX demanding g++-3.4 on certain
 
97
    archs.  (Closes: #343007)
 
98
  
 
99
  * debian/lilypond-data.postrm: Don't set TEXMFMAIN at all (it isn't
 
100
    used).  Don't try and set VARTEXFONTS if $1 is "purge".  Don't remove
 
101
    fonts on a purge command; it gets done at remove time and that's
 
102
    sufficient.  (All this is necessary because postrm scripts cannot
 
103
    depend on non-essential packages at purge time.)  (Closes: #325907)
 
104
    
 
105
  * debian/control (lilypond-data): Pre-Depends on tetex-bin to make sure
 
106
    kpsewhich is available for the maintainer scripts.  (Closes: #336052,
 
107
    #343182, #335847).
 
108
    
 
109
  * debian/control (Build-Depends): No longer accept libguile-dev for
 
110
    guile support, and require at least version 1.6.7 of guile-1.6-dev.
 
111
    (lilypond): Likewise here, require version 1.6.7 of guile-1.6.
 
112
    (Closes: #337597)
 
113
  
 
114
  * debian/control (lilypond): Spell "seamlessly" correctly.  (Closes:
 
115
    #327675)
 
116
  
 
117
 -- Thomas Bushnell, BSG <tb@debian.org>  Fri, 13 Jan 2006 12:59:15 -0800
 
118
 
 
119
lilypond (2.6.3-9) unstable; urgency=low
 
120
 
 
121
  * Packaging suggestions from upstream:
 
122
  * debian/control (Build-Depends): Drop ec-fonts-mftraced,
 
123
    libkpathsea-dev, tetex-bin, tetex-extra.  
 
124
   (Build-Depends-Indep): Add emacs-intl-fonts, xfonts-intl-arabic,
 
125
    xfonts-intl-asian, xfonts-intl-chinese, xfonts-intl-chinese-big,
 
126
    xfonts-intl-european, xfonts-intl-japanese, xfonts-intl-japanese-big,
 
127
    xfonts-intl-phonetic, ttf-kochi-gothic, ttf-kochi-mincho.  (These
 
128
    get embedded into the generated webpage.)
 
129
   (lilypond): Don't depend on ec-fonts-mftraced, tetex-bin, or tetex-extra. 
 
130
   (lilypond-data): Don't depend on tetex-bin.
 
131
  
 
132
  * debian/control (Build-Depends): Drop long-unneeded version dependency
 
133
    on binutils and libc6-dev and its variants.
 
134
    
 
135
  * debian/gui-2.6.patch: New file, provided by upstream.  Applied, with
 
136
    suitable massaging of ChangeLog.
 
137
  * debian/rules, scm/lily.scm: Revert change from 2.6.3-7.
 
138
    
 
139
  * debian/python-2.6.patch: New file, provided by upstream.  Applied, with 
 
140
    suitable massaging of ChangeLog.
 
141
  * debian/rules (install): Revert change from 3.6.3-6.
 
142
  
 
143
 -- Thomas Bushnell, BSG <tb@debian.org>  23 Oct 2005 15:22:34 -0700
 
144
 
 
145
lilypond (2.6.3-8) unstable; urgency=low
 
146
 
 
147
  * Avoid GCC 4.0 bug on arm, hppa, and m68k.
 
148
  * debian/control (Build-Depends): Add g++-3.4 on arm, hppa, and m68k.
 
149
  * debian/rules: On arm, hppa, and m68k, use g++-3.4 for CXX.
 
150
  (Closes: #335287)
 
151
 
 
152
 -- Thomas Bushnell, BSG <tb@debian.org>  Sat, 22 Oct 2005 23:18:36 -0700
 
153
 
 
154
lilypond (2.6.3-7) unstable; urgency=low
 
155
 
 
156
  * debian/rules (build, build-doc): Abandon attempts to have a terminal
 
157
    set as stdin.  Instead, set and export environment variable
 
158
    LILYPONDNOGUI.
 
159
  * scm/lily.scm (running-from-gui?): Return #f anytime LILYPONDNOGUI
 
160
    environment variable is set.  (Closes: #334877)
 
161
  
 
162
 -- Thomas Bushnell, BSG <tb@debian.org>  Sat, 22 Oct 2005 15:18:35 -0700
 
163
 
 
164
lilypond (2.6.3-6) unstable; urgency=low
 
165
 
 
166
  * debian/rules (install): Move midi.so from /usr/share into /usr/lib and 
 
167
    leave behind a symlink to find it.
 
168
  * debian/lilypond.install: Add usr/lib.
 
169
    (Closes: #335207)
 
170
  
 
171
  * debian/rules (build, build-doc): Use screen to set up a tty for input
 
172
    instead of relying on /dev/tty; that will work in more environments.
 
173
  * debian/control (Build-Depends, Build-Depends-Indep): Add screen.  Gak.
 
174
 
 
175
 -- Thomas Bushnell, BSG <tb@debian.org>  Sat, 22 Oct 2005 10:51:49 -0700
 
176
 
 
177
lilypond (2.6.3-5) unstable; urgency=low
 
178
 
 
179
  * debian/rules (build, build-doc): Redirect input from /dev/tty in MAKE
 
180
    invocations.  It seems that lilypond assumes that, if stdin is not a
 
181
    terminal, we must be running under a gui.  This changes the behavior
 
182
    of the program in several fundamental ways, causing the scripts used
 
183
    for generating documentation to fail. (Closes: #334877)
 
184
 
 
185
 -- Thomas Bushnell, BSG <tb@debian.org>  Fri, 21 Oct 2005 20:33:11 -0700
 
186
 
 
187
lilypond (2.6.3-4) unstable; urgency=low
 
188
 
 
189
  * debian/control (Build-Depends): Require libfreetype6-dev,
 
190
    libpango1.0-dev, and libfontconfig-dev.  Grr, I think this does it.
 
191
 
 
192
 -- Thomas Bushnell, BSG <tb@debian.org>  Wed, 19 Oct 2005 20:48:51 -0700
 
193
 
 
194
lilypond (2.6.3-3) unstable; urgency=low
 
195
 
 
196
  * debian/control (Build-Depends): Require pkg-config, at least version
 
197
    0.9.0.
 
198
  
 
199
  * debian/control (Build-Depends): Accept libc0.1-dev (>= 2.2.4-6) as a
 
200
    libc alternative.
 
201
  * stepmake/bin/config.guess, stepmake/bin/config.sub: Use debian
 
202
    versions, from autotools-dev 20050803.1.  (Closes: #334786)
 
203
 
 
204
 -- Thomas Bushnell, BSG <tb@debian.org>  Wed, 19 Oct 2005 16:40:21 -0700
 
205
 
 
206
lilypond (2.6.3-2) unstable; urgency=low
 
207
 
 
208
  * debian/rules (clean): Don't fail if lib/python isn't hanging around.
 
209
    (Closes: #334725).
 
210
 
 
211
 -- Thomas Bushnell, BSG <tb@debian.org>  Wed, 19 Oct 2005 09:41:10 -0700
 
212
 
 
213
lilypond (2.6.3-1) unstable; urgency=low
 
214
 
 
215
  * New upstream release. (Closes: #323526, #315970, #316125, #314242)
 
216
  * upstream-debian: holds the "debian" directory that upstream insists on
 
217
    packaging, and which makes updating versions a royal PITA.  So we'll just
 
218
    store what they do there, and then let them do what they want, and build
 
219
    ourselves for the Debian way.
 
220
  * debian/rules (binary-indep): No longer look for lilypond.map file or
 
221
    install it.
 
222
  * debian/lilypond-data.dirs: Drop etc/texmf/dvips.
 
223
  * debian/watch: Look in the v2.6 download directory now.
 
224
  * debian/lilypond.install: Don't worry about usr/lib anymore.
 
225
  * debian/rules (binary-indep): No longer does upstream build PS docs, so 
 
226
    we no longer make symlinks to them.
 
227
  
 
228
  * debian/control (clean): Remove annoying lib/python symlink.
 
229
  
 
230
  * debian/control (lilypond): Update description to mention SVG.
 
231
  
 
232
  * debian/control (lilypond1.3): Drop transitional package.
 
233
  * debian/lilypond1.3.copyright: Remove file.  (Closes: #308709)
 
234
  * debian/control (lilypond): Don't conflict with lilypond1.3 or
 
235
    musixtex-fonts anymore.
 
236
  
 
237
  * debian/control (lilypond-data): Depend on texinfo | texlive-texinfo.
 
238
  * debian/rules (install): Don't install texinfo.tex.  (Closes: #322338)
 
239
    
 
240
  * debian/control (Build-Depends): Require version 0.0.20050911-1 of
 
241
    fontforge, or greater, to avoid crashes during building.
 
242
    
 
243
  * debian/control (Build-Depends): Require at least version 1.1.17-1 of
 
244
    mftrace, to avoid a gcc4-related bug that was only fixed in that version.
 
245
  
 
246
 -- Thomas Bushnell, BSG <tb@debian.org>  Tue, 18 Oct 2005 19:33:41 -0700
 
247
 
 
248
lilypond (2.4.5-2) unstable; urgency=low
 
249
 
 
250
  * debian/control (Build-Depends): Build system demands you have
 
251
    ec-fonts-mftraced installed to build, so do it.
 
252
 
 
253
 -- Thomas Bushnell, BSG <tb@debian.org>  Fri,  8 Apr 2005 04:38:44 -0700
 
254
 
 
255
lilypond (2.4.5-1) unstable; urgency=low
 
256
 
 
257
  * New upstream release.  (Closes: #285370, #296034, #300609)
 
258
  * debian/control (Build-Depends): Remove fontforge, autotrace, t1utils,
 
259
    imagemagick.
 
260
  (Build-Depends-Indep): Add imagemagick.
 
261
  (lilypond Depends): Add ec-fonts-mftraced.
 
262
  * debian/rules (binary-indep): Get lilypond.map from its new location.
 
263
  
 
264
 -- Thomas Bushnell, BSG <tb@debian.org>  Thu,  7 Apr 2005 12:48:17 -0700
 
265
 
1
266
lilypond (2.2.6-3) unstable; urgency=low
2
267
 
3
268
  * New maintainer.  (Closes: #278502).