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

Cédric Boutillier cedric.boutillier at gmail.com
Wed Aug 8 14:57:24 UTC 2012


The following commit has been merged in the master branch:
commit a542f49bce731ffdee5e5c65682c26c1fcc05493
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Wed Aug 8 07:02:17 2012 +0200

    Improve description. Thanks to Justin B. Rye (Closes: #682543)

diff --git a/debian/changelog b/debian/changelog
index 87d8c25..bd8eb9f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-gettext (2.2.1-3) UNRELEASED; urgency=low
+
+  * Improve description. Thanks to Justin B. Rye (Closes: #682543)
+
+ -- Cédric Boutillier <cedric.boutillier at gmail.com>  Wed, 08 Aug 2012 07:02:36 +0200
+
 ruby-gettext (2.2.1-2) unstable; urgency=low
 
   * Team upload.
diff --git a/debian/control b/debian/control
index a212c0d..467309e 100644
--- a/debian/control
+++ b/debian/control
@@ -18,15 +18,14 @@ Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-local
 Breaks: libgettext-ruby1.8 (<< ${source:Version}), libgettext-ruby1.9.1 (<< ${source:Version}), libgettext-ruby (<< ${source:Version})
 Replaces: libgettext-ruby1.8 (<< ${source:Version}), libgettext-ruby1.9.1 (<< ${source:Version}), libgettext-ruby (<<${source:Version})
 Provides: libgettext-ruby1.8, libgettext-ruby1.9.1, libgettext-ruby
-Description: Gettext for Ruby
- Ruby GetText Package is Native Language Support Library and Tools
- which modeled after GNU gettext package.
+Description: gettext for Ruby
+ This Ruby package is a localization library and toolset modeled after
+ GNU gettext, and with a similar simple API.
  .
- Features:
-   * Simple APIs(similar GNU gettext)
-   * rgettext creates po-files from ruby scripts.
-     The po-file is compatible to GNU gettext.
-   * rmsgfmt creates a mo-file from a po-file.
+ It provides:
+  * rgettext - creates gettext-compatible PO files from Ruby scripts;
+  * rmsgfmt - creates a MO file from a PO file;
+  * rmsgmerge - extracts translatable strings from Ruby scripts.
 
 Package: libgettext-ruby
 Section: oldlibs

-- 
ruby-gettext.git



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