Control: tags -1 + patch [Petter Reinholdtsen] > This issue with lilypond-doc now break the installation of a desktop in > Debian Edu Jessie. Any hope to have it fixed soon?
If I understood the problem correctly, I suspect this patch should solve it. diff -ur lilypond-2.18.0/debian/lilypond-doc.postinst lilypond-2.18.0-pere/debian/lilypond-doc.postinst --- lilypond-2.18.0/debian/lilypond-doc.postinst 2014-04-26 17:39:26.000000000 +0200 +++ lilypond-2.18.0-pere/debian/lilypond-doc.postinst 2014-09-02 16:05:52.631619512 +0200 @@ -6,6 +6,6 @@ if dpkg-maintscript-helper supports symlink_to_dir; then dpkg-maintscript-helper symlink_to_dir \ - /usr/share/info/lilypond ../doc/lilypond/html/Documentation/user \ + /usr/share/info/lilypond /usr/share/doc/lilypond/html/Documentation/user \ 2.18.0-1~ lilypond-doc -- "$@" fi; diff -ur lilypond-2.18.0/debian/lilypond-doc.postrm lilypond-2.18.0-pere/debian/lilypond-doc.postrm --- lilypond-2.18.0/debian/lilypond-doc.postrm 2014-04-26 17:39:47.000000000 +0200 +++ lilypond-2.18.0-pere/debian/lilypond-doc.postrm 2014-09-02 16:08:05.152735327 +0200 @@ -6,6 +6,6 @@ if dpkg-maintscript-helper supports symlink_to_dir; then dpkg-maintscript-helper symlink_to_dir \ - /usr/share/info/lilypond ../doc/lilypond/html/Documentation/user \ + /usr/share/info/lilypond /usr/share/doc/lilypond/html/Documentation/user \ 2.18.0-1~ lilypond-doc -- "$@" fi; diff -ur lilypond-2.18.0/debian/lilypond-doc.preinst lilypond-2.18.0-pere/debian/lilypond-doc.preinst --- lilypond-2.18.0/debian/lilypond-doc.preinst 2014-04-26 17:39:17.000000000 +0200 +++ lilypond-2.18.0-pere/debian/lilypond-doc.preinst 2014-09-02 16:08:13.688807161 +0200 @@ -6,6 +6,6 @@ if dpkg-maintscript-helper supports symlink_to_dir; then dpkg-maintscript-helper symlink_to_dir \ - /usr/share/info/lilypond ../doc/lilypond/html/Documentation/user \ + /usr/share/info/lilypond /usr/share/doc/lilypond/html/Documentation/user \ 2.18.0-1~ lilypond-doc -- "$@" fi; -- Happy hacking Petter Reinholdtsen -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org