]> git.donarmstrong.com Git - lilypond.git/blobdiff - debian/changelog
Ignore non-empty /usr/share/lilypond in postinst (Closes: #737505)
[lilypond.git] / debian / changelog
index fb339d0c76a59bc6fc984b00cc463d8757807f7c..860dcf2936ec10c918551bb59bf3d16ebe799aea 100644 (file)
@@ -1,3 +1,124 @@
+lilypond (2.18.2-6) UNRELEASED; urgency=medium
+
+  * Ignore non-empty /usr/share/lilypond in postinst (Closes: #737505)
+
+ -- Don Armstrong <don@debian.org>  Sun, 05 Mar 2017 15:42:20 -0800
+
+lilypond (2.18.2-7) unstable; urgency=medium
+
+  * Fix FTBFS (introduced by me in 2.18.2-5) on hurd-i386
+  * Fix FTBFS (introduced by me in 2.18.2-5) on kfreebsd-{amd64,i386}
+  * Run tests only when documentation has been built, and
+    fix check for DEB_BUILD_OPTIONS=nocheck. (See #760794)
+  * Suggests instead of Recommends lilypond-doc. (Closes: #653263)
+  * Fix Lintian warning: debian-rules-ignores-make-clean-error
+  * Fix Lintian warnings: wildcard-matches-nothing-in-dep5-copyright
+
+ -- Anthony Fok <foka@debian.org>  Sun, 29 Jan 2017 04:58:33 -0700
+
+lilypond (2.18.2-6) unstable; urgency=medium
+
+  [ Dr. Tobias Quathamer ]
+  * Add myself as uploader
+    (cherry-picked from 2016-07-25 git commit to debian-experimental branch)
+
+  [ Anthony Fok ]
+  * Fix FTBFS when built with "dpkg-buildpackage -A".
+    Previously, "$(MAKE) install" was not run for arch-independent build,
+    hence dh_install was unable to find the non-documentation files that are
+    destined for lilypond-data.
+    Thanks to Santiago Vila for the bug report. (Closes: #806067)
+  * debian/rules: Leave PDF documentation uncompressed.
+
+ -- Anthony Fok <foka@debian.org>  Fri, 27 Jan 2017 13:15:13 -0700
+
+lilypond (2.18.2-5) unstable; urgency=medium
+
+  [ Dr. Tobias Quathamer ]
+  * Fix patch for FTBFS on hurd. Thanks to Petter Reinholdtsen
+    for the bug report and patch. (Closes: #761036)
+
+  [ Anthony Fok ]
+  * Bundle our own private copy of guile-1.8.  Superceded by guile-2.0,
+    the old guile-1.8 was finally removed from Debian in May 2016.
+    Unfortunately, LilyPond 2.18.2 still requires Guile 1.8,
+    and LilyPond 2.19.x and Guile 2 are just not yet ready for each other.
+    So, it would seem that bundling our own private guile-1.8 is the only
+    viable option to keep LilyPond 2.18.2 in Debian for the time being.
+    Hope this would allow LilyPond to re-enter Debian 9 "stretch"!
+    See Bug #746005 for more information.
+  * Import guile-1.8 as multiple upstream tarball component,
+    originally Debian's own DFSG-compliant guile-1.8_1.8.8+1.orig.tar.bz2,
+    recompressed with gzip as lilypond_2.18.2.orig-guile18.tar.gz
+    (to work around current gbp limitation).
+  * Add debian/gbp.conf for multiple upstream tarball (MUT)
+    with special "multiple upstream tarball" (MUT) upstream-mut branch
+    branch and upstream-mut/%(version)s tags for Debian 9 "stretch".
+  * Cherry-pick set-global-fonts function from upstream to scm/font.scm
+  * Refresh debian/control:
+    - Add myself to the Uploaders field
+    - Bump Standards-Version to 3.9.8 (no change)
+    - Use secure https URIs for Vcs-Browser and Vcs-Git fields
+  * Add explicit Build-Depends on libfl-dev
+    LilyPond needs /usr/include/FlexLexer.h from libfl-dev,
+    but flex dependency on libfl-dev has been demoted to Recommends
+    since flex (2.6.1-1.1) dated 2016-11-24.
+  * Remove bitmap fonts from Build-Depends and use vector fonts only.
+    Also, Build-Conflicts with fonts-noto-cjk which contains OpenType
+    Collection (OTC) fonts, which unfortunately Ghostscript does not yet
+    support and would cause the build to abort.
+  * Make lilypond-doc-html Depends on lilypond-doc for its PNG images
+  * Add "--no-parallel" to dh_auto_clean in debian/rules.
+    The use of a parallel "$(MAKE) -j4 distclean" tends to fail
+    after a full build.
+  * Fix some minor errors and omissions in debian/copyright.
+    Also add Dr. Tobias Quathamer and me as contributors to debian/*.
+
+ -- Anthony Fok <foka@debian.org>  Fri, 27 Jan 2017 05:05:52 -0700
+
+lilypond (2.18.2-4.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * debian/control:
+    - Replace ttf-kochi fonts with ipafonts (Closes: #804514).
+
+ -- Luca Falavigna <dktrkranz@debian.org>  Wed, 30 Dec 2015 14:57:33 +0100
+
+lilypond (2.18.2-4) unstable; urgency=medium
+
+  * Fix the wrong maintscript-helper invocation which was trying to
+    symlink to /usr/share/doc/lilypond/Documentation/user instead of
+    /usr/share/doc/lilypond/Documentation. (Closes: #768272)
+  * Add missing Pre-Depends: ${misc:Depends} for dpkg-maintscript-helper.
+
+ -- Don Armstrong <don@debian.org>  Sun, 16 Nov 2014 17:38:32 -0800
+
+lilypond (2.18.2-3) unstable; urgency=medium
+
+  * Revert previous patch (no parallel); the issue was actually running
+    tests on architecture independent builds which had not built any of
+    the documentation. (Closes: #760794)
+  * Stop setting HOME to /tmp in debian/rules. (Closes: #762230)
+
+ -- Don Armstrong <don@debian.org>  Tue, 16 Sep 2014 14:50:14 -0700
+
+lilypond (2.18.2-2) unstable; urgency=high
+
+  * Disable parallel support on !amd64 to avoid build failures on those
+    architectures. This is a temporary fix; a real fix to the (possibly)
+    broken makefiles needs to be written. (Closes: #760794)
+
+ -- Don Armstrong <don@debian.org>  Tue, 09 Sep 2014 08:18:49 -0700
+
+lilypond (2.18.2-1) unstable; urgency=high
+
+  * New upstream version
+  * Fix Broken usage of dpkg-maintscript-helper (relative pathnames vs.
+    aboslute pathnames), thanks to Guillem Jover and Petter Reinholdtsen
+    (Closes: #758787).
+
+ -- Don Armstrong <don@debian.org>  Wed, 03 Sep 2014 15:22:54 -0700
+
 lilypond (2.18.0-1) unstable; urgency=low
 
   * New upstream version (closes: #729817)