File: changelog

package info (click to toggle)
musescore 2.0.3%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 202,532 kB
  • ctags: 58,769
  • sloc: cpp: 257,595; xml: 172,226; ansic: 139,931; python: 6,565; sh: 6,383; perl: 423; makefile: 290; awk: 142; pascal: 67; sed: 3
file content (564 lines) | stat: -rw-r--r-- 21,529 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
musescore (2.0.3+dfsg1-2) unstable; urgency=medium

  * Team upload.
  * Only install /usr/share/mscore symlink when building arch:all packages.

 -- James Cowgill <jcowgill@debian.org>  Sun, 17 Jul 2016 16:19:05 +0100

musescore (2.0.3+dfsg1-1) unstable; urgency=medium

  * Team upload.
  * Comment out the "compression" key in debian/gbp.conf.

  [ Peter Jonas ]
  * New upstream version 2.0.3. (Closes: #821325)
  * Remove obsolete manual patch - upstream has removed the manual from the
    source and it's now available online. (Closes: #815688; LP: #1492629)
  * Remove other obsolete patches.
  * Update debian/copyright. (Closes: #818619)
  * Set revision on upstream import via uscan. (Closes: #818795; LP: #1492623)
  * Update syntax for debian/gbp.conf and debian/watch.
  * Add Files-Excluded field to debian/copyright and adjusted debian/repack.
  * Don't build-depend on qtquick1-5-dev. (Closes: #808781, #824956)
  * Add documentation for handling new upstream releases to README.source.

  [ James Cowgill ]
  * Modernize debian/rules and use cmake directly.
    - The buggy CPU detection code is no longer used. (Closes: #797259)

  * debian/control:
    - Neaten up using wrap-and-sort.
    - Use secure Vcs URLs.
    - Bump standards to 3.9.8 (no changes).
    - Depend on exact version of musescore-common.
  * debian/copyright:
    - Add copyright for thirdparty/freetype.
    - Remove unused LGPL-2.1 paragraph.
    - Fix Files regex for thirdparty/intervaltree.
  * debian/patches:
   - 01 Use the system copy of FreeType.
   - 02 Put common flags into CMAKE_CXX_FLAGS and disable PCH.
   - 03 Remove OpenSSL references from kQOAuth.
   - 04 Fix manpage errors.
  * debian/*.postinst, debian/*.postrm, debian/*.prerm:
   - Drop all maintainer scripts, everything is handled by triggers now.
  * debian/rules:
   - Enable all hardening flags.
   - Use -Wl,--as-needed to avoid extra library dependencies.

 -- Fabian Greffrath <fabian@debian.org>  Sat, 16 Jul 2016 21:14:40 +0200

musescore (2.0.2+dfsg-2) unstable; urgency=medium

  * Team upload.

  [ Tiago Bortoletto Vaz ]
  * Fix Worng list formatting in package description. Thanks to Beatrice
    Torracca. (Closes: #790106)

  [ Sebastian Ramacher ]
  * debian/patches/03-fix-when-char-defaults-to-unsigned.patch: Apply upstream
    patch to fix FTBFS on arm* (Closes: #802705)

 -- Sebastian Ramacher <sramacher@debian.org>  Sat, 24 Oct 2015 13:22:28 +0200

musescore (2.0.2+dfsg-1) unstable; urgency=medium

  * New upstream version 2.0.2
  * Remove Debian patch related to multi-processors, fixed by upstream.
  * Build-depend on shared-mime-info
  * New patch: 02-do-not-update-mime-during-build.patch

 -- Tiago Bortoletto Vaz <tiago@debian.org>  Sat, 18 Jul 2015 00:21:32 -0400

musescore (2.0.1+dfsg-3) unstable; urgency=medium

  * Re-using old patch related to multiple processors and m68k.
  * Fix Vcs-Git in control file, thanks duck.

 -- Tiago Bortoletto Vaz <tiago@debian.org>  Fri, 03 Jul 2015 15:58:27 -0400

musescore (2.0.1+dfsg-2) unstable; urgency=medium

  * Improve package short and long descriptions
  * Patch Makefile to avoid build error on m68k
  * Remove patch for Hurd and KFreeBSB builds, it's in upstream code already.

 -- Tiago Bortoletto Vaz <tiago@debian.org>  Wed, 17 Jun 2015 15:58:47 -0400

musescore (2.0.1+dfsg-1) unstable; urgency=medium

  [ Toby Smithe ]
  * New upstream release (2.0.1)
  * Closes: #768524, #724588; LP: #886729, #829153, #699868, #1444318.
  * Drop obsolete patches and refresh remainder.
  * Update control file for Qt 5 dependencies.
  * Set Maintainer to Debian Multimedia team.
  * Update VCS info.
  * Update debian/copyright, rewrite as machine-readable.

  [ Tiago Bortoletto Vaz ]
  * New Standards-Version
  * Fix upstream name/contact in copyright file
  * Hardened build (https://wiki.debian.org/Hardening)
  * Add new MuseScore icon and menu entry
  * Update watch file and get-orig-source rules

 -- Tiago Bortoletto Vaz <tiago@debian.org>  Wed, 17 Jun 2015 12:39:56 -0400

musescore (1.3+dfsg1-0.1) unstable; urgency=low

  * Non-maintainer upload.
  * Remove file mscore/demos/prelude.mscx from upstream tarball.
    The file has the license CC-BY-NC-SA 2.0, which is nonfree.
    Thanks to mejiko <kame55-itasenpara123@y2.dion.ne.jp> (Closes: #749696)
  * Increment dfsg suffix by one for new upstream tarball and use
    xz compression
  * Imported Upstream version 1.3+dfsg1
  * Add new patch to remove nonfree file from installation

 -- Tobias Quathamer <toddy@debian.org>  Thu, 23 Oct 2014 13:05:04 +0200

musescore (1.3+dfsg-2) unstable; urgency=medium

  * Remove obsolete mscore.sh script
    (Closes: #714269, #714272, #719615, #737765, #743970;
     LP: #1284273, #880492)
  * Replace 'Conflicts' with 'Breaks' (LP: #1086344)

 -- Toby Smithe <tsmithe@ubuntu.com>  Mon, 12 May 2014 16:34:50 +0100

musescore (1.3+dfsg-1) unstable; urgency=low

  * New upstream release
    + see <http://musescore.org/en/musescore-1.3>
    + important bug fixes (Closes: #591908; LP: #1010457)
  * debian/control:
    + update long description for musescore-common
    + depend on mawk not gawk (Closes: #667845)
    + depend on individual libqtscript4 packages rather than the metapackage
      libqtscript4-qtbindings, since -opengl will not install on GNU/Hurd, thereby
      making musescore uninstallable
  * debian/patches:
    + drop 20-fix-dso-linking.patch
    + add 25-build-hurd.patch: add rules to CMakeLists to build on GNU or kFreeBSD

 -- Toby Smithe <tsmithe@ubuntu.com>  Wed, 19 Feb 2014 23:04:53 +0000

musescore (1.2+dfsg-1.1) unstable; urgency=medium

  * Non-maintainer upload.
  * debian/patches
    - add adjust-newer-freetype-header-location.patch (Closes: #733363)

 -- Hideki Yamane <henrich@debian.org>  Wed, 05 Feb 2014 21:19:03 +0900

musescore (1.2+dfsg-1) unstable; urgency=low

  * New upstream release
    + see <http://musescore.org/en/musescore-1.2-released>
    + many bugfixes (Closes: #641780, #663411, #649225, #657910, #642953)
                    (LP: #794282, #944619, #743116)
    + musescore-common dependency has been correctly versioned since 1.1
      (Closes: #655111)
  * 12-debianise-about-box.patch:
    + redirect bug submitters to the correct package on Launchpad
  * 25-desktop-file-genericnames.patch: (Closes: #640988)
    + no more meaningless GenericName entries in desktop file
  * debian/rules: use dh_prep instead of dh_clean -k
  * debian/rules, debian/manpages: make sure `musescore` has a manpage
  * debian/control: ensure transitional packages are oldlibs/extra

 -- Toby Smithe <tsmithe@ubuntu.com>  Wed, 21 Mar 2012 18:45:32 +0000

musescore (1.1+dfsg-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Remove deprecated dpatch and upgrade to packaging format "3.0 quilt".
    Note: some patches were updated with "quilt refresh" to make
    them apply cleanly.
  * Update to Standards-Version to 3.9.3 and debhelper to 9.

 -- Jari Aalto <jari.aalto@cante.net>  Wed, 29 Feb 2012 04:55:51 -0500

musescore (1.1+dfsg-1) unstable; urgency=low

  * New upstream release: <http://musescore.org/en/musescore-1.1> (LP: #819293)
    + MuseScore Connect <http://musescore.org/en/node/11523>
      - debian/control: depend on libqtwebkit-dev
    + add sol notehead, alternative brevist notehead group
    + add new symbols for old notation
    + improvements to MuseJazz font
    + new "MuseJazz" style
    + new "Jazz Lead Sheet" template and style
    + improvements to chord placement via keyboard
    + "Acoustic Bass" added to instrument list
    + many bug fixes (LP: #720483)
      <http://musescore.org/en/developers-handbook/release-notes-musescore-1.1>
  * Fix startup notification (Closes: #625824).
    + add 21-fix-startup-notification.dpatch
  * Fix FTBFS (Closes: #624989; LP: #770742)
    + add 22-fix-casting.dpatch
  * Switch Mixer binding to F8 (LP: #783653)
  * Update other patches.

 -- Toby Smithe <tsmithe@ubuntu.com>  Fri, 12 Aug 2011 14:31:48 +0100

musescore (1.0+dfsg-3) unstable; urgency=low

  * Harden dependency on musescore-common to ">= 1.0+dfsg-1" so that
    people can't do silly things like grab the debs independently and
    mess up their configs...
    + mscore.real looks at /usr/share/mscore-1.0 not mscore-0.9 now;
    + /usr/share/mscore needs to point to /usr/share/mscore-1.0.

 -- Toby Smithe <tsmithe@ubuntu.com>  Thu, 24 Feb 2011 10:30:41 +0000

musescore (1.0+dfsg-2) unstable; urgency=low

  * Re-include Matthias Klose's armel qreal fixes (Closes: #597802)
    (I missed 0.9.6.3+dfsg-0ubuntu2...
     Apologies to Matthias and my sponsor, Tobias Quathamer!)

  * debian/patches/12-debianise-about-box.dpatch:
    + Update "About" dialogue box to give copyright to 2011.

  [ Matthias Klose ]
  * More armel qreal fixes. LP: #642117.

 -- Toby Smithe <tsmithe@ubuntu.com>  Wed, 16 Feb 2011 20:04:20 +0000

musescore (1.0+dfsg-1) unstable; urgency=low

  * New upstream release (LP: #714991)
    + based off stable 0.9.6 branch
    + see <http://musescore.org/en/node/9020> for release notes.

  * Other bug fixes:
    + "Program Icon Not Used for Window List" (LP: #599820)
    + "Revert factory settings crashes on Ubuntu 10.04" (LP: #599226)

  * debian/patches:
    + 20-fix-dso-linking.dpatch: fix FTBFS on wheezy/natty.

 -- Toby Smithe <tsmithe@ubuntu.com>  Mon, 14 Feb 2011 17:22:06 +0000

musescore (0.9.6.3+dfsg-0ubuntu1) maverick; urgency=low

  * New upstream bugfix release (LP: #652276)
    + Incorporates Niall's armel qreal patch (Closes: #597802)
  
  * debian/musescore.sh: pactl test fixed (Closes: #596270)

 -- Toby Smithe <tsmithe@ubuntu.com>  Thu, 30 Sep 2010 17:20:26 +0100

musescore (0.9.6.2+dfsg-1ubuntu1) maverick; urgency=low

  * 20_armel-float-cast-fix.dpatch:
    - Define alternative rxpos and rypos calls for armel to handle
    its differenet QpointF rx() and ry() call return values. Ensure qMax
    and qMin calls have equivalent argument types(LP: #642117)

 -- Niall Creech <niallcreech@gmail.com>  Tue, 21 Sep 2010 19:23:50 +0100

musescore (0.9.6.2+dfsg-1) unstable; urgency=low

  * New upstream bugfix release (Closes: #593728)
    + Program icon used in window list. (Closes: #591913, LP: #599820)
        (debian/patches/19-fix-window-icon.dpatch)
    + Does not crash when reverting factory settings. (LP: #599226)
        (debian/patches/18-correct-sf2-path.dpatch)
    + Does not hang on opening. (Closes: #591911)

  * Update Standards-Version to 3.9.1.

  * See the release notes:
      <http://musescore.org/en/node/6745> for 0.9.6.2, and
      <http://musescore.org/en/node/6456> for 0.9.6.1 (which was skipped).

 -- Toby Smithe <tsmithe@ubuntu.com>  Tue, 17 Aug 2010 22:30:25 +0100

musescore (0.9.6+dfsg-1) unstable; urgency=low

  * New upstream release. (Closes: #585599)
    + Many new features and bugfixes. (Closes: #566235, #581845. LP: #558880)
    + See http://musescore.org/en/new-features-musescore-096 for info.
    + Update patches.

  * For now, stick to source format 1.0.
  * Still no offline PDF manuals, as pisa/reportlab are broken right now.

  * debian/control:
    + Add Provides/Replaces for old mscore packages. (LP: #527349)

  * debian/musescore.links:
    + Install symlink from usr/bin/musescore to usr/bin/mscore.

  * debian/mscore.sh, debian/control:
    + Be more robust in pulseaudio handling. (Closes: #524733)
    + Recomend pulseaudio-utils, test for pactl.

  * debian/patches/13-fix-arm-qreal-ftbfs.dpatch:
    + Hopefully, this fixes the armel FTBFS. (Closes: #559854)

  * debian/patches/09-disable-building-qtscript, debian/control:
    + Just don't build the script stuff.
    + Depend on libqtscript4-qtbindings instead.

  * debian/musescore.postinst:
    + Fix xdg-mime handling. (Closes: #570840)

 -- Toby Smithe <tsmithe@ubuntu.com>  Mon, 7 Jun 2010 18:12:23 +0100

musescore (0.9.6~beta1+dfsg-0ubuntu1) lucid; urgency=low

  * New upstream release. Many bugfixes. (Closes LP: #498626, #484006, 335461)
  * Package name changed from mscore to musescore.

  * Remove requirement for fluid-soundfont-gm:
    + musescore now ships its own sf2 in musescore-soundfont-gm.

  * debian/control:
    + add Build-Depends on libfreetype6-dev.
  * debian/patches:
    + add 17-ProcessHTML-remove-ja: ja not available yet in this checkout.
    + drop 04-use-fluid-soundfont (see above).

 -- Toby Smithe <tsmithe@ubuntu.com>  Sat, 13 Feb 2010 18:32:22 +0100

mscore (0.9.5+dfsg-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Fix "package purge (after dependencies removal) fails": call
    update-desktop-database only if it exists (closes: #574236).

 -- gregor herrmann <gregoa@debian.org>  Sun, 04 Apr 2010 21:14:19 +0200

mscore (0.9.5+dfsg-1) unstable; urgency=low

  * New upstream release (Closes: #545053, #552780)
    + Many bugfixes (Closes: #519142)
    + Greater stability
    + Better translations

  * debian/control
    + complies with Standards-Version 3.8.3
    + drop old Build-Dependency on pdftk
    + drop dependency on external libfluidsynth, as mscore requires
      capabilities that have diverged, and that are only tenable in this
      distribution
    + add libsndfile1-dev to Build-Depends to support audio export.
    + add chrpath to Build-Depends.
    + add desktop-file-utils to Depends to support mime type.
    + require Qt 4.5
    + X-Vcs-Bzr replaced with Vcs-Bzr; Vcs-Browser added.

  * debian/patches:
    + drop 01-use-global-fluidsynth:
       <http://n2.nabble.com/forum/Permalink.jtp?root=3050336&post=3054888>
    + 09-disable-building-qtscript.dpatch: enable static building of QtScript
    + 13-fix-arm-qreal-ftbfs.dpatch. Closes: #516892
    + add 14-enable-portaudio-by-default.dpatch to enhance audio reliability.
    + drop 15-add-mime-to-desktop-file.dpatch, owing to upstream inclusion.

  * debian/copyright:
    + add information pertaining to mscore/singleapp.
    + add information about OOoMuseScore and portmidi.
    + add notice about BeautifulSoup.
    + (C) replaced with ©.

  * Register MimeType, icon and default application handler.
    + debian/patches/15-add-mime-to-desktop-file.dpatch
    + debian/mscore.sharedmimeinfo
    + debian/mscore.mime
    + debian/mscore.links
    + debian/mscore.postinst
    + debian/mscore.prerm
    + debian/mscore.postrm
    + debian/control
    + debian/rules
    
  * Write infrastructure for PDF manuals installation.
    - add code to debian/rules to get manual source on orig tarball creation
      then rebuild the manuals from the downloaded source;
      (applies to get-orig-source and update-to-svn; requires python-pisa)
    - explain in README.Debian for clarity.
    - This is disabled until pisa is in the archive.

  * debian/rules: Remove rpath from mscore.real binary with chrpath.

  * debian/mscore.sh
    + Fix pgrep exit value check. Closes: #524733
    + Add check for recent PulseAudio to decide whether or not to suspend.

  * Add debian/README.source

 -- Toby Smithe <tsmithe@ubuntu.com>  Thu, 3 Dec 2009 18:11:15 +0100

mscore (0.9.4+dfsg-1) unstable; urgency=low

  * New upstream release
    + http://www.musescore.org/en/blog/2009/02/06/new-features-musescore-094
  * Re-pack orig tarball to remove rtf2html binary.
  * debian/patches:
    + 05-use-mscore-common-files:
      - fix rejected hunks;
      - use lighter foreground score image (paper4.png).
    + 10-disable-awl: fix rejected hunks.
    + 11-install-manual:
      - fix rejected hunks;
      - patch mscore.cpp to not display local help option;
      - manual/handbook PDFs not in this checkout, so add option
        to not install.
    + 12-debianise-about-box.dpatch:
      - add info pertaining to Debian/Ubuntu-based distributions to about box.
  * debian/copyright: 
    + add information about paper[45].png;
    + add information about osdabzip, rtf2html;
    + update dates.
  * debian/control: 
    + add Vcs-Bzr field;
    + update Standards-Version.
  * debian/rules:
    + add update-to-svn and build-svn rules;
    + reflect removal of rtf2html binary in get-orig-source.

 -- Toby Smithe <tsmithe@ubuntu.com>  Sat, 07 Feb 2009 12:42:47 +0000

mscore (0.9.3+dfsg-1) unstable; urgency=low

  * New upstream release.
    + Many bugs, crashes fixed.
    + Better MusicXML support, new compressed file format (.mscz).
    + Ability to use plugins with access to whole Qt library.
    + Glissando, tremolo support.
  * debian/control: Update Standards-Version to 3.8.0.
  * debian/control: Update Homepage to musescore.org.
  * debian/patches:
    + 10-disable-awl: Disable awl plugin to ease shlib issues.
    + 09-disable-building-qtscript: Until Qt4.5, disable the Qt 
                                    scripting interface (otherwise 
                                    results in shlib errors).
    + 01-use-global-fluidsynth: Disabled until vibrato problems fixed; 
                                link statically against local copy instead.

 -- Toby Smithe <tsmithe@ubuntu.com>  Sun, 21 Sep 2008 21:40:42 +0100

mscore (0.9.2+dfsg-3) unstable; urgency=low

  * Patches modified:
    + 08-disable-multiple-jobs:
      The usage of multiple jobs is not very well supported by upstream's
      build system. Therefore, multiple jobs are disabled completely for
      now. Thanks a lot to Thiemo Seufer for debugging this on MIPS.
      Closes: #487548

 -- Toby Smithe <tsmithe@ubuntu.com>  Mon, 23 Jun 2008 20:10:44 +0200

mscore (0.9.2+dfsg-2) unstable; urgency=low

  * Patches added:
    + 08-disable-multiple-jobs:
      The current system of detecting multiple CPUs and using them for
      multiple jobs in parallel is not very robust and results in a
      FTBFS on some architectures.

 -- Toby Smithe <tsmithe@ubuntu.com>  Tue, 17 Jun 2008 19:40:12 +0100

mscore (0.9.2+dfsg-1) unstable; urgency=low

  * Initial Debian upload (Closes: #460934).
  * debian/control: set Maintainer field appropriately.
  * debian/control: remove unneeded Build-Depends on context.
  * debian/control: add Build-Depends on zlib1g-dev.
  * debian/rules: remove generated files in clean target to enable
    building the package twice in a row
  * Replace "Ubuntu" with "Debian" in README.Debian and
    soundfont-required.update-notifier
  * debian/copyright: correct GPL license to exactly version 2, not
    any later version. Also mention LGPL-2 or later for an included
    library. Correct download location for original non-free tarball.

 -- Toby Smithe <tsmithe@ubuntu.com>  Sun, 08 Jun 2008 14:10:28 +0200

mscore (0.9.2+dfsg-0ubuntu1) intrepid; urgency=low

  * New upstream release (LP: #235731)
  * Patches dropped:
    + 03-build-desktop-file - incorporated upstream
    + 06-build-documentation - new online documentation system obsoletes this
  * Patches added:
    + 07-fix-xml-in-msc - Qt 4.4 updates break xml production thus 
			  creating files which do not open with mScore.
			  (LP: #234681)

 -- Toby Smithe <tsmithe@ubuntu.com>  Sun, 27 Apr 2008 12:33:00 +0100

mscore (0.9.1d+dfsg-0ubuntu4) hardy; urgency=low

  * mscore.sh: + Check for module-jack-sink in PulseAudio, rather than 
	         just suspend blindly.
	       + Clean up output.
	       + Closes LP: #207565
  * Enable PortAudio support.

 -- Toby Smithe <tsmithe@ubuntu.com>  Mon, 31 Mar 2008 22:44:12 +0100

mscore (0.9.1d+dfsg-0ubuntu3) hardy; urgency=low

  * Build documentation (06-build-documentation.dpatch).
  * Allow mscore.sh to accept arguments to mscore.real.
  * Fix SoundFont notification to only display when 
    /usr/share/sounds/sf2 does not exist (mscore.postinst).
  * Closes LP: #205771

 -- Toby Smithe <tsmithe@ubuntu.com>  Sun, 23 Mar 2008 17:52:22 +0000

mscore (0.9.1d+dfsg-0ubuntu2) hardy; urgency=low

  * 04-use-fluid-soundfont.dpatch
     - change default SoundFont from the removed MiniPiano, to the 
       recommended Fluid SoundFont.
  * 05-use-mscore-common-files.dpatch
     - use files from the mscore-common package rather than link them 
       into the mscore binary. See the patch header for a rationale.

 -- Toby Smithe <tsmithe@ubuntu.com>  Sun, 24 Feb 2008 18:42:45 +0000

mscore (0.9.1+dfsg-0ubuntu1~tsmithe1) gutsy; urgency=low

  * No-change PPA upload.
  - Previous changelog entry should read "24 Jan 2008".

 -- Toby Smithe <tsmithe@ubuntu.com>  Sat, 16 Feb 2008 15:52:12 +0000

mscore (0.9.1d+dfsg-0ubuntu1) hardy; urgency=low

  * New upstream release
  * Icons and desktop file now installed by upstream distribution.
  * 03-build-desktop-file.dpatch: fix building of desktop file.
  * mscore.sh: move mscore binary to mscore.real, and use pasuspender if 
               PulseAudio is installed and running.

 -- Toby Smithe <tsmithe@ubuntu.com>  Thu, 24 Jan 2007 20:27:12 +0000

mscore (0.8.0+dfsg-0ubuntu1) hardy; urgency=low

  * New upstream release.
  * Patches included upstream, remaining:
    - 01-use-global-fluidsynth.dpatch: modified to only configure CMake
  * Patch to remove piano1.sf2 from mscore binary (02-freedom.dpatch), 
    as it is not in the source distribution.

 -- Toby Smithe <tsmithe@ubuntu.com>  Wed, 26 Dec 2007 16:39:12 +0000

mscore (0.7.0.1+dfsg-0ubuntu1) hardy; urgency=low

  * Initial release (Closes LP: #152650)
  * Repackaged to comply with DFSG: removed piano1.sf2 SoundFont, PDFs.
    - Does anyone have any free SoundFonts?
  * Patch to allow installing in a certain prefix (02-install-prefix.dpatch)
  * Patch to build using system FluidSynth distribution
     (01-use-global-fluidsynth.dpatch)

 -- Toby Smithe <tsmithe@ubuntu.com>  Thu, 22 Nov 2007 17:49:27 +0000