X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=debian%2Fchangelog;h=c3724e616805f6367e999db10f448ab367955c98;hb=69853e53b868b23c48148612c097f90e333bc027;hp=bcae23940a9261fa6b65914d939c6275a72cf159;hpb=e02ba11c95ca1943aacaaa99eb077711bfd911a3;p=lilypond.git diff --git a/debian/changelog b/debian/changelog index bcae23940a..c3724e6168 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,182 @@ +lilypond (2.18.2-9) unstable; urgency=medium + + * There is no need to remove /usr/share/info/lilypond anymore, as the + info directory is the master source for the images which are built and + are linked to from the HTML. (Closes: #871631) + * Cherrypick fix for upstream issue 4814 which fixes segfaults in + grob.cc in newer versions of GCC (Closes: #866129). Thanks to Antonio + Ospite for mentioning the patch. + + -- Don Armstrong Tue, 15 Aug 2017 13:38:30 -0700 + +lilypond (2.18.2-8) unstable; urgency=medium + + [ Don Armstrong ] + * Ignore non-empty /usr/share/lilypond in postinst (Closes: #737505) + + [ Dr. Tobias Quathamer ] + * Update Standards-Version to 4.0.0 + - Use HTTPS URL for d/copyright + + -- Dr. Tobias Quathamer Tue, 27 Jun 2017 21:33:50 +0200 + +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 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 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 @@ -13,6 +192,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 @@ -109,8 +293,8 @@ lilypond (2.12.2-1) unstable; urgency=low * New maintainer * Use patches from Raphael Geissert to fix bashism and remove path to - commands - - Fix bashism in debian/rules. Closes: #535404 + commands + - Fix bashism in debian/rules. Closes: #535404 - Remove the path to the commands in the maintainer scripts -- Don Armstrong Wed, 08 Jul 2009 16:01:06 -0700 @@ -164,15 +348,15 @@ lilypond (2.10.33-2) unstable; urgency=low * debian/control (Build-Depends-Indep): Use ttf-dejavu instead of ttf-bitstream-vera. (Closes: #461271) - + * debian/control (Standards-Version): Update to 3.7.3. (No changes needed.) - + * debian/rules (clean): Don't ignore all errors on recursive make invocations. - + * debian/rules (binary-indep): Use $(CURDIR) instead of $(PWD). - + * debian/copyright: Update FSF address to Franklin St. - + * debian/changelog: Fix syntax for trailer line for 2.8.7-3.1 record. -- Thomas Bushnell, BSG Thu, 17 Jan 2008 10:24:27 -0800 @@ -180,7 +364,7 @@ lilypond (2.10.33-2) unstable; urgency=low lilypond (2.10.33-1) unstable; urgency=low * New upstream release. - + * debian/control (lilypond Depends): Use source:Version instead of Source-Version. (lilypond-doc Suggests): Likewise. @@ -205,18 +389,18 @@ lilypond (2.10.29-1) unstable; urgency=low Require at least version 2.4 of python-dev. (Closes: #396889, #399356, #400335) * debian/control (Build-Depends-Indep): Add rsync. - + * Acknowledge NMU (Closes: #422395). -- Thomas Bushnell, BSG Sat, 08 Sep 2007 20:08:21 -0400 lilypond (2.8.7-3.1) unstable; urgency=low - + * Non-maintainer upload. * FTBFS: ! I cannot find file 'lcircle10'. (Closes: #422395) - - -- Neil Williams Tue, 17 Jul 2007 12:59:43 +0100 - + + -- Neil Williams Tue, 17 Jul 2007 12:59:43 +0100 + lilypond (2.8.7-3) unstable; urgency=medium * scripts/midi2ly.py: When setting DATADIR, find Lilypond python files @@ -228,10 +412,10 @@ lilypond (2.8.7-3) unstable; urgency=medium lilypond (2.8.7-2) unstable; urgency=low * debian/control (Build-Depends-Indep): Drop gs alternative for - Ghostscript. Move gs-gpl | gs-esp to Build-Depends. + Ghostscript. Move gs-gpl | gs-esp to Build-Depends. (Build-Depends): Put gs-gpl | gs-esp here; require at least version 8.50 of either. Require version 2.1 at least of python-dev. - + -- Thomas Bushnell, BSG Sat, 11 Nov 2006 21:11:48 -0800 lilypond (2.8.7-1) unstable; urgency=low @@ -245,13 +429,13 @@ lilypond (2.8.7-1) unstable; urgency=low * debian/control (lilypond/Depends): Require guile-1.8 instead of guile-1.6. * debian/rules (install): Don't delete texinfo.tex anymore, upstream is no longer shipping it. - + * debian/control (Build-Depends): Add libgmp3-dev and libltdl3-dev, temporarily. to workaround missing dependencies in guile-1.8-dev. - + * debian/control (lilypond-data/Pre-Depends): Allow texlive-base as an alternative to tetex-bin. (Closes: #386589) - + -- Thomas Bushnell, BSG Wed, 25 Oct 2006 23:26:15 -0700 lilypond (2.6.5-3) unstable; urgency=medium @@ -262,7 +446,7 @@ lilypond (2.6.5-3) unstable; urgency=medium (lilypond-data/Depends): Add ${python:Depends}. * debian/rules (binary-indep): Call dh_pysupport on our private modules directory. (Closes: #392488) - + * debian/compat: Bump to version 5. -- Thomas Bushnell, BSG Thu, 12 Oct 2006 11:59:58 -0700 @@ -282,7 +466,7 @@ lilypond (2.6.5-1) unstable; urgency=low lilypond-2.6 into etch in case guile-1.8 doesn't get there in time. * stepmake/bin/config.sub, stepmake/bin/config.guess: Use debian versions, from autotools-dev 20060702.1. - + * lily/include/accidental-interface.hh (Accidental_interface): Declare member accurate_boxes without qualification. * lily/include/stem.hh (Stem): Declare member beam_multiplicity without @@ -295,70 +479,70 @@ lilypond (2.6.5-1) unstable; urgency=low * mf/GNUmakefile (pfa_warning): Select only the first line of mftrace --version output for mftrace check, since mftrace now prints more than just one line. - + * debian/control (Build-Depends-Indep): Add ttf-bitstream-vera and ttf-freefont. (Many thanks to Bill Allombert for the fix.) (Closes: #359855) - + * debian/control (Build-Depends): Require at least version 2.4.1-1 of libfontconfig1-dev; 2.4.0 was missing FcConfigAppFontAddDir, which we need. - + * debian/rules (binary-indep): Don't symlink logos anymore. - + -- Thomas Bushnell, BSG Thu, 7 Sep 2006 22:34:19 -0700 lilypond (2.6.3-10) unstable; urgency=low * debian/control (Build-Depends): Drop explicit dependency on - g++-3.4. + g++-3.4. * debian/rules: No longer set CXX demanding g++-3.4 on certain archs. (Closes: #343007) - + * debian/lilypond-data.postrm: Don't set TEXMFMAIN at all (it isn't used). Don't try and set VARTEXFONTS if $1 is "purge". Don't remove fonts on a purge command; it gets done at remove time and that's sufficient. (All this is necessary because postrm scripts cannot depend on non-essential packages at purge time.) (Closes: #325907) - + * debian/control (lilypond-data): Pre-Depends on tetex-bin to make sure kpsewhich is available for the maintainer scripts. (Closes: #336052, #343182, #335847). - + * debian/control (Build-Depends): No longer accept libguile-dev for guile support, and require at least version 1.6.7 of guile-1.6-dev. (lilypond): Likewise here, require version 1.6.7 of guile-1.6. (Closes: #337597) - + * debian/control (lilypond): Spell "seamlessly" correctly. (Closes: #327675) - + -- Thomas Bushnell, BSG Fri, 13 Jan 2006 12:59:15 -0800 lilypond (2.6.3-9) unstable; urgency=low * Packaging suggestions from upstream: * debian/control (Build-Depends): Drop ec-fonts-mftraced, - libkpathsea-dev, tetex-bin, tetex-extra. + libkpathsea-dev, tetex-bin, tetex-extra. (Build-Depends-Indep): Add emacs-intl-fonts, xfonts-intl-arabic, xfonts-intl-asian, xfonts-intl-chinese, xfonts-intl-chinese-big, xfonts-intl-european, xfonts-intl-japanese, xfonts-intl-japanese-big, xfonts-intl-phonetic, ttf-kochi-gothic, ttf-kochi-mincho. (These get embedded into the generated webpage.) - (lilypond): Don't depend on ec-fonts-mftraced, tetex-bin, or tetex-extra. + (lilypond): Don't depend on ec-fonts-mftraced, tetex-bin, or tetex-extra. (lilypond-data): Don't depend on tetex-bin. - + * debian/control (Build-Depends): Drop long-unneeded version dependency on binutils and libc6-dev and its variants. - + * debian/gui-2.6.patch: New file, provided by upstream. Applied, with suitable massaging of ChangeLog. * debian/rules, scm/lily.scm: Revert change from 2.6.3-7. - - * debian/python-2.6.patch: New file, provided by upstream. Applied, with + + * debian/python-2.6.patch: New file, provided by upstream. Applied, with suitable massaging of ChangeLog. * debian/rules (install): Revert change from 3.6.3-6. - + -- Thomas Bushnell, BSG 23 Oct 2005 15:22:34 -0700 lilypond (2.6.3-8) unstable; urgency=low @@ -377,16 +561,16 @@ lilypond (2.6.3-7) unstable; urgency=low LILYPONDNOGUI. * scm/lily.scm (running-from-gui?): Return #f anytime LILYPONDNOGUI environment variable is set. (Closes: #334877) - + -- Thomas Bushnell, BSG Sat, 22 Oct 2005 15:18:35 -0700 lilypond (2.6.3-6) unstable; urgency=low - * debian/rules (install): Move midi.so from /usr/share into /usr/lib and + * debian/rules (install): Move midi.so from /usr/share into /usr/lib and leave behind a symlink to find it. * debian/lilypond.install: Add usr/lib. (Closes: #335207) - + * debian/rules (build, build-doc): Use screen to set up a tty for input instead of relying on /dev/tty; that will work in more environments. * debian/control (Build-Depends, Build-Depends-Indep): Add screen. Gak. @@ -414,7 +598,7 @@ lilypond (2.6.3-3) unstable; urgency=low * debian/control (Build-Depends): Require pkg-config, at least version 0.9.0. - + * debian/control (Build-Depends): Accept libc0.1-dev (>= 2.2.4-6) as a libc alternative. * stepmake/bin/config.guess, stepmake/bin/config.sub: Use debian @@ -441,27 +625,27 @@ lilypond (2.6.3-1) unstable; urgency=low * debian/lilypond-data.dirs: Drop etc/texmf/dvips. * debian/watch: Look in the v2.6 download directory now. * debian/lilypond.install: Don't worry about usr/lib anymore. - * debian/rules (binary-indep): No longer does upstream build PS docs, so + * debian/rules (binary-indep): No longer does upstream build PS docs, so we no longer make symlinks to them. - + * debian/control (clean): Remove annoying lib/python symlink. - + * debian/control (lilypond): Update description to mention SVG. - + * debian/control (lilypond1.3): Drop transitional package. * debian/lilypond1.3.copyright: Remove file. (Closes: #308709) * debian/control (lilypond): Don't conflict with lilypond1.3 or musixtex-fonts anymore. - + * debian/control (lilypond-data): Depend on texinfo | texlive-texinfo. * debian/rules (install): Don't install texinfo.tex. (Closes: #322338) - + * debian/control (Build-Depends): Require version 0.0.20050911-1 of fontforge, or greater, to avoid crashes during building. - + * debian/control (Build-Depends): Require at least version 1.1.17-1 of mftrace, to avoid a gcc4-related bug that was only fixed in that version. - + -- Thomas Bushnell, BSG Tue, 18 Oct 2005 19:33:41 -0700 lilypond (2.4.5-2) unstable; urgency=low @@ -479,19 +663,19 @@ lilypond (2.4.5-1) unstable; urgency=low (Build-Depends-Indep): Add imagemagick. (lilypond Depends): Add ec-fonts-mftraced. * debian/rules (binary-indep): Get lilypond.map from its new location. - + -- Thomas Bushnell, BSG Thu, 7 Apr 2005 12:48:17 -0700 lilypond (2.2.6-3) unstable; urgency=low * New maintainer. (Closes: #278502). - + * debian/control: Build-Depends on autotrace. (Closes: #289376). - + * mf/GNUmakefile (.pfa generic rule): Use "--formats=pfa" instead of "--pfa." * stepmake/metafont-rules.make: Likewise; also for .pfb generic rule. * debian/control: Require at least version 1.1.5-1 of mftrace. - + -- Thomas Bushnell, BSG Mon, 14 Mar 2005 10:44:03 -0800 lilypond (2.2.6-2.1) unstable; urgency=high @@ -587,7 +771,7 @@ lilypond (2.2.2-2) unstable; urgency=low -- Anthony Fok Fri, 18 Jun 2004 02:39:58 +0800 lilypond (2.1.0-2) unstable; urgency=low - + * A few HTML links in Documentation/user/{introduction,tutorial}.itely went up one too few level in the directory tree, i.e. broken links. Thanks to D. Raleigh Arnold for the bug report. (Closes: Bug#208208) @@ -940,7 +1124,7 @@ lilypond1.3 (1.3.107) unstable; urgency=low * Local build, not uploaded to Debian. -- Jan Nieuwenhuizen Mon, 13 Nov 2000 13:33:53 +0100 - + lilypond1.3 (1.3.103) unstable; urgency=low * Re-enabled info doc rules. @@ -967,7 +1151,7 @@ lilypond1.3 (1.3.80.jcn1-1) unstable; urgency=low filed by fellow developer Roman Hodek (closes: Bug#69772). -- Anthony Fok Sun, 27 Aug 2000 06:11:22 -0600 - + lilypond1.3 (1.3.79-1) unstable; urgency=low * New upstream release. @@ -1246,8 +1430,8 @@ lilypond (1.0.17-1) frozen unstable; urgency=low * New upstream "stable" release. * [debian/{copyright,control}]: pcnov095.win.tue.nl -> ftp.cs.uu.nl (New upstream master FTP site). Also updated JCN's web site URL. - * [debian/rules]: - - Now, in the "clean:" target, runs either + * [debian/rules]: + - Now, in the "clean:" target, runs either "find . -user root | xargs -r chown $$SUDO_USER.$$SUDO_GID" or "find . -user root | xargs -r chown $$LOGNAME" to deal with all those root-owned "out/*" files generated during a "sudo debian/rules clean" @@ -1258,7 +1442,7 @@ lilypond (1.0.17-1) frozen unstable; urgency=low otherwise it would not compile. - Added symlinks to directories under /usr/lib/texmf because lilypond now puts everything under /usr/share/lilypond. - * [Documentation/topdocs/AUTHORS.yo]: Added a trailing "/" on URLs. + * [Documentation/topdocs/AUTHORS.yo]: Added a trailing "/" on URLs. * [scripts/ly2dvi.py]: Added a hack to add an extra os.pathsep (":" on Linux) to TEXINPUTS and MFINPUTS, otherwise ly2dvi and TeX would fail to find the necessary files.