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: libgettext-ruby
Section: interpreters
Priority: optional
Maintainer: Tatsuki Sugiura <sugi@nemui.org>
Build-Depends: debhelper (>> 4.0.0), cdbs (>= 0.4.26-2), ruby1.8 (>= 1.8.2-1), ruby1.8-dev, racc (>= 1.4.3-1), libracc-runtime-ruby1.8 | libruby1.8 (>= 1.4.3-1), rake, irb1.8
Standards-Version: 3.7.2.0
Uploaders: Taku YASUI <tach@debian.or.jp>
Package: libgettext-ruby1.8
Provides: libgettext-ruby
Architecture: any
Depends: ${shlibs:Depends}
Conflicts: libgettext-ruby (<= 0.8.1-2)
Replaces: libgettext-ruby (<= 0.8.1-2)
Recommends: libgettext-ruby-util
Description: Gettext for ruby1.8
Ruby GetText Package is Native Language Support Library and Tools
which modeled after GNU gettext package.
.
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.
Package: libgettext-ruby-util
Architecture: all
Depends: libgettext-ruby1.8 (= ${Source-Version}), ruby1.8, irb1.8, gettext (>= 0.10.35)
Description: Gettext utilities for ruby
Ruby GetText Package is Native Language Support Library and Tools
which modeled after GNU gettext package.
.
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.
|