[Pkg-cli-apps-commits] [keepass2] 01/01: build with LC_ALL=C.UTF-8, required with mono 2 due unicode in source

Julian Taylor jtaylor.debian at googlemail.com
Sun Nov 3 19:29:11 UTC 2013


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

jtaylor-guest pushed a commit to branch master
in repository keepass2.

commit 7525a48448b0a54b4317179728a76d72d4f1e81f
Author: Julian Taylor <jtaylor.debian at googlemail.com>
Date:   Sun Nov 3 20:24:55 2013 +0100

    build with LC_ALL=C.UTF-8, required with mono 2 due unicode in source
---
 debian/changelog |    1 +
 debian/rules     |    2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 09b2a6e..f4e13ba 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ keepass2 (2.24+dfsg-1) unstable; urgency=low
   * New upstream release (LP: #1116512)
   * add xsel recommends again, issue seems to be fixed
   * bump standard to 3.9.5, no changes required
+  * build with LC_ALL=C.UTF-8, required with mono 2 due unicode in source
 
  -- Julian Taylor <jtaylor.debian at googlemail.com>  Sun, 03 Nov 2013 20:00:42 +0100
 
diff --git a/debian/rules b/debian/rules
index 170c4aa..463d112 100755
--- a/debian/rules
+++ b/debian/rules
@@ -31,7 +31,7 @@ override_dh_auto_clean:
 
 override_dh_auto_build:
 #mdtool build -c:Release -p:KeePass
-	xbuild /target:KeePass /property:Configuration=Release
+	LC_ALL=C.UTF-8 xbuild /target:KeePass /property:Configuration=Release
 # build an index from the raw chm source
 	python -c 'import archmod.CHM; archmod.CHM.CHMDir("Docs").process_templates("Docs/Chm")'
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/keepass2.git



More information about the Pkg-cli-apps-commits mailing list