[neovim] 01/02: Disable global_spec.lua since it's rather flaky

James McCoy jamessan at debian.org
Mon Jan 16 12:14:17 UTC 2017


This is an automated email from the git hooks/post-receive script.

jamessan pushed a commit to branch debian/sid
in repository neovim.

commit aae49548f4071361989f7c0d2b99beb8d660e5bd
Author: James McCoy <jamessan at debian.org>
Date:   Sun Jan 15 19:45:12 2017 -0500

    Disable global_spec.lua since it's rather flaky
    
    Signed-off-by: James McCoy <jamessan at debian.org>
---
 debian/changelog | 6 ++++++
 debian/rules     | 5 +++++
 2 files changed, 11 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 8bd342b..0d26953 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+neovim (0.1.7-3) UNRELEASED; urgency=medium
+
+  * Disable global_spec.lua since it's rather flaky.
+
+ -- James McCoy <jamessan at debian.org>  Sun, 15 Jan 2017 13:51:28 -0500
+
 neovim (0.1.7-2) unstable; urgency=medium
 
   * Cherry-pick 9337e98b from upstream to prevent the man ftplugin from always
diff --git a/debian/rules b/debian/rules
index 472ecad..b543065 100755
--- a/debian/rules
+++ b/debian/rules
@@ -39,6 +39,10 @@ override_dh_auto_build:
 override_dh_auto_install:
 	dh_auto_install --parallel -- VERBOSE=1 USE_BUNDLED_DEPS=OFF
 
+override_dh_auto_clean:
+	-[ -f debian/global_spec.lua ] && mv debian/global_spec.lua test/functional/ex_cmds/
+	dh_auto_clean
+
 override_dh_install:
 	dh_install --fail-missing
 
@@ -52,4 +56,5 @@ debian/fakehome:
 override_dh_auto_test-indep:
 
 override_dh_auto_test-arch: debian/passwd debian/fakehome
+	mv -f test/functional/ex_cmds/global_spec.lua debian/
 	env "HOME=$(CURDIR)/debian/fakehome" LD_PRELOAD=libnss_wrapper.so "NSS_WRAPPER_PASSWD=$(CURDIR)/debian/passwd" "NSS_WRAPPER_GROUP=$(CURDIR)/debian/group" make $(UNITTEST) $(FUNCTIONALTEST) oldtest VERBOSE=1 USE_BUNDLED_DEPS=OFF

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vim/neovim.git



More information about the pkg-vim-maintainers mailing list