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 38
|
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 (>= 7.0.50~),
gem2deb (>= 0.5.0~),
racc,
rake,
ruby-locale (>= 2.0.5),
ruby-rr,
ruby-test-unit (>= 2.5.4),
ruby-text,
yard
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-gettext.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-gettext.git;a=summary
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,
${misc:Depends},
${shlibs:Depends}
Conflicts: 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.
|