[vim] 02/02: d/policy/Makefile: Generate vim-policy in a consistent locale

James McCoy jamessan at debian.org
Sat Apr 2 15:30:35 UTC 2016


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

jamessan pushed a commit to branch debian/sid
in repository vim.

commit 5cdda7160769d0f272fb904ce508960600e229be
Author: James McCoy <jamessan at debian.org>
Date:   Sat Apr 2 11:14:54 2016 -0400

    d/policy/Makefile: Generate vim-policy in a consistent locale
    
    Signed-off-by: James McCoy <jamessan at debian.org>
---
 debian/changelog       | 1 +
 debian/policy/Makefile | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index e02a2fc..9f88647 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ vim (2:7.4.1689-2) UNRELEASED; urgency=medium
       Riesebieter for the patch.  (Closes: #819733)
   * helpztags: Don't try to read a file if it can't be opened.  (Closes:
     #819764)
+  * Generate vim-policy in a consistent locale.
 
  -- James McCoy <jamessan at debian.org>  Fri, 01 Apr 2016 20:43:40 -0400
 
diff --git a/debian/policy/Makefile b/debian/policy/Makefile
index 6294c70..b5cf01b 100644
--- a/debian/policy/Makefile
+++ b/debian/policy/Makefile
@@ -14,6 +14,8 @@ install: all
 html: vim-policy.html/index.html
 text: vim-policy.txt
 
+export LC_ALL=C.UTF-8
+
 vim-policy.html/index.html: vim-policy.xml *.xml
 	docbook2html $< -o $(dir $@)
 vim-policy.txt: vim-policy.xml *.xml

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vim/vim.git



More information about the pkg-vim-maintainers mailing list