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 39 40 41
|
Source: libtext-format-ruby
Section: libs
Priority: optional
Maintainer: Esteban Manchado Velázquez <zoso@debian.org>
Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>, Paul van Tilburg <paulvt@debian.org>
Build-Depends: ruby-pkg-tools (>= 0.8), cdbs, debhelper (>= 4.1.0)
Build-Depends-Indep: ruby1.8, rdoc, graphviz
Standards-Version: 3.7.2
Package: libtext-format-ruby
Architecture: all
Depends: libtext-format-ruby1.8
Description: Ruby library for text formatting
Text::Format provides the ability to nicely format fixed-width text with
knowledge of the writeable space (number of columns), margins, and indentation
settings. Text::Format can work with either TeX::Hyphen or Text::Hyphen to
hyphenate words when formatting.
.
This is a dummy package depending on the library for the current default
version of Ruby.
Package: libtext-format-ruby-doc
Section: doc
Architecture: all
Description: Ruby library for text formatting (documentation)
Text::Format provides the ability to nicely format fixed-width text with
knowledge of the writeable space (number of columns), margins, and indentation
settings. Text::Format can work with either TeX::Hyphen or Text::Hyphen to
hyphenate words when formatting.
.
This is the documentation package, with upstream documentation, as well as
generated rdoc.
Package: libtext-format-ruby1.8
Architecture: all
Depends: ruby1.8
Description: Ruby library for text formatting
Text::Format provides the ability to nicely format fixed-width text with
knowledge of the writeable space (number of columns), margins, and indentation
settings. Text::Format can work with either TeX::Hyphen or Text::Hyphen to
hyphenate words when formatting.
|