File: control

package info (click to toggle)
libtext-format-ruby 1.0.0-2
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 172 kB
  • ctags: 240
  • sloc: ruby: 2,011; makefile: 2
file content (41 lines) | stat: -rw-r--r-- 1,740 bytes parent folder | download
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.