summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Mitchell <kevmitch@gmail.com>2018-05-20 22:58:13 -0700
committerMartin Herkt <652892+lachs0r@users.noreply.github.com>2018-05-21 08:40:40 +0200
commit998e62e97688afa65365d29c57e511c35b8d651d (patch)
treebabb9a5d508a0ed4c13e1d0664416af2958e1ed5
parentde6534c3c39403fbfe8c47704daa4246e8df29ee (diff)
downloadmpv-build-998e62e97688afa65365d29c57e511c35b8d651d.tar.bz2
mpv-build-998e62e97688afa65365d29c57e511c35b8d651d.tar.xz
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.
-rwxr-xr-xdebian/rules29
1 files changed, 0 insertions, 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