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

Guilhem Moulin guilhem-guest at moszumanska.debian.org
Wed May 7 21:54:45 UTC 2014


Author: guilhem-guest
Date: 2014-05-07 21:54:45 +0000 (Wed, 07 May 2014)
New Revision: 605

Modified:
   trunk/debian/changelog
   trunk/gpgparticipants/gpgparticipants
Log:
Prefix date(1) with LC_ALL=C to prevent its output to be localized.

Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2014-05-07 11:41:01 UTC (rev 604)
+++ trunk/debian/changelog	2014-05-07 21:54:45 UTC (rev 605)
@@ -14,6 +14,7 @@
       Huber. (Closes: #747296).
     + Prefix gpg with LANGUAGE=en to force the output to be in English.
       (Other tools in signing-party parse this output.)
+    + Prefix date(1) with LC_ALL=C to prevent its output to be localized.
   * 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:41:01 UTC (rev 604)
+++ trunk/gpgparticipants/gpgparticipants	2014-05-07 21:54:45 UTC (rev 605)
@@ -65,7 +65,7 @@
 [ "$output" = - ] && output=/path/to/ksp-file.txt || { exec > "$output"; }
 
 # Date of event
-LANG=C date --date="$date" +"%A, %B %e, %Y;  %H:%M"
+LC_ALL=C date --date="$date" +"%A, %B %e, %Y;  %H:%M"
 # Organiser contact
 printf "%80s\n\n\n" "$org"
 # Title




More information about the Pgp-tools-commit mailing list