[neovim] 01/01: Get the username from `id -un` instead of relying on the environment.

James McCoy jamessan at debian.org
Sun Jul 2 21:12:04 UTC 2017


This is an automated email from the git hooks/post-receive script.

jamessan pushed a commit to branch debian/experimental
in repository neovim.

commit 763d547e3036481408e2f2abeb80df090ea8c006
Author: James McCoy <jamessan at debian.org>
Date:   Sun Jul 2 17:11:37 2017 -0400

    Get the username from `id -un` instead of relying on the environment.
    
    Signed-off-by: James McCoy <jamessan at debian.org>
---
 debian/changelog | 6 ++++++
 debian/rules     | 1 +
 2 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d7d1b89..a01a4a2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+neovim (0.2.0-2) UNRELEASED; urgency=medium
+
+  * Get the username from `id -un` instead of relying on the environment.
+
+ -- James McCoy <jamessan at debian.org>  Sun, 02 Jul 2017 17:08:56 -0400
+
 neovim (0.2.0-1) experimental; urgency=medium
 
   * New upstream release
diff --git a/debian/rules b/debian/rules
index 249dc99..5127e56 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,6 +23,7 @@ endif
 export USERNAME = pkg-vim-maintainers
 export HOSTNAME = lists.alioth.debian.org
 
+USER = $(shell id -un)
 ID = $(shell id -u)
 GID = $(shell id -g)
 BUILD = ninja -v -C build

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