[neovim] 02/05: Annotate test-related Buid-Depends with nocheck profile

James McCoy jamessan at debian.org
Sat Oct 8 18:26:09 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 c19357289135ec4fa706d0c292a7d9700efcd447
Author: James McCoy <jamessan at debian.org>
Date:   Sat Oct 8 13:32:17 2016 -0400

    Annotate test-related Buid-Depends with nocheck profile
    
    Signed-off-by: James McCoy <jamessan at debian.org>
---
 debian/changelog | 2 ++
 debian/control   | 6 +++---
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4477d9b..6ccff20 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ neovim (0.1.5-5) UNRELEASED; urgency=medium
 
   * Run Neovim's tests during the build
     + Add lua-nvim, lua-busted, and libnss-wrapper to Build-Depends
+  * Add support for the nocheck Build-Profile to exclude test-related
+    Build-Depends.
 
  -- James McCoy <jamessan at debian.org>  Sat, 08 Oct 2016 13:25:41 -0400
 
diff --git a/debian/control b/debian/control
index 6780834..0384592 100644
--- a/debian/control
+++ b/debian/control
@@ -12,16 +12,16 @@ Build-Depends: autoconf,
  libkvm-dev [kfreebsd-any],
  libluajit-5.1-dev [amd64 armel armhf hurd-i386 i386 kfreebsd-i386 mips mipsel powerpc],
  libmsgpack-dev (>= 1.0.0),
- libnss-wrapper,
+ libnss-wrapper <!nocheck>,
  libtermkey-dev,
  libunibilium-dev,
  libuv1-dev,
  libvterm-dev,
  lua-bitop,
- lua-busted,
+ lua-busted <!nocheck>,
  lua-lpeg,
  lua-mpack,
- lua-nvim [amd64 armel armhf i386 mips mips64el mipsel powerpc ppc64el],
+ lua-nvim [amd64 armel armhf i386 mips mips64el mipsel powerpc ppc64el] <!nocheck>,
  luajit [amd64 armel armhf hurd-i386 i386 kfreebsd-i386 mips mipsel powerpc] | lua5.1,
  ninja-build,
  pkg-config

-- 
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