[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#853741: marked as done (unblock: lilypond/2.18.2-7)



Your message dated Wed, 01 Feb 2017 17:47:23 +0000
with message-id <0277bf8a0b7319a9a1e135c4283af573@hogwarts.powdarrmonkey.net>
and subject line Re: Bug#853741: unblock: lilypond/2.18.2-7
has caused the Debian Bug report #853741,
regarding unblock: lilypond/2.18.2-7
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
853741: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=853741
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: unblock

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Please kindly unblock package lilypond.

lilypond 2.18.2-4.1 was removed from testing (stretch)
after its dependencies guile-1.8-libs and guile-1.8 were removed.

As per Bug#746005 <http://bugs.debian.org/746005> and upstream
issue #1055 <https://sourceforge.net/p/testlilyissues/issues/1055/>,
the effort for LilyPond to migrate to Guile 2.0 started in 2010,
and it was originally expected that it would be complete by now.
Unfortunately, there were various issues (bugs and disagreements)
on both sides that took a while to be sorted out.
Progress has been made, slowly and surely, and it is somewhat
lilypond 2.19.x series, albeit with performance and stability issues.

The Guile 2.0 migration _will_ be complete with the future 2.20 release
<http://lists.gnu.org/archive/html/lilypond-devel/2016-12/msg00348.html>,
but unfortunately not soon enough for the Debian 9 "stretch" release.
So, let's just say that LilyPond and Guile 2.0 are just not quite
ready for one another yet.

I fully agree with the removal of guile-1.8 packages from Stretch.
On the other hand, LilyPond is a such a prominent and important
free software program that it would almost be unfathomable for a
new Debian release to be without LilyPond.

So, it seems that the only way out is for the lilypond packages,
namely "lilypond" and "lilypond-data", to bundle its own private copy
of guile-1.8.  This was accomplished by:

 * importing the original DFSG-free Debian .orig.tar.bz2 as
   multiple upstream tarball (MUT) component,
   i.e. lilypond_2.18.2.orig-guile18.tar.gz;

 * importing quilt patches from the original guile-1.8 (1.8.8+1-10);

 * building guile-1.8 in the override_dh_auto_configure target
   and setting the appropriate PATH, LD_LIBRARY_PATH, GUILE_LOAD_PATH
   so that LilyPond's configure and subsequent $(MAKE) calls can find
   our own guile-1.8;

 * installing our own guile-1.8 inside lilypond's library and shared
   directories:

    - /usr/lib/$(DEB_HOST_MULTIARCH)/lilypond/2.18.2/guile-1.8
        (guile-1.8 executable for lilypond-invoke-editor)
    - /usr/lib/$(DEB_HOST_MULTIARCH)/lilypond/2.18.2/guile/
        (guile-1.8 library)
    - /usr/share/lilypond/2.18.2/guile/1.8
        (architecture-independent *.scm files)

 * borrowing ideas and code from upstream's generic package, i.e.
   stand-alone shar "shell archives" with bundled python, guile,
   fontconfig, etc.:
   <http://download.linuxaudio.org/lilypond/binaries/linux-64/lilypond-2.18.2-1.linux-64.sh>,
   LilyPond's own "relocate" feature and sh script wrappers are used
   to set the appropriate LD_LIBRARY_PATH and GUILE_LOAD_PATH
   and to call the correct guile-1.8 binary.

For more details, please see the commit log between debian/2.18.2-4.1
and debian/2.18.2-7:

  https://anonscm.debian.org/git/collab-maint/lilypond.git/log/?h=debian

especially commit 6a737760 "Bundle our own private copy of guile-1.8":

  https://anonscm.debian.org/git/collab-maint/lilypond.git/commit/?h=debian&id=6a737760044c5a5405b5c98ffb583d85bcf2dc8d

I apologize that this was not done earlier: I only realized this
dire situation with lilypond when frescobaldi was blocked from
entering testing (see <https://bugs.debian.org/850527>).
I am deeply grateful for letting frescobaldi in, and I sincerely
hope that lilypond can make the cut too!

Thank you for your kind consideration.

Cheers,

Anthony

P.S. Attached are the debdiff output files between lilypond 2.18.2-4.1
(version in testing before removal) and 2.18.2-7.  The most significant
change, of course, is with the bundling of our own guile-1.8 files,
and with the addition of a couple wrapper scripts in /usr/bin/,

I also decided to stop compressing the PDF documentation, originally
done to allow acroread to open these files directly.  This has the
unexpected benefit of significant space-savings in the PDF .deb files:

    $ du -csh lilypond-doc-pdf*_2.18.2-4.1_*.deb
    47M     lilypond-doc-pdf_2.18.2-4.1_all.deb
    29M     lilypond-doc-pdf-de_2.18.2-4.1_all.deb
    31M     lilypond-doc-pdf-es_2.18.2-4.1_all.deb
    30M     lilypond-doc-pdf-fr_2.18.2-4.1_all.deb
    1.7M    lilypond-doc-pdf-hu_2.18.2-4.1_all.deb
    29M     lilypond-doc-pdf-it_2.18.2-4.1_all.deb
    2.8M    lilypond-doc-pdf-nl_2.18.2-4.1_all.deb
    168M    total

    $ du -csh lilypond-doc-pdf*_2.18.2-7_*.deb
    29M     lilypond-doc-pdf_2.18.2-7_all.deb
    16M     lilypond-doc-pdf-de_2.18.2-7_all.deb
    17M     lilypond-doc-pdf-es_2.18.2-7_all.deb
    17M     lilypond-doc-pdf-fr_2.18.2-7_all.deb
    1.6M    lilypond-doc-pdf-hu_2.18.2-7_all.deb
    15M     lilypond-doc-pdf-it_2.18.2-7_all.deb
    2.5M    lilypond-doc-pdf-nl_2.18.2-7_all.deb
    97M     total

unblock lilypond/2.18.2-7

- -- System Information:
Debian Release: 9.0
  APT prefers unstable
  APT policy: (500, 'unstable'), (500, 'stable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.9.0-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCAAdFiEEFCQhsZrUqVmW+VBy6iUAtBLFms8FAliQmKYACgkQ6iUAtBLF
ms8aMQ/7B9Eumt72kbbkkjTI/qN79ENzPQKU+M19OIvsHuwcOrU8TwDSqgR4jKeY
61VlCAerBjeZ2wYdY7dWdSU7lwdU8jWBYmyDFFImi0v3IeavrcsyZdZZDHqN3f/t
bt/9FMrKmndIFFPDhATNc2UXT+uLGVFHjWHtU8lqNk6GezjSoPSc4A+kxsFOK7eF
vPYom2cjRcP6pT1Ac2mYsxHwYJxRKcGvWnH8fCQDcsupW1dt+GWOh5O2IlrEMGvR
XSkZvf0IbonRR4UdWDWrgkNvPEyJYMAcqLySGLnpyLfa214dv36/ftvSuSMM9AGw
fHL1+Wzd914cL/DRRm+PQzooY40h6bgKvuzEwUJXSiWiZbYOiow4tvW9JWD/Ykg0
vGUtFNm25Ino6qEKisR+YSSH5BZIXOI0UpCyEylKLB7QmYCf/cMVO7n5pekSuG0m
mKka6H3ROJp0TPB98a3Ca8cMmQvD+LjFQ6fvPggyA4fwOzLDvn5fL7cNcC7pZvCE
QTMqE/bbBn+B12VBRdxwyyVJRA9hr+jxlmNwlsK1L8GgjSicIalxON7kRsii8tKU
rzQ2uiIHJ1o5TfuZp2vtlNIfcKx7S4sFvc9xmF636tKRp0ERogQwNjN1YTbcgSeO
fA7f/Q+sGulBVcrJdSQxca9cpOGD3/3cp8IzVywHMDFYx8Uc698=
=TiFJ
-----END PGP SIGNATURE-----
[The following lists of changes regard files as different if they have
different names, permissions or owners.]

Files in second .deb but not in first
-------------------------------------
-rw-r--r--  root/root   /usr/lib/x86_64-linux-gnu/lilypond/2.18.2/guile/libguile-srfi-srfi-1-v-3.so.3.0.2
-rw-r--r--  root/root   /usr/lib/x86_64-linux-gnu/lilypond/2.18.2/guile/libguile-srfi-srfi-13-14-v-3.so.3.0.1
-rw-r--r--  root/root   /usr/lib/x86_64-linux-gnu/lilypond/2.18.2/guile/libguile-srfi-srfi-4-v-3.so.3.0.1
-rw-r--r--  root/root   /usr/lib/x86_64-linux-gnu/lilypond/2.18.2/guile/libguile-srfi-srfi-60-v-2.so.2.0.2
-rw-r--r--  root/root   /usr/lib/x86_64-linux-gnu/lilypond/2.18.2/guile/libguile.so.17.4.0
-rw-r--r--  root/root   DEBIAN/shlibs
-rw-r--r--  root/root   DEBIAN/triggers
-rwxr-xr-x  root/root   /usr/bin/lilypond-invoke-editor.real
-rwxr-xr-x  root/root   /usr/bin/lilypond.real
-rwxr-xr-x  root/root   /usr/lib/x86_64-linux-gnu/lilypond/2.18.2/bin/guile-1.8
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/lilypond/2.18.2/guile/libguile-srfi-srfi-1-v-3.so -> libguile-srfi-srfi-1-v-3.so.3.0.2
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/lilypond/2.18.2/guile/libguile-srfi-srfi-1-v-3.so.3 -> libguile-srfi-srfi-1-v-3.so.3.0.2
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/lilypond/2.18.2/guile/libguile-srfi-srfi-13-14-v-3.so -> libguile-srfi-srfi-13-14-v-3.so.3.0.1
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/lilypond/2.18.2/guile/libguile-srfi-srfi-13-14-v-3.so.3 -> libguile-srfi-srfi-13-14-v-3.so.3.0.1
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/lilypond/2.18.2/guile/libguile-srfi-srfi-4-v-3.so -> libguile-srfi-srfi-4-v-3.so.3.0.1
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/lilypond/2.18.2/guile/libguile-srfi-srfi-4-v-3.so.3 -> libguile-srfi-srfi-4-v-3.so.3.0.1
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/lilypond/2.18.2/guile/libguile-srfi-srfi-60-v-2.so -> libguile-srfi-srfi-60-v-2.so.2.0.2
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/lilypond/2.18.2/guile/libguile-srfi-srfi-60-v-2.so.2 -> libguile-srfi-srfi-60-v-2.so.2.0.2
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/lilypond/2.18.2/guile/libguile.so -> libguile.so.17.4.0
lrwxrwxrwx  root/root   /usr/lib/x86_64-linux-gnu/lilypond/2.18.2/guile/libguile.so.17 -> libguile.so.17.4.0

Control files: lines which differ (wdiff format)
------------------------------------------------
Depends: [-guile-1.8-libs,-] libc6 (>= [-2.14),-] {+2.15),+} libfontconfig1 (>= 2.11), libfreetype6 (>= 2.2.1), libgcc1 (>= [-1:4.0),-] {+1:3.0),+} libglib2.0-0 (>= 2.12.0), libgmp10, libltdl7 (>= [-2.4.2),-] {+2.4.6),+} libpango-1.0-0 (>= 1.18.0), libpangoft2-1.0-0 (>= 1.14.0), libstdc++6 (>= 5.2), python:any, [-guile-1.8,-] lilypond-data (= [-2.18.2-4.1),-] {+2.18.2-7),+} ghostscript
Installed-Size: [-5553-] {+6729+}
Recommends: [-lilypond-doc,-] texlive-latex-base
{+Suggests: lilypond-doc+}
Version: [-2.18.2-4.1-] {+2.18.2-7+}
[The following lists of changes regard files as different if they have
different names, permissions or owners.]

