[SCM] faust/master: Dropped unneeded hack to copy files from /usr/lib/ to /usr/share/

umlaeute at users.alioth.debian.org umlaeute at users.alioth.debian.org
Tue Jan 3 16:01:02 UTC 2017


The following commit has been merged in the master branch:
commit f81624be183ffeb9cb8477b26ca44b92c53b7224
Author: IOhannes m zmölnig <zmoelnig at umlautQ.umlaeute.mur.at>
Date:   Tue Jan 3 16:31:18 2017 +0100

    Dropped unneeded hack to copy files from /usr/lib/ to /usr/share/
    
    upstream now installs everything to /usr/share themselves

diff --git a/debian/faust-common.install b/debian/faust-common.install
index decb741..b0dec63 100644
--- a/debian/faust-common.install
+++ b/debian/faust-common.install
@@ -1,4 +1,3 @@
-/usr/include
-/usr/share/faust/utils
-/usr/lib/faust/*	usr/share/faust/code
+/usr/include/
+/usr/share/faust/
 syntax-highlighting/faust.xml usr/share/kde4/apps/katepart/syntax/
diff --git a/debian/faust-common.lintian-overrides b/debian/faust-common.lintian-overrides
index c77a243..3c002b3 100644
--- a/debian/faust-common.lintian-overrides
+++ b/debian/faust-common.lintian-overrides
@@ -1,5 +1,5 @@
 ## .dsp is (also) the file-extension for FAUST projects
 faust-common: windows-devel-file-in-package
 ## unfortunately faust uses *very* aged versions of these js-libraries
-faust-common: embedded-javascript-library usr/share/faust/code/js/svg/api/build/html/_static/jquery.js please use libjs-jquery
-faust-common: embedded-javascript-library usr/share/faust/code/js/svg/api/build/html/_static/underscore.js please use libjs-underscore
+faust-common: embedded-javascript-library usr/share/faust/js/svg/api/build/html/_static/jquery.js please use libjs-jquery
+faust-common: embedded-javascript-library usr/share/faust/js/svg/api/build/html/_static/underscore.js please use libjs-underscore
diff --git a/debian/rules b/debian/rules
index 9847416..6331a0c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -53,7 +53,7 @@ fixinstall:
 	sed -e 's|^\( *\. \)faust|\1/usr/share/faust/utils/faust|' -i $(DEB_DESTDIR)/usr/bin/faust2*
 #	remove binary artifacts from to-be /usr/share
 	#-find $(CURDIR)/debian/$(cdbs_curpkg)/usr/share/faust/code "(" -name "*.a" -or -name "*.o" ")" -delete
-	rm -rf $(DEB_DESTDIR)/usr/lib/faust/iOS/osclib/
+	rm -rf $(DEB_DESTDIR)/usr/share/faust/iOS/osclib/
 
 
 common-binary-arch:: manpages

-- 
faust packaging



More information about the pkg-multimedia-commits mailing list