[DRE-commits] r3885 - packages-wip/libsyntax-ruby/trunk/debian

Gunnar Wolf gwolf at alioth.debian.org
Fri Aug 7 23:19:15 UTC 2009


Author: gwolf
Date: 2009-08-07 23:19:15 +0000 (Fri, 07 Aug 2009)
New Revision: 3885

Modified:
   packages-wip/libsyntax-ruby/trunk/debian/changelog
   packages-wip/libsyntax-ruby/trunk/debian/control
Log:
Added myself as uploader; create also a ruby1.9 package

Modified: packages-wip/libsyntax-ruby/trunk/debian/changelog
===================================================================
--- packages-wip/libsyntax-ruby/trunk/debian/changelog	2009-08-07 22:44:52 UTC (rev 3884)
+++ packages-wip/libsyntax-ruby/trunk/debian/changelog	2009-08-07 23:19:15 UTC (rev 3885)
@@ -1,9 +1,3 @@
-libsyntax-ruby (1.0.0-2) unstable; urgency=low
-
-  * Corrected section, description in control file.
-
- -- Joshua Timberman <joshua at opscode.com>  Mon, 27 Jul 2009 15:10:01 -0600
-
 libsyntax-ruby (1.0.0-1) unstable; urgency=low
 
   * Initial release. Closes: #538353

Modified: packages-wip/libsyntax-ruby/trunk/debian/control
===================================================================
--- packages-wip/libsyntax-ruby/trunk/debian/control	2009-08-07 22:44:52 UTC (rev 3884)
+++ packages-wip/libsyntax-ruby/trunk/debian/control	2009-08-07 23:19:15 UTC (rev 3885)
@@ -2,7 +2,7 @@
 Section: ruby
 Priority: optional
 Maintainer: Joshua Timberman <joshua at opscode.com>
-Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Gunnar Wolf <gwolf at debian.org>
 Build-Depends: cdbs, ruby-pkg-tools (>= 0.8), debhelper (>= 7)
 Build-Depends-Indep: ruby1.8
 Standards-Version: 3.8.2
@@ -32,3 +32,14 @@
  .
  This package is part of the Ruby library extras, a supplement to Ruby's
  standard library for version 1.8.
+
+Package: libsyntax-ruby1.9
+Architecture: all
+Depends: ${misc:Depends}, ruby
+Description: Ruby 1.9 library for lexical analysis for syntax highlighting
+ Syntax is, first and foremost, a lexical analysis framework. 
+ It supports pluggable syntax modules, and comes with modules for Ruby, XML,
+ and YAML.
+ .
+ This package is part of the Ruby library extras, a supplement to Ruby's
+ standard library for version 1.9.




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