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

Gunnar Wolf gwolf at alioth.debian.org
Wed May 6 13:49:44 UTC 2009


Author: gwolf
Date: 2009-05-06 13:49:44 +0000 (Wed, 06 May 2009)
New Revision: 3526

Modified:
   packages/libspreadsheet-ruby/trunk/debian/changelog
   packages/libspreadsheet-ruby/trunk/debian/control
Log:
Documentation should recommend, not depend on, the library

Modified: packages/libspreadsheet-ruby/trunk/debian/changelog
===================================================================
--- packages/libspreadsheet-ruby/trunk/debian/changelog	2009-05-05 18:24:16 UTC (rev 3525)
+++ packages/libspreadsheet-ruby/trunk/debian/changelog	2009-05-06 13:49:44 UTC (rev 3526)
@@ -2,6 +2,7 @@
 
   * Re-worded the long description, forming a full sentence (Closes:
     #527031)
+  * -doc package should not depend on the library, but merely recommend it
 
  -- Gunnar Wolf <gwolf at debian.org>  Tue, 05 May 2009 08:52:08 -0500
 

Modified: packages/libspreadsheet-ruby/trunk/debian/control
===================================================================
--- packages/libspreadsheet-ruby/trunk/debian/control	2009-05-05 18:24:16 UTC (rev 3525)
+++ packages/libspreadsheet-ruby/trunk/debian/control	2009-05-06 13:49:44 UTC (rev 3526)
@@ -21,7 +21,8 @@
 Package: libspreadsheet-ruby-doc
 Architecture: all
 Section: doc
-Depends: ${misc:Depends}, libspreadsheet-ruby1.8
+Depends: ${misc:Depends}
+Recommends: libspreadsheet-ruby1.8
 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




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