[DRE-commits] r6069 - trunk/coderay/debian
Jérémy Lal
kapouer-guest at alioth.debian.org
Sun Feb 20 19:56:19 UTC 2011
Author: kapouer-guest
Date: 2011-02-20 19:56:17 +0000 (Sun, 20 Feb 2011)
New Revision: 6069
Modified:
trunk/coderay/debian/control
Log:
Binary depends only on ruby since it can run with 1.8 and 1.9.1. Also fix typos.
Modified: trunk/coderay/debian/control
===================================================================
--- trunk/coderay/debian/control 2011-02-20 19:55:50 UTC (rev 6068)
+++ trunk/coderay/debian/control 2011-02-20 19:56:17 UTC (rev 6069)
@@ -12,7 +12,7 @@
Package: coderay
Architecture: all
-Depends: ${misc:Depends}, ruby1.8, libcoderay-ruby
+Depends: ${misc:Depends}, ruby, libcoderay-ruby
Description: Helper programs for CodeRay Ruby lib for syntax highlighting
CodeRay is a Ruby library that can scan an input file or text in a web
page and encode it as syntax highlighted HTML output.
@@ -53,7 +53,7 @@
Python, Ruby, SQL and YAML.
.
CodeRay can output to HTML, JSON, XML, Yaml.
- This is package contains the library for the current default
+ This package contains the library for the current default
version of Ruby 1.8.
Package: libcoderay-ruby1.9.1
@@ -68,4 +68,4 @@
Python, Ruby, SQL and YAML.
.
CodeRay can output to HTML, JSON, XML, Yaml.
- This is package contains the library for Ruby 1.9
+ This package contains the library for Ruby 1.9.
More information about the Pkg-ruby-extras-commits
mailing list