[DRE-commits] r3817 - packages/libspreadsheet-ruby/trunk/debian

Gunnar Wolf gwolf at alioth.debian.org
Tue Jul 21 17:48:16 UTC 2009


Author: gwolf
Date: 2009-07-21 17:48:14 +0000 (Tue, 21 Jul 2009)
New Revision: 3817

Modified:
   packages/libspreadsheet-ruby/trunk/debian/changelog
   packages/libspreadsheet-ruby/trunk/debian/control
Log:
Ready for including also a Ruby 1.9 package

Modified: packages/libspreadsheet-ruby/trunk/debian/changelog
===================================================================
--- packages/libspreadsheet-ruby/trunk/debian/changelog	2009-07-21 17:45:09 UTC (rev 3816)
+++ packages/libspreadsheet-ruby/trunk/debian/changelog	2009-07-21 17:48:14 UTC (rev 3817)
@@ -5,8 +5,10 @@
   * Re-worded the long description, forming a full sentence (Closes:
     #527031)
   * -doc package should not depend on the library, but merely recommend it
+  * Upstream has fixed compatibility so it is buildable/usable under
+    Ruby 1.9 - Create the binary package as well
 
- -- Gunnar Wolf <gwolf at debian.org>  Tue, 21 Jul 2009 18:06:59 +0200
+ -- Gunnar Wolf <gwolf at debian.org>  Tue, 21 Jul 2009 18:11:27 +0200
 
 libspreadsheet-ruby (0.6.3.1-1) unstable; urgency=low
 

Modified: packages/libspreadsheet-ruby/trunk/debian/control
===================================================================
--- packages/libspreadsheet-ruby/trunk/debian/control	2009-07-21 17:45:09 UTC (rev 3816)
+++ packages/libspreadsheet-ruby/trunk/debian/control	2009-07-21 17:48:14 UTC (rev 3817)
@@ -22,7 +22,7 @@
 Architecture: all
 Section: doc
 Depends: ${misc:Depends}
-Recommends: libspreadsheet-ruby1.8
+Recommends: libspreadsheet-ruby1.8 | libspreadsheet-ruby1.9
 Description: Ruby library for manipulating .xls spreadsheets
  This module provides a pure-Ruby implementation of a spreadsheet
  manipulation library, allowing for creating, reading and modifying
@@ -38,3 +38,11 @@
  manipulation library, allowing for creating, reading and modifying
  files in the Microsoft Excel (.xls) format.
 
+Package: libspreadsheet-ruby1.9
+Architecture: all
+Depends: ${misc:Depends}, ruby1.9, rubygems1.9, libole-ruby1.9
+Description: Ruby library for manipulating .xls spreadsheets
+ This module provides a pure-Ruby implementation of a spreadsheet
+ manipulation library, allowing for creating, reading and modifying
+ files in the Microsoft Excel (.xls) format.
+




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