Files in second .deb but not in first
-------------------------------------
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/etc/relocate/guile.reloc
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/guile-procedures.txt
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/and-let-star.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/boot-9.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/buffered-input.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/calling.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/channel.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/common-list.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/debug.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/debugger.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/debugger/command-loop.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/debugger/commands.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/debugger/state.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/debugger/trc.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/debugger/utils.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/debugging/example-fns.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/debugging/ice-9-debugger-extensions.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/debugging/steps.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/debugging/trace.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/debugging/traps.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/debugging/trc.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/deprecated.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/documentation.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/emacs.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/expect.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/format.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/ftw.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/gap-buffer.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/gds-client.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/gds-server.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/getopt-long.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/hcons.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/history.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/lineio.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/list.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/ls.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/mapping.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/match.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/networking.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/null.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/occam-channel.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/optargs.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/poe.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/popen.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/posix.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/pretty-print.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/psyntax.pp
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/psyntax.ss
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/q.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/r4rs.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/r5rs.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/rdelim.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/readline.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/receive.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/regex.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/runq.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/rw.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/safe-r5rs.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/safe.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/serialize.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/session.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/slib.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/stack-catch.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/streams.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/string-fun.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/syncase.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/threads.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/time.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/ice-9/weak-vector.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/lang/elisp/base.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/lang/elisp/example.el
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/lang/elisp/interface.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/lang/elisp/internals/evaluation.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/lang/elisp/internals/format.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/lang/elisp/internals/fset.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/lang/elisp/internals/lambda.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/lang/elisp/internals/load.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/lang/elisp/internals/null.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/lang/elisp/internals/set.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/lang/elisp/internals/signal.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/lang/elisp/internals/time.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/lang/elisp/internals/trace.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/lang/elisp/primitives/buffers.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/lang/elisp/primitives/char-table.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/lang/elisp/primitives/features.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/lang/elisp/primitives/fns.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/lang/elisp/primitives/format.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/lang/elisp/primitives/guile.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/lang/elisp/primitives/keymaps.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/lang/elisp/primitives/lists.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/lang/elisp/primitives/load.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/lang/elisp/primitives/match.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/lang/elisp/primitives/numbers.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/lang/elisp/primitives/pure.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/lang/elisp/primitives/read.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/lang/elisp/primitives/signal.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/lang/elisp/primitives/strings.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/lang/elisp/primitives/symprop.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/lang/elisp/primitives/syntax.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/lang/elisp/primitives/system.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/lang/elisp/primitives/time.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/lang/elisp/transform.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/lang/elisp/variables.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/oop/goops.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/oop/goops/accessors.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/oop/goops/active-slot.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/oop/goops/compile.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/oop/goops/composite-slot.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/oop/goops/describe.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/oop/goops/dispatch.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/oop/goops/internal.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/oop/goops/old-define-method.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/oop/goops/save.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/oop/goops/simple.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/oop/goops/stklos.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/oop/goops/util.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/srfi/srfi-1.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/srfi/srfi-10.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/srfi/srfi-11.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/srfi/srfi-13.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/srfi/srfi-14.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/srfi/srfi-16.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/srfi/srfi-17.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/srfi/srfi-19.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/srfi/srfi-2.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/srfi/srfi-26.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/srfi/srfi-31.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/srfi/srfi-34.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/srfi/srfi-35.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/srfi/srfi-37.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/srfi/srfi-39.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/srfi/srfi-4.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/srfi/srfi-6.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/srfi/srfi-60.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/srfi/srfi-69.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/srfi/srfi-8.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/srfi/srfi-88.scm
-rw-r--r--  root/root   /usr/share/lilypond/2.18.2/guile/1.8/srfi/srfi-9.scm
-rwxr-xr-x  root/root   /usr/share/lilypond/2.18.2/guile/1.8/scripts/PROGRAM
-rwxr-xr-x  root/root   /usr/share/lilypond/2.18.2/guile/1.8/scripts/api-diff
-rwxr-xr-x  root/root   /usr/share/lilypond/2.18.2/guile/1.8/scripts/autofrisk
-rwxr-xr-x  root/root   /usr/share/lilypond/2.18.2/guile/1.8/scripts/display-commentary
-rwxr-xr-x  root/root   /usr/share/lilypond/2.18.2/guile/1.8/scripts/doc-snarf
-rwxr-xr-x  root/root   /usr/share/lilypond/2.18.2/guile/1.8/scripts/frisk
-rwxr-xr-x  root/root   /usr/share/lilypond/2.18.2/guile/1.8/scripts/generate-autoload
-rwxr-xr-x  root/root   /usr/share/lilypond/2.18.2/guile/1.8/scripts/lint
-rwxr-xr-x  root/root   /usr/share/lilypond/2.18.2/guile/1.8/scripts/punify
-rwxr-xr-x  root/root   /usr/share/lilypond/2.18.2/guile/1.8/scripts/read-rfc822
-rwxr-xr-x  root/root   /usr/share/lilypond/2.18.2/guile/1.8/scripts/read-scheme-source
-rwxr-xr-x  root/root   /usr/share/lilypond/2.18.2/guile/1.8/scripts/read-text-outline
-rwxr-xr-x  root/root   /usr/share/lilypond/2.18.2/guile/1.8/scripts/scan-api
-rwxr-xr-x  root/root   /usr/share/lilypond/2.18.2/guile/1.8/scripts/snarf-check-and-output-texi
-rwxr-xr-x  root/root   /usr/share/lilypond/2.18.2/guile/1.8/scripts/snarf-guile-m4-docs
-rwxr-xr-x  root/root   /usr/share/lilypond/2.18.2/guile/1.8/scripts/summarize-guile-TODO
-rwxr-xr-x  root/root   /usr/share/lilypond/2.18.2/guile/1.8/scripts/use2dot

