From 998e62e97688afa65365d29c57e511c35b8d651d Mon Sep 17 00:00:00 2001 From: Kevin Mitchell Date: Sun, 20 May 2018 22:58:13 -0700 Subject: debian: remove manually installed stuff in /usr/share/doc The pacakge isn't meant to be redistributed and those building it will have everything in the source dir anyway. --- debian/rules | 29 ----------------------------- 1 file changed, 29 deletions(-) diff --git a/debian/rules b/debian/rules index 709d4d5..bdf16af 100755 --- a/debian/rules +++ b/debian/rules @@ -81,35 +81,6 @@ TOOLSDEST=$(DOCDEST)/TOOLS override_dh_auto_install: cd mpv && python waf -v install --destdir=../debian/mpv - find "$(DOCSOURCE)" -mindepth 1 -type d \ - -not -regex '.*man.*' \ - -not -regex '.*client_api_examples.*' \ - -printf "%P\0" | \ - xargs -0i /usr/bin/install -d "$(DOCDEST)/{}" - - find "$(DOCSOURCE)" -mindepth 1 -type f \ - -not -regex '.*man.*' \ - -not -regex '.*client_api_examples.*' \ - -not -name 'tech-overview.txt' \ - -not -name 'waf-buildsystem.rst' \ - -not -name 'crosscompile-mingw.md' \ - -not -name 'coding-style.md' \ - -printf "%P\0" | \ - xargs -0i /usr/bin/install -m644 "$(DOCSOURCE)/{}" "$(DOCDEST)/{}" - - find "$(TOOLSSOURCE)" -mindepth 1 -type d \ - -not -regex '.*osxbundle.*' \ - -printf "%P\0" | \ - xargs -0i /usr/bin/install -d "$(TOOLSDEST)/{}" - - find "$(TOOLSSOURCE)" -mindepth 1 -type f \ - -not -regex '.*osxbundle.*' \ - -not -name 'gen-x11-icon.sh' \ - -not -name 'file2string.pl' \ - -not -name 'uncrustify.cfg' \ - -printf "%P\0" | \ - xargs -0i /usr/bin/install -m644 "$(TOOLSSOURCE)/{}" "$(TOOLSDEST)/{}" - # for manually installed dependencies override_dh_shlibdeps: dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info -- cgit v1.2.3