[SCM] muse/master: Fix path to user documentation

jcowgill at users.alioth.debian.org jcowgill at users.alioth.debian.org
Wed Aug 31 22:45:42 UTC 2016


The following commit has been merged in the master branch:
commit 202f0c47435e036a26e36bcb5ebb2f620235c13c
Author: James Cowgill <jcowgill at debian.org>
Date:   Wed Aug 31 22:51:27 2016 +0100

    Fix path to user documentation
    
    This will remove the developer documentation, but users don't need that anyway.
    
    Closes: #827239

diff --git a/debian/rules b/debian/rules
index 14025fe..23c9ef1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,6 @@ override_dh_install:
 	find $(CURDIR)/debian/muse/ -name "LICENSE" -delete
 	find $(CURDIR)/debian/muse/ -name "ChangeLog*" -delete
 	cd $(CURDIR)/debian/muse/usr/share/doc/muse && \
-		mv muse_html/single/ html/ && \
+		mv muse_html/single/documentation/ html/ && \
 		rm -rf muse_html
 	dh_install --remaining-packages

-- 
muse packaging



More information about the pkg-multimedia-commits mailing list