~ubuntu-branches/ubuntu/trusty/ruby-colored/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Cédric Boutillier
  • Date: 2013-07-12 22:47:41 UTC
  • Revision ID: package-import@ubuntu.com-20130712224741-b4in7ghrvg1lzbm4
Tags: 1.2-1
Initial release (Closes: #716773)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: ruby-colored
 
2
Section: ruby
 
3
Priority: optional
 
4
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
 
5
Uploaders: Cédric Boutillier <boutil@debian.org>
 
6
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~)
 
7
Standards-Version: 3.9.4
 
8
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-colored.git
 
9
Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-colored.git;a=summary
 
10
Homepage: https://github.com/defunkt/colored
 
11
XS-Ruby-Versions: all
 
12
 
 
13
Package: ruby-colored
 
14
Architecture: all
 
15
XB-Ruby-Versions: ${ruby:Versions}
 
16
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
 
17
Description: library to add colors or attributes to text 
 
18
 This Ruby library extends the String class with methods to add ANSI colors and
 
19
 bold, underline or reverse attributes to strings. It can be used to emphasize
 
20
 messages on the console output or in logs.