[neovim] 01/02: Arch-qualify the luajit-related Build-Depends
James McCoy
jamessan at debian.org
Sun Sep 25 01:15:10 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 9b8e7d3510d133711779f3e37973569862f358cd
Author: James McCoy <jamessan at debian.org>
Date: Sat Sep 24 20:51:14 2016 -0400
Arch-qualify the luajit-related Build-Depends
Signed-off-by: James McCoy <jamessan at debian.org>
---
debian/changelog | 6 ++++++
debian/control | 36 ++++++++++++++++++------------------
2 files changed, 24 insertions(+), 18 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 2e1fc1e..a1a34b9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+neovim (0.1.5-4) UNRELEASED; urgency=medium
+
+ * Arch-qualify (lib)luajit Build-Depends to really fix #812741.
+
+ -- James McCoy <jamessan at debian.org> Sat, 24 Sep 2016 20:48:49 -0400
+
neovim (0.1.5-3) unstable; urgency=medium
* Add lua5.1 as alternative Build-Depends for luajit/libluajit-5.1-dev.
diff --git a/debian/control b/debian/control
index 2c59783..ac0b5bd 100644
--- a/debian/control
+++ b/debian/control
@@ -4,24 +4,24 @@ Priority: extra
Maintainer: Debian Vim Maintainers <pkg-vim-maintainers at lists.alioth.debian.org>
Uploaders: James McCoy <jamessan at debian.org>
Build-Depends: autoconf,
- automake,
- cmake,
- debhelper (>= 9),
- libacl1-dev,
- libjemalloc-dev [!hurd-any],
- libkvm-dev [kfreebsd-any],
- libluajit-5.1-dev | lua5.1,
- libmsgpack-dev (>= 1.0.0),
- libtermkey-dev,
- libunibilium-dev,
- libuv1-dev,
- libvterm-dev,
- lua-bitop,
- lua-lpeg,
- lua-mpack,
- luajit | lua5.1,
- ninja-build,
- pkg-config
+ automake,
+ cmake,
+ debhelper (>= 9),
+ libacl1-dev,
+ libjemalloc-dev [!hurd-any],
+ libkvm-dev [kfreebsd-any],
+ libluajit-5.1-dev [amd64 armel armhf hurd-i386 i386 kfreebsd-i386 mips mipsel powerpc],
+ libmsgpack-dev (>= 1.0.0),
+ libtermkey-dev,
+ libunibilium-dev,
+ libuv1-dev,
+ libvterm-dev,
+ lua-bitop,
+ lua-lpeg,
+ lua-mpack,
+ luajit [amd64 armel armhf hurd-i386 i386 kfreebsd-i386 mips mipsel powerpc] | lua5.1,
+ ninja-build,
+ pkg-config
Standards-Version: 3.9.8
Homepage: https://neovim.io/
Vcs-Git: https://anonscm.debian.org/git/pkg-vim/neovim.git
--
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