Control files: lines which differ (wdiff format)
------------------------------------------------
Installed-Size: [-7211-] {+8775+}
Recommends: lilypond (>= [-2.18.2-4.1)-] {+2.18.2-7)+}
Version: [-2.18.2-4.1-] {+2.18.2-7+}
File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)
------------------------------------------------
Installed-Size: [-19362-] {+19332+}
Suggests: lilypond (>= [-2.18.2-4.1)-] {+2.18.2-7)+}
Version: [-2.18.2-4.1-] {+2.18.2-7+}
File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)
------------------------------------------------
Depends: dpkg (>= 1.15.4) | [-install-info-] {+install-info, lilypond-doc+}
Installed-Size: [-84648-] {+84652+}
Suggests: lilypond (>= [-2.18.2-4.1)-] {+2.18.2-7)+}
Version: [-2.18.2-4.1-] {+2.18.2-7+}
File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)
------------------------------------------------
Installed-Size: [-46542-] {+46553+}
Suggests: lilypond (>= [-2.18.2-4.1)-] {+2.18.2-7)+}
Version: [-2.18.2-4.1-] {+2.18.2-7+}
File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)
------------------------------------------------
Installed-Size: [-52195-] {+52201+}
Suggests: lilypond (>= [-2.18.2-4.1)-] {+2.18.2-7)+}
Version: [-2.18.2-4.1-] {+2.18.2-7+}
File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)
------------------------------------------------
Installed-Size: [-53135-] {+53143+}
Suggests: lilypond (>= [-2.18.2-4.1)-] {+2.18.2-7)+}
Version: [-2.18.2-4.1-] {+2.18.2-7+}
File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)
------------------------------------------------
Installed-Size: [-53110-] {+53115+}
Suggests: lilypond (>= [-2.18.2-4.1)-] {+2.18.2-7)+}
Version: [-2.18.2-4.1-] {+2.18.2-7+}
File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)
------------------------------------------------
Installed-Size: [-46087-] {+46097+}
Suggests: lilypond (>= [-2.18.2-4.1)-] {+2.18.2-7)+}
Version: [-2.18.2-4.1-] {+2.18.2-7+}
File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)
------------------------------------------------
Installed-Size: [-51447-] {+51457+}
Suggests: lilypond (>= [-2.18.2-4.1)-] {+2.18.2-7)+}
Version: [-2.18.2-4.1-] {+2.18.2-7+}
File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)
------------------------------------------------
Installed-Size: [-52192-] {+52202+}
Suggests: lilypond (>= [-2.18.2-4.1)-] {+2.18.2-7)+}
Version: [-2.18.2-4.1-] {+2.18.2-7+}
File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)
------------------------------------------------
Installed-Size: [-46562-] {+46571+}
Suggests: lilypond (>= [-2.18.2-4.1)-] {+2.18.2-7)+}
Version: [-2.18.2-4.1-] {+2.18.2-7+}
File lists identical (after any substitutions)

