[neovim] 01/01: Exclude libjemalloc-dev from Build-Depends on hurd

James McCoy jamessan at debian.org
Thu Aug 25 02:59:12 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 b5bc042e31fb4d011a0b14396320994090e43029
Author: James McCoy <jamessan at debian.org>
Date:   Wed Aug 24 22:56:44 2016 -0400

    Exclude libjemalloc-dev from Build-Depends on hurd
    
    This at least gets neovim past BD-Uninstallable, so it's easier to
    monitor build issues.
    
    Signed-off-by: James McCoy <jamessan at debian.org>
---
 debian/changelog | 6 ++++++
 debian/control   | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index bb474e3..5c245bf 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+neovim (0.1.5-2) UNRELEASED; urgency=medium
+
+  * Exclude libjemalloc-dev from Build-Depends on hurd.
+
+ -- James McCoy <jamessan at debian.org>  Wed, 24 Aug 2016 22:54:54 -0400
+
 neovim (0.1.5-1) experimental; urgency=medium
 
   [ upstream changes ]
diff --git a/debian/control b/debian/control
index 8d45c2c..b50783b 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: autoconf,
                cmake,
                debhelper (>= 9),
                libacl1-dev,
-               libjemalloc-dev,
+               libjemalloc-dev [!hurd-any],
                libkvm-dev [kfreebsd-any],
                lua5.1,
                libluajit-5.1-dev,

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