[neovim] 01/01: releasing package neovim version 0.1.5-8
James McCoy
jamessan at debian.org
Wed Oct 12 20:35:25 UTC 2016
This is an automated email from the git hooks/post-receive script.
jamessan pushed a commit to branch debian/sid
in repository neovim.
commit 1f87029fae61befe1964116f788cff9559b92312
Author: James McCoy <jamessan at debian.org>
Date: Wed Oct 12 16:27:14 2016 -0400
releasing package neovim version 0.1.5-8
Signed-off-by: James McCoy <jamessan at debian.org>
---
debian/changelog | 6 ++++++
debian/rules | 2 ++
2 files changed, 8 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index aa4fbcf..c1ef999 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+neovim (0.1.5-8) unstable; urgency=medium
+
+ * Disable tests for "indep" builds.
+
+ -- James McCoy <jamessan at debian.org> Wed, 12 Oct 2016 16:24:00 -0400
+
neovim (0.1.5-7) unstable; urgency=medium
* Only run tests for "arch" builds.
diff --git a/debian/rules b/debian/rules
index e31aea4..0a83cb8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -41,5 +41,7 @@ debian/passwd:
debian/fakehome:
mkdir -p debian/fakehome
+override_dh_auto_test-indep:
+
override_dh_auto_test-arch: debian/passwd debian/fakehome
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