Control files: lines which differ (wdiff format)
------------------------------------------------
Installed-Size: [-45514-] {+45522+}
Suggests: lilypond (>= [-2.18.2-4.1)-] {+2.18.2-7)+}
Version: [-2.18.2-4.1-] {+2.18.2-7+}
[The following lists of changes regard files as different if they have
different names, permissions or owners.]

Files in second .deb but not in first
-------------------------------------
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/changes.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/contributor.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/essay.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/extending.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/internals.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/learning.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/ancient-headword.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/ancient-headword.preview.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/aucun-snippet.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/aucun-snippet.preview.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/bach-bwv610.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/bach-bwv610.preview.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/bach-schenker.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/bach-schenker.preview.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/cary.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/cary.preview.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/chart.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/chart.preview.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/granados.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/granados.preview.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/orchestra.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/orchestra.preview.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/sesto-full.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/sesto-full.preview.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/sesto-piano.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/sesto-piano.preview.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/sesto-violin.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/sesto-violin.preview.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/tab-example.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/tab-example.preview.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/theory.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/theory.preview.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/music-glossary.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/notation.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/pictures/context-example.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/snippets.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/usage.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/web.pdf

Files in first .deb but not in second
-------------------------------------
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/changes.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/contributor.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/essay.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/extending.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/internals.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/learning.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/ancient-headword.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/ancient-headword.preview.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/aucun-snippet.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/aucun-snippet.preview.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/bach-bwv610.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/bach-bwv610.preview.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/bach-schenker.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/bach-schenker.preview.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/cary.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/cary.preview.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/chart.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/chart.preview.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/granados.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/granados.preview.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/orchestra.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/orchestra.preview.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/sesto-full.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/sesto-full.preview.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/sesto-piano.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/sesto-piano.preview.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/sesto-violin.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/sesto-violin.preview.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/tab-example.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/tab-example.preview.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/theory.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/ly-examples/theory.preview.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/music-glossary.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/notation.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/pictures/context-example.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/snippets.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/usage.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/web.pdf.gz

