[DRE-commits] [SCM] ruby-gettext.git branch, master, updated. debian/2.2.1-2-27-g97c4c33

Jérémy Bobbio lunar at debian.org
Sat Mar 16 21:50:36 UTC 2013


The following commit has been merged in the master branch:
commit 3feb1f46b8f3a79696973bb19492eb4b1871f06d
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Sat Mar 16 15:01:01 2013 +0000

    Adjust manpage and description to reflect that rgettext has been renaed to rxgettext

diff --git a/debian/control b/debian/control
index 3c8a4a0..cf26a09 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,7 @@ Description: gettext for Ruby
  GNU gettext, and with a similar simple API.
  .
  It provides:
-  * rgettext - creates gettext-compatible PO files from Ruby scripts;
+  * rxgettext - creates gettext-compatible PO files from Ruby scripts;
   * rmsgfmt - creates a MO file from a PO file;
   * rmsgmerge - extracts translatable strings from Ruby scripts.
 
diff --git a/debian/rmsgmerge.1 b/debian/rmsgmerge.1
index 0390189..9d9da82 100644
--- a/debian/rmsgmerge.1
+++ b/debian/rmsgmerge.1
@@ -22,7 +22,7 @@ rmsgmerge \- Extract translatable string from given input ruby script files.
 def.po ref.pot [\-o output.pot]
 .br
 .SH DESCRIPTION
-Merges two Uniforum style .po files together. The def.po file is an existing PO file with translations. The ref.pot file is the last created PO file with up-to-date source references. ref.pot is generally created by rgettext.
+Merges two Uniforum style .po files together. The def.po file is an existing PO file with translations. The ref.pot file is the last created PO file with up-to-date source references. ref.pot is generally created by rxgettext.
 .SH SEE ALSO
 .BR msgmerge (1),
 /usr/share/doc/libgettext-ruby-utils/README*,
diff --git a/debian/ruby-gettext.manpages b/debian/ruby-gettext.manpages
index b9d37a0..551ba1a 100644
--- a/debian/ruby-gettext.manpages
+++ b/debian/ruby-gettext.manpages
@@ -1,3 +1,3 @@
-debian/rgettext.1
+debian/rxgettext.1
 debian/rmsgfmt.1
 debian/rmsgmerge.1
diff --git a/debian/rgettext.1 b/debian/rxgettext.1
similarity index 92%
rename from debian/rgettext.1
rename to debian/rxgettext.1
index 1bd00a4..a1a1f77 100644
--- a/debian/rgettext.1
+++ b/debian/rxgettext.1
@@ -2,7 +2,7 @@
 .\" First parameter, NAME, should be all caps
 .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection
 .\" other parameters are allowed: see man(7), man(1)
-.TH rgettext 1 "2003-07-17"
+.TH rxgettext 1 "2003-07-17"
 .\" Please adjust this date whenever revising the manpage.
 .\"
 .\" Some roff macros, for reference:
@@ -16,9 +16,9 @@
 .\" .sp <n>    insert n+1 empty lines
 .\" for manpage-specific macros, see man(7)
 .SH NAME
-rgettext \- extract translate message
+rxgettext \- extract translate message
 .SH SYNOPSIS
-.B rgettext
+.B rxgettext
 input.rb \-o output.pot
 .br
 .SH DESCRIPTION

-- 
ruby-gettext.git



More information about the Pkg-ruby-extras-commits mailing list