[SCM] vlc/master: Use dh_missing instead of dh_install --fail-missing
sramacher at users.alioth.debian.org
sramacher at users.alioth.debian.org
Tue Dec 19 18:31:02 UTC 2017
The following commit has been merged in the master branch:
commit 9241993672363e94bca08c5faa25b263278d7458
Author: Sebastian Ramacher <sramacher at debian.org>
Date: Mon Sep 25 23:00:10 2017 +0200
Use dh_missing instead of dh_install --fail-missing
diff --git a/debian/rules b/debian/rules
index 906ec4a..e447aa2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -298,7 +298,7 @@ override_dh_install:
# Remove old BluRay plugin
find debian/tmp -name libaccess_bd_plugin.so -delete
# Install
- dh_install --fail-missing
+ dh_install
ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
# Install zsh completion
dh_install -pvlc-bin extras/analyser/_vlc usr/share/zsh/vendor-completions
@@ -307,6 +307,9 @@ endif
# Create empty directory for plugins.dat
mkdir -p debian/libvlc-bin/usr/lib/${DEB_HOST_MULTIARCH}/vlc/plugins
+override_dh_missing:
+ dh_missing --fail-missing
+
override_dh_installchangelogs:
dh_installchangelogs NEWS $(pluginpackages:%=-Nvlc-plugin-%)
--
VLC media player packaging
More information about the pkg-multimedia-commits
mailing list