Control files: lines which differ (wdiff format)
------------------------------------------------
Installed-Size: [-47786-] {+57947+}
Suggests: lilypond (>= [-2.18.2-4.1)-] {+2.18.2-7)+}
Version: [-2.18.2-4.1-] {+2.18.2-7+}
[The following lists of changes regard files as different if they have
different names, permissions or owners.]

Files in second .deb but not in first
-------------------------------------
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/essay.de.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/extending.de.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/learning.de.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/notation.de.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/usage.de.pdf

Files in first .deb but not in second
-------------------------------------
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/essay.de.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/extending.de.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/learning.de.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/notation.de.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/usage.de.pdf.gz

Control files: lines which differ (wdiff format)
------------------------------------------------
Installed-Size: [-29455-] {+36462+}
Suggests: lilypond (>= [-2.18.2-4.1)-] {+2.18.2-7)+}
Version: [-2.18.2-4.1-] {+2.18.2-7+}
[The following lists of changes regard files as different if they have
different names, permissions or owners.]

Files in second .deb but not in first
-------------------------------------
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/changes.es.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/essay.es.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/extending.es.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/learning.es.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/notation.es.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/usage.es.pdf

Files in first .deb but not in second
-------------------------------------
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/changes.es.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/essay.es.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/extending.es.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/learning.es.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/notation.es.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/usage.es.pdf.gz

