[Pgp-tools-commit] r604 - in trunk: debian gpgparticipants

Guilhem Moulin guilhem-guest at moszumanska.debian.org
Wed May 7 11:41:01 UTC 2014


Author: guilhem-guest
Date: 2014-05-07 11:41:01 +0000 (Wed, 07 May 2014)
New Revision: 604

Modified:
   trunk/debian/changelog
   trunk/gpgparticipants/gpgparticipants
Log:
Prefix gpg with LANGUAGE=en to force the output to be in English.

(Other tools in signing-party parse this output.)

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2014-05-07 11:40:57 UTC (rev 603)
+++ trunk/debian/changelog	2014-05-07 11:41:01 UTC (rev 604)
@@ -12,6 +12,8 @@
     + Use gpg's --display-charset to force the output to be UTF-8 encoded, as
       the C.UTF-8 locale isn't installed on all platforms. Patch from Stefan
       Huber. (Closes: #747296).
+    + Prefix gpg with LANGUAGE=en to force the output to be in English.
+      (Other tools in signing-party parse this output.)
   * gpgwrap:
     + Import the default Debian CPPFLAGS defined by dpkg-buildflags, which
       makes lintian stop emitting the 'hardening-no-fortify-functions' tag.

Modified: trunk/gpgparticipants/gpgparticipants
===================================================================
--- trunk/gpgparticipants/gpgparticipants	2014-05-07 11:40:57 UTC (rev 603)
+++ trunk/gpgparticipants/gpgparticipants	2014-05-07 11:41:01 UTC (rev 604)
@@ -149,7 +149,7 @@
 while read i; do
     k=$(($k+1));
     printf "\n%03d  [ ] Fingerprint OK        [ ] ID OK\n" $k;
-	gpg $options --display-charset utf-8 --fingerprint --list-keys -- $i \
+	LANGUAGE=en gpg $options --display-charset utf-8 --fingerprint --list-keys -- $i \
 		| grep -ve "^sub" -e '^uid *\[jpeg image of size ';
 	echo "_______________________________________________________________________________"
 done




More information about the Pgp-tools-commit mailing list