]> git.donarmstrong.com Git - lilypond.git/commitdiff
Fix Broken usage of dpkg-maintscript-helper (relative pathnames vs. aboslute pathname...
authorDon Armstrong <don@donarmstrong.com>
Wed, 3 Sep 2014 18:43:57 +0000 (11:43 -0700)
committerDon Armstrong <don@donarmstrong.com>
Wed, 3 Sep 2014 18:43:57 +0000 (11:43 -0700)
debian/changelog
debian/lilypond-doc.postinst
debian/lilypond-doc.postrm
debian/lilypond-doc.preinst

index e39555f53da55edd644cddd89a32711ea6bc7120..5dbfd12d26ff3f72d30175a627cefbb77acf61e8 100644 (file)
@@ -1,8 +1,11 @@
 lilypond (2.18.2-1) unstable; urgency=medium
 
   * 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 <don@debian.org>  Wed, 21 May 2014 14:43:13 -0700
+ --
 
 lilypond (2.18.0-1) unstable; urgency=low
 
index 2559f962d6b906a93dbc9af81445380d0cf7d9b8..1776858e18b9ceeb88de40e52cc7c1b229c30fa7 100644 (file)
@@ -6,6 +6,6 @@ set -e
 
 if dpkg-maintscript-helper supports symlink_to_dir; then
     dpkg-maintscript-helper symlink_to_dir \
-        /usr/share/info/lilypond ../doc/lilypond/html/Documentation/user \
-        2.18.0-1~ lilypond-doc -- "$@"
+        /usr/share/info/lilypond /usr/share/doc/lilypond/html/Documentation/user \
+        2.18.2-1~ lilypond-doc -- "$@"
 fi;
index 2559f962d6b906a93dbc9af81445380d0cf7d9b8..1776858e18b9ceeb88de40e52cc7c1b229c30fa7 100644 (file)
@@ -6,6 +6,6 @@ set -e
 
 if dpkg-maintscript-helper supports symlink_to_dir; then
     dpkg-maintscript-helper symlink_to_dir \
-        /usr/share/info/lilypond ../doc/lilypond/html/Documentation/user \
-        2.18.0-1~ lilypond-doc -- "$@"
+        /usr/share/info/lilypond /usr/share/doc/lilypond/html/Documentation/user \
+        2.18.2-1~ lilypond-doc -- "$@"
 fi;
index 2559f962d6b906a93dbc9af81445380d0cf7d9b8..1776858e18b9ceeb88de40e52cc7c1b229c30fa7 100644 (file)
@@ -6,6 +6,6 @@ set -e
 
 if dpkg-maintscript-helper supports symlink_to_dir; then
     dpkg-maintscript-helper symlink_to_dir \
-        /usr/share/info/lilypond ../doc/lilypond/html/Documentation/user \
-        2.18.0-1~ lilypond-doc -- "$@"
+        /usr/share/info/lilypond /usr/share/doc/lilypond/html/Documentation/user \
+        2.18.2-1~ lilypond-doc -- "$@"
 fi;