1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
|
Source: ruby-gettext
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Hleb Valoshka <375gnu@gmail.com>
Build-Depends: debhelper (>= 9~),
gem2deb,
racc,
rake,
ruby-locale (>= 2.0.5),
ruby-test-unit-rr,
ruby-text (>= 1.3.0),
yard
Standards-Version: 3.9.8
Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-gettext.git
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-gettext.git
Homepage: http://ruby-gettext.github.io/
XS-Ruby-Versions: all
Package: ruby-gettext
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ruby | ruby-interpreter,
ruby-locale (>= 2.0.5),
ruby-text (>= 1.3.0),
${misc:Depends},
${shlibs:Depends}
Breaks: ruby-gettext-activerecord (<= 2.1.0-5~)
Description: gettext for Ruby
This Ruby package is a localization library and toolset modeled after
GNU gettext, and with a similar simple API.
.
It provides:
* rxgettext - creates gettext-compatible PO files from Ruby scripts;
* rmsginit - create a new PO file with user's environment and input;
* rmsgfmt - creates a MO file from a PO file;
* rmsgmerge - extracts translatable strings from Ruby scripts.
|