summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan O'Dea <bod@debian.org>2011-05-29 12:17:57 +1000
committerBrendan O'Dea <bod@debian.org>2011-05-29 12:17:57 +1000
commitcec08a695b6d89472604df48a259eea9ea368246 (patch)
tree3d57772ac404f46fc2d3dfcc3b334d7a0dd93c72
parent3c99ccc9b63f3d093201a9b4301a3c8bcf1c268c (diff)
downloadhelp2man-cec08a695b6d89472604df48a259eea9ea368246.tar.gz
Release 1.40.1
-rw-r--r--debian/changelog4
-rwxr-xr-xhelp2man.PL5
-rw-r--r--po/help2man.pot10
3 files changed, 14 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog
index 164bc40..7bcb6c4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-help2man (1.39.5) unstable; urgency=low
+help2man (1.40.1) unstable; urgency=low
* Update texinfo docs with recommendations kindly provided by Karl
Berry.
@@ -7,7 +7,7 @@ help2man (1.39.5) unstable; urgency=low
* Allow date format to be localised (thanks to Yasumichi Akahoshi).
* Add Japanese translation (thanks to Yasumichi Akahoshi).
- -- Brendan O'Dea <bod@debian.org> Sun, 29 May 2011 11:26:03 +1000
+ -- Brendan O'Dea <bod@debian.org> Sun, 29 May 2011 11:31:14 +1000
help2man (1.39.4) unstable; urgency=low
diff --git a/help2man.PL b/help2man.PL
index 35057d1..532c0b9 100755
--- a/help2man.PL
+++ b/help2man.PL
@@ -16,11 +16,12 @@ use 5.008;
use Config;
use Getopt::Long;
-my ($program, $version) = ('help2man', '1.39.4');
+my ($program, $version) = ('help2man', '1.40.1');
my %opts;
die "Usage: $0 [--quiet] [--stdout] [--with-gettext] [--name] [--version]\n"
- unless GetOptions \%opts, qw(quiet stdout with-gettext name version) and !@ARGV;
+ unless GetOptions \%opts, qw(quiet stdout with-gettext name version)
+ and !@ARGV;
print "$program\n" if $opts{name};
print "$version\n" if $opts{version};
diff --git a/po/help2man.pot b/po/help2man.pot
index 3079445..284054c 100644
--- a/po/help2man.pot
+++ b/po/help2man.pot
@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: Brendan O'Dea <bug-help2man@gnu.org>\n"
-"POT-Creation-Date: 2011-02-28 11:20+1100\n"
+"POT-Creation-Date: 2011-05-29 11:32+1000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
@@ -74,6 +74,14 @@ msgstr ""
msgid "%s: no valid information found in `%s'"
msgstr ""
+#. Translators: the following message is a strftime(3) format string, which in
+#. the English version expands to the month as a word and the full year. It
+#. is used on the footer of the generated manual pages. If in doubt, you may
+#. just use %x as the value (which should be the full locale-specific date).
+#: help2man:241
+msgid "%B %Y"
+msgstr ""
+
#: help2man:248
#, perl-format
msgid "%s: can't unlink %s (%s)"