[neovim] 01/02: Re-enable luajit on mips*, as long as it's >= 2.1.0~beta3.

James McCoy jamessan at debian.org
Sat Aug 26 00:53:00 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 59d179c6ed8ca70cbd8cfd6f33de020dc3cfe5a3
Author: James McCoy <jamessan at debian.org>
Date:   Fri Aug 25 20:40:55 2017 -0400

    Re-enable luajit on mips*, as long as it's >= 2.1.0~beta3.
    
    Signed-off-by: James McCoy <jamessan at debian.org>
---
 debian/changelog | 4 ++++
 debian/control   | 2 ++
 2 files changed, 6 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 9ee7330..434173f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
 neovim (0.2.0-4) UNRELEASED; urgency=medium
 
+  [ Jason Pleau ]
   * Cherry-pick f400c6f05 from upstream to allow the ruby host path to be
     set to a user-defined value.
 
+  [ James McCoy ]
+  * Re-enable luajit on mips*, as long as it's >= 2.1.0~beta3.
+
  -- Jason Pleau <jason at jpleau.ca>  Wed, 02 Aug 2017 18:50:43 -0400
 
 neovim (0.2.0-3) unstable; urgency=medium
diff --git a/debian/control b/debian/control
index 12be571..4ac0638 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,7 @@ Build-Depends:
  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 (>= 2.1.0~beta3) [mips mips64el mipsel],
  libmsgpack-dev (>= 1.0.0),
  libnss-wrapper <!nocheck>,
  libtermkey-dev,
@@ -23,6 +24,7 @@ Build-Depends:
  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,
+ luajit (>= 2.1.0~beta3) [mips mips64el mipsel] | lua5.1,
  ninja-build,
  pkg-config
 Standards-Version: 3.9.8

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