Control files: lines which differ (wdiff format)
------------------------------------------------
Installed-Size: [-31147-] {+38355+}
Suggests: lilypond (>= [-2.18.2-4.1)-] {+2.18.2-7)+}
Version: [-2.18.2-4.1-] {+2.18.2-7+}
[The following lists of changes regard files as different if they have
different names, permissions or owners.]

Files in second .deb but not in first
-------------------------------------
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/essay.fr.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/extending.fr.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/learning.fr.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/notation.fr.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/usage.fr.pdf

Files in first .deb but not in second
-------------------------------------
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/essay.fr.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/extending.fr.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/learning.fr.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/notation.fr.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/usage.fr.pdf.gz

Control files: lines which differ (wdiff format)
------------------------------------------------
Installed-Size: [-30679-] {+37858+}
Suggests: lilypond (>= [-2.18.2-4.1)-] {+2.18.2-7)+}
Version: [-2.18.2-4.1-] {+2.18.2-7+}
[The following lists of changes regard files as different if they have
different names, permissions or owners.]

Files in second .deb but not in first
-------------------------------------
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/learning.hu.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/usage.hu.pdf

Files in first .deb but not in second
-------------------------------------
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/learning.hu.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/usage.hu.pdf.gz

Control files: lines which differ (wdiff format)
------------------------------------------------
Installed-Size: [-1754-] {+2103+}
Suggests: lilypond (>= [-2.18.2-4.1)-] {+2.18.2-7)+}
Version: [-2.18.2-4.1-] {+2.18.2-7+}
[The following lists of changes regard files as different if they have
different names, permissions or owners.]

Files in second .deb but not in first
-------------------------------------
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/changes.it.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/learning.it.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/notation.it.pdf
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/usage.it.pdf

Files in first .deb but not in second
-------------------------------------
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/changes.it.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/learning.it.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/notation.it.pdf.gz
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/usage.it.pdf.gz

Control files: lines which differ (wdiff format)
------------------------------------------------
Installed-Size: [-29058-] {+36109+}
Suggests: lilypond (>= [-2.18.2-4.1)-] {+2.18.2-7)+}
Version: [-2.18.2-4.1-] {+2.18.2-7+}
[The following lists of changes regard files as different if they have
different names, permissions or owners.]

Files in second .deb but not in first
-------------------------------------
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/learning.nl.pdf

Files in first .deb but not in second
-------------------------------------
-rw-r--r--  root/root   /usr/share/doc/lilypond/html/Documentation/learning.nl.pdf.gz

Control files: lines which differ (wdiff format)
------------------------------------------------
Installed-Size: [-2837-] {+3616+}
Suggests: lilypond (>= [-2.18.2-4.1)-] {+2.18.2-7)+}
Version: [-2.18.2-4.1-] {+2.18.2-7+}

--- End Message ---
--- Begin Message ---
Control: tag -1 wontfix

Hi,

On 2017-01-31 14:01, Anthony Fok wrote:
Please kindly unblock package lilypond.

lilypond 2.18.2-4.1 was removed from testing (stretch)
after its dependencies guile-1.8-libs and guile-1.8 were removed.

Indeed - it was removed on 2016-06-24 and the first upload since then was 2017-01-27 (a few days ago). I'm afraid that's too late; per the freeze schedule, "no re-entry for removed packages" was 2017-01-05.

I'd suggest you upload to stretch-backports when that becomes available after release.

Thanks,

--
Jonathan Wiltshire                                      jmw@debian.org
Debian Developer                         http://people.debian.org/~jmw

4096R: 0xD3524C51 / 0A55 B7C5 1223 3942 86EC  74C3 5394 479D D352 4C51

<directhex> i have six years of solaris sysadmin experience, from
            8->10. i am well qualified to say it is made from bonghits
			layered on top of bonghits

--- End Message ---

Reply to: