[neovim] 06/07: Set $USERNAME/$HOSTNAME when building to improve reproducibility

James McCoy jamessan at debian.org
Sat Oct 29 04:07:16 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 8429e58fe75ee7f3c55e8d482c5a41d96ca88814
Author: James McCoy <jamessan at debian.org>
Date:   Fri Oct 28 23:45:52 2016 -0400

    Set $USERNAME/$HOSTNAME when building to improve reproducibility
    
    Signed-off-by: James McCoy <jamessan at debian.org>
---
 debian/changelog | 1 +
 debian/rules     | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4672de5..dfc487a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ neovim (0.1.6-1) UNRELEASED; urgency=medium
     + Add gperf to Build-Depends
   * Expand architectures which Build-Depend on luajit (powerpcspe) and
     lua-nvim (alpha, hppa, sparc64, x32).
+  * Set $USERNAME/$HOSTNAME when building to improve reproducibility.
 
  -- James McCoy <jamessan at debian.org>  Fri, 28 Oct 2016 21:47:20 -0400
 
diff --git a/debian/rules b/debian/rules
index 0a83cb8..ff05918 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,6 +19,9 @@ ifneq (,$(findstring ok installed,$(shell dpkg-query -W -f '$${Status}' luajit))
   UNITTEST = unittest
 endif
 
+export USERNAME = pkg-vim-maintainers
+export HOSTNAME = lists.alioth.debian.org
+
 ID = $(shell id -u)
 GID = $(shell id -g)
 

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