[Apt-listbugs-commits] [SCM] apt-listbugs development tree branch, master, updated. apt-listbugs/0.1.9-24-gee1a321

Francesco Poli (wintermute) invernomuto at paranoici.org
Sat Jul 27 19:53:00 UTC 2013


The following commit has been merged in the master branch:
commit 6ab8e0c66add76babce88507045a55b1d9f6496b
Author: Francesco Poli (wintermute) <invernomuto at paranoici.org>
Date:   Sat Jul 27 19:17:51 2013 +0200

    tell xgettext that input file is UTF-8

diff --git a/Makefile b/Makefile
index 1f9b1fd..5e9e7a7 100644
--- a/Makefile
+++ b/Makefile
@@ -30,6 +30,7 @@ update-po: po/apt-listbugs.pot
 
 po/apt-listbugs.pot: apt-listbugs lib/apt-listbugs/logic.rb
 	xgettext --add-comments=TRANSLATORS --no-wrap \
+	         --from-code=UTF-8 \
 	         --copyright-holder="Masato Taruishi et al." \
 	         --package-name=apt-listbugs --package-version=$(VERSION) \
 	         --msgid-bugs-address=$$DEBEMAIL \

-- 
apt-listbugs development tree



More information about the Apt-listbugs-commits mailing list