[DRE-commits] [SCM] ruby-colored.git branch, master, updated. upstream/1.2-6-gd536a16

Cédric Boutillier boutil at debian.org
Fri Jul 12 21:04:57 UTC 2013


The following commit has been merged in the master branch:
commit efee7e425ca5390ab52d38ea0f5c02bec5098138
Author: Cédric Boutillier <boutil at debian.org>
Date:   Fri Jul 12 10:38:30 2013 +0200

    update control file

diff --git a/debian/control b/debian/control
index d4ec1d3..1d18261 100644
--- a/debian/control
+++ b/debian/control
@@ -3,27 +3,18 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Cédric Boutillier <boutil at debian.org>
-DM-Upload-Allowed: yes
 Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~)
-Standards-Version: 3.9.3
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-colored.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-colored.git;a=summary
-Homepage: http://github.com/defunkt/colored
+Standards-Version: 3.9.4
+Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-colored.git
+Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-colored.git;a=summary
+Homepage: https://github.com/defunkt/colored
 XS-Ruby-Versions: all
 
 Package: ruby-colored
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-Description: Add some color to your life.
- >> puts "this is red".red
- .
- >> puts "this is red with a blue background (read: ugly)".red_on_blue
- .
- >> puts "this is red with an underline".red.underline
- .
- >> puts "this is really bold and really blue".bold.blue
- .
- >> logger.debug "hey this is broken!".red_on_yellow     # in rails
- .
- >> puts Color.red "This is red" # but this part is mostly untested
+Description: library to add colors or attributes to text 
+ This Ruby library extends the String class with methods to add ANSI colors and
+ bold, underline or reverse attributes to strings. It can be used to emphasize
+ messages on the console output or in logs.

-- 
ruby-colored.git



More information about the Pkg-ruby-extras-commits mailing list