From: Don Armstrong Date: Tue, 18 Nov 2014 07:06:47 +0000 (-0800) Subject: Fix the wrong maintscript-helper invocation which was trying to symlink to /usr/share... X-Git-Tag: debian/2.18.2-4^0 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=2a4f0acd6d2c8b29412812203c742694108008e1;p=lilypond.git 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) * 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. --- diff --git a/debian/changelog b/debian/changelog index cea3bea07e..fdfd44081d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +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 diff --git a/debian/lilypond-doc.maintscript b/debian/lilypond-doc.maintscript index 916bbd8b0c..57e4fe454e 100644 --- a/debian/lilypond-doc.maintscript +++ b/debian/lilypond-doc.maintscript @@ -1 +1 @@ -symlink_to_dir /usr/share/info/lilypond /usr/share/doc/lilypond/html/Documentation/user 2.18.2-1~ +symlink_to_dir /usr/share/info/lilypond /usr/share/doc/lilypond/html/Documentation 2.18.2-4~