[SCM] vlc/experimental: Disable zsh completion
sramacher at users.alioth.debian.org
sramacher at users.alioth.debian.org
Mon Sep 25 23:19:21 UTC 2017
The following commit has been merged in the experimental branch:
commit 45960af5e29053023273ad955dd54020948bff87
Author: Sebastian Ramacher <sramacher at debian.org>
Date: Tue Sep 26 01:02:17 2017 +0200
Disable zsh completion
diff --git a/debian/changelog b/debian/changelog
index abbf61e..aa51be2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -19,6 +19,7 @@ vlc (3.0.0~20170925-1) UNRELEASED; urgency=medium
- Check vlc-plugin-* packages and new plugins.
- Check currently disabled plugins.
- Check if lua byte-code is Arch: all compatible.
+ - zsh completion is currently broken.
-- Sebastian Ramacher <sramacher at debian.org> Mon, 25 Sep 2017 19:53:00 +0200
diff --git a/debian/rules b/debian/rules
index a8731bf..dbe6358 100755
--- a/debian/rules
+++ b/debian/rules
@@ -263,8 +263,8 @@ override_dh_auto_build:
dh_auto_build
ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
# Build zsh completion
- BUILDDIR=$(CURDIR) \
- cd extras/analyser && ./zsh_completion.sh
+ # BUILDDIR=$(CURDIR) \
+ # cd extras/analyser && ./zsh_completion.sh
endif
override_dh_auto_test:
@@ -302,7 +302,7 @@ override_dh_install:
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
+ # dh_install -pvlc-bin extras/analyser/_vlc usr/share/zsh/vendor-completions
endif
$(if $(shell dpkg-vendor --is Ubuntu && echo true),dh_install -pvlc-bin debian/source_vlc.py usr/share/apport/package-hooks/)
# Create empty directory for plugins.dat
--
VLC media player packaging
More information about the pkg-multimedia-commits
mailing list