[DRE-commits] r5829 - trunk/coderay/debian

Joshua Timberman jtimberman-guest at alioth.debian.org
Fri Sep 3 07:23:04 UTC 2010


Author: jtimberman-guest
Date: 2010-09-03 07:22:59 +0000 (Fri, 03 Sep 2010)
New Revision: 5829

Modified:
   trunk/coderay/debian/changelog
   trunk/coderay/debian/control
Log:
coderay 0.9.4, and add 1.9.1 package

Modified: trunk/coderay/debian/changelog
===================================================================
--- trunk/coderay/debian/changelog	2010-09-01 21:21:54 UTC (rev 5828)
+++ trunk/coderay/debian/changelog	2010-09-03 07:22:59 UTC (rev 5829)
@@ -1,3 +1,11 @@
+coderay (0.9.4-1) unstable; urgency=low
+
+  * New upstream release 
+  * debian/control
+      + add ruby1.9.1 package
+
+ -- Joshua Timberman <joshua at opscode.com>  Fri, 03 Sep 2010 01:17:22 -0600
+
 coderay (0.9.3-1) UNRELEASED; urgency=low
 
   * New upstream release

Modified: trunk/coderay/debian/control
===================================================================
--- trunk/coderay/debian/control	2010-09-01 21:21:54 UTC (rev 5828)
+++ trunk/coderay/debian/control	2010-09-03 07:22:59 UTC (rev 5829)
@@ -4,7 +4,7 @@
 Maintainer: Joshua Timberman <joshua at opscode.com>
 Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Deepak Tripathi <apenguinlinux at gmail.com>
 Build-Depends: debhelper (>= 7), cdbs, ruby-pkg-tools (>= 0.8)
-Build-Depends-Indep: ruby1.8
+Build-Depends-Indep: ruby1.8, ruby1.9.1
 Standards-Version: 3.8.4
 Homepage: http://coderay.rubychan.de/
 
@@ -53,3 +53,17 @@
  CodeRay can output to HTML, JSON, XML, Yaml.
  This is package contains the library for the current default
  version of Ruby 1.8.
+
+Package: libcoderay-ruby1.9.1
+Architecture: all
+Depends: ${misc:Depends}, ruby1.9.1
+Description: Ruby 1.9 library 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 output.
+ .
+ CodeRay supports many input languages including: C, C++, CSS, Delphi, diff,
+ Groovy, HTML, RHTML (Erb+HTML), Nitro-XHTML, Java, JavaScript, JSON, PHP,
+ Python, Ruby, SQL and YAML.
+ .
+ CodeRay can output to HTML, JSON, XML, Yaml.
+ This is package contains the library for Ruby 1.9




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