X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fchangelog;h=4cb4433cf89ed1abab9ed0fd49fdedcd2631c114;hb=95b272241991b6f93058104faef411c452e21037;hp=1403fec5a5c18d4ce147bd23bb5b3cb0954dc229;hpb=0b0975b706cf71a843f46140acc8cf6e3d97e4e5;p=lilypond.git diff --git a/debian/changelog b/debian/changelog index 1403fec5a5..4cb4433cf8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,7 +1,154 @@ -lilypond (2.16.0-1~exp+2) experimental; urgency=low +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 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 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 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 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 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 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 Wed, 03 Sep 2014 15:22:54 -0700 + +lilypond (2.18.0-1) unstable; urgency=low + + * New upstream version (closes: #729817) + * Fix replacement of /usr/share/info/lilypond symlink with a directory + (Closes: #736306) + + -- Don Armstrong Tue, 31 Dec 2013 13:23:41 -0800 + +lilypond (2.16.2-3) unstable; urgency=low + + * Do not include non-existant paths in lilypond-doc.doc-base-special + (closes: #693238) + * Breaks/Replaces lilypond-doc in html packages to stop problems on + wheezy upgrade. (Closes: #718013) + * Fix freetype path by applying patch from upstream (Closes: #733399) + * Fix bison build failures with 42cb7d44 + + -- Don Armstrong Tue, 31 Dec 2013 09:44:05 -0800 + +lilypond (2.16.2-2) unstable; urgency=low + + * Fix bad syntax in texinfo documentation exposed by texinfo >= 5.1 + (closes: #707190) + * Patch around using PATH_MAX in flower/file-name.cc to have builds work + on hurd (hopefully). + + -- Don Armstrong Wed, 15 May 2013 11:40:14 -0700 + +lilypond (2.16.2-1) unstable; urgency=low + + * Release 2.16.2-1 to unstable + + -- Don Armstrong Mon, 06 May 2013 10:15:36 -0700 + +lilypond (2.16.2-1~exp+1) experimental; urgency=low + + * New upstream release (closes: #705895) + * Put languages in their own subdocument to work around doc-base not + having a language specifier (closes: #698435) + + -- Don Armstrong Wed, 24 Apr 2013 21:53:13 -0700 + +lilypond (2.16.1-1~exp+2) experimental; urgency=low + + * New upstream release * netpbm and fonts are required to run the tests during the binary build; migrate the Build-Depends-Indep to Build-Depends. + * Switch to dh style rules -- Don Armstrong Tue, 02 Oct 2012 17:33:29 -0700 @@ -11,6 +158,11 @@ lilypond (2.16.0-1~exp+1) experimental; urgency=low * Fix "warnings from install-info" by splitting the direntry sections across the texinfo files (Closes: #648689). Thanks to Julian Gilbey for the patch. + * Fix noopt support to use --disable-optimising as ./configure does + crazy things. + * Apply patch from 13fc2437e2aaa9 to fix segfault in font-mark where a + garbage collection can trigger a null pointer dereference (closes: + #684817) * Split out lilypond-doc packages (Closes: #443915) -- Don Armstrong Tue, 04 Sep 2012 11:16:50 -0700