[DRE-commits] r1275 - packages-wip/ruby-full/trunk/debian

Vincent Fourmond fourmond-guest at alioth.debian.org
Tue Jan 16 12:14:12 CET 2007


Author: fourmond-guest
Date: 2007-01-16 12:14:11 +0100 (Tue, 16 Jan 2007)
New Revision: 1275

Modified:
   packages-wip/ruby-full/trunk/debian/changelog
   packages-wip/ruby-full/trunk/debian/control.in
Log:
Added forgotten ruby1.8-dev dependancy

Modified: packages-wip/ruby-full/trunk/debian/changelog
===================================================================
--- packages-wip/ruby-full/trunk/debian/changelog	2007-01-15 12:06:23 UTC (rev 1274)
+++ packages-wip/ruby-full/trunk/debian/changelog	2007-01-16 11:14:11 UTC (rev 1275)
@@ -4,5 +4,6 @@
   * Explicit dependency on all the packages from ruby source,
     rather than relying partially on libruby-extras
   * Finally has dependencies to pull in ri, irb and rdoc (Closes: #290705)
+  * Forgot dependancy on ruby1.8-dev, very important !
 
- -- Vincent Fourmond <vincent.fourmond at 9online.fr>  Thu, 28 Dec 2006 23:25:55 +0100
+ -- Vincent Fourmond <vincent.fourmond at 9online.fr>  Tue, 16 Jan 2007 12:13:11 +0100

Modified: packages-wip/ruby-full/trunk/debian/control.in
===================================================================
--- packages-wip/ruby-full/trunk/debian/control.in	2007-01-15 12:06:23 UTC (rev 1274)
+++ packages-wip/ruby-full/trunk/debian/control.in	2007-01-16 11:14:11 UTC (rev 1275)
@@ -9,13 +9,14 @@
 Package: ruby-full
 Architecture: all
 Depends: ruby, irb, rdoc, ri, libdbm-ruby, libgdbm-ruby, 
- libreadline-ruby, libopenssl-ruby, ruby-elisp
+ libreadline-ruby, libopenssl-ruby, ruby-elisp, ruby1.8-dev
 Recommends: libtcltk-ruby
 Description: Ruby full installation
  For many good reasons, the Ruby programming language is split in many
  small different packages. Installing this package will make sure you have
  all the packages that add up to a full Ruby installation, with the exception
- of the Tcl/Tk bindings for Ruby which are only recommended.
+ of the Tcl/Tk bindings for Ruby which are only recommended (because
+ of their dependancy on X libraries).
  .
  This package installs the dependencies for the current stable
  version of Ruby, which is 1.8.




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