[neovim] 01/02: Reduce build requirements on x32/powerpcspe to help lua-nvim

James McCoy jamessan at debian.org
Sat Sep 16 17:46: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 addac1486dceac99e25042ebf29cde6c2cf70819
Author: James McCoy <jamessan at debian.org>
Date:   Sat Sep 16 13:30:11 2017 -0400

    Reduce build requirements on x32/powerpcspe to help lua-nvim
    
    lua-nvim is missing neovim builds on x32/powerpcspe.  On x32, this is
    because the tests have been failing, so recent neovim haven't been able
    to build.  On powerpcspe, luajit isn't installable so drop back to lua
    instead.
    
    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 0f470f8..b649eed 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,8 @@ neovim (0.2.0-4) UNRELEASED; urgency=medium
   * Re-enable luajit on mips*, as long as it's >= 2.1.0~beta3.
   * Declare compliance with Policy 4.1.0
     + Change Priority to optional
+  * Temporarily remove lua-nvim Build-Depends on x32 and luajit Build-Depends
+    on powerpcspe to help lua-nvim build.
 
  -- Jason Pleau <jason at jpleau.ca>  Wed, 02 Aug 2017 18:50:43 -0400
 
diff --git a/debian/control b/debian/control
index ccbfecf..8a7460f 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends:
  libacl1-dev,
  libjemalloc-dev [!hurd-any],
  libkvm-dev [kfreebsd-any],
- libluajit-5.1-dev [amd64 armel armhf hurd-i386 i386 kfreebsd-i386 powerpc powerpcspe],
+ libluajit-5.1-dev [amd64 armel armhf hurd-i386 i386 kfreebsd-i386 powerpc],
  libluajit-5.1-dev (>= 2.1.0~beta3) [mips mips64el mipsel],
  libmsgpack-dev (>= 1.0.0),
  libnss-wrapper <!nocheck>,
@@ -22,8 +22,8 @@ Build-Depends:
  lua-busted <!nocheck>,
  lua-lpeg,
  lua-mpack,
- lua-nvim (>= 0.0.1-26-1~) [alpha amd64 armel armhf hppa i386 mips mips64el mipsel powerpc ppc64el sparc64 x32] <!nocheck>,
- luajit [amd64 armel armhf hurd-i386 i386 kfreebsd-i386 powerpc powerpcspe] | lua5.1,
+ lua-nvim (>= 0.0.1-26-1~) [alpha amd64 armel armhf hppa i386 mips mips64el mipsel powerpc ppc64el sparc64] <!nocheck>,
+ luajit [amd64 armel armhf hurd-i386 i386 kfreebsd-i386 powerpc] | lua5.1,
  luajit (>= 2.1.0~beta3) [mips mips64el mipsel] | 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