[DRE-commits] r1237 - packages-wip/ruby-full/trunk/debian
Vincent Fourmond
fourmond-guest at alioth.debian.org
Sat Dec 23 21:32:13 CET 2006
Author: fourmond-guest
Date: 2006-12-23 21:32:12 +0100 (Sat, 23 Dec 2006)
New Revision: 1237
Modified:
packages-wip/ruby-full/trunk/debian/changelog
packages-wip/ruby-full/trunk/debian/control.in
Log:
Removed dependency on libruby-extras, explicit depends on all the packages from ruby source
Modified: packages-wip/ruby-full/trunk/debian/changelog
===================================================================
--- packages-wip/ruby-full/trunk/debian/changelog 2006-12-23 01:52:36 UTC (rev 1236)
+++ packages-wip/ruby-full/trunk/debian/changelog 2006-12-23 20:32:12 UTC (rev 1237)
@@ -1,5 +1,7 @@
ruby-full (0.1) UNRELEASED; urgency=low
* Initial release.
+ * Explicit dependency on all the packages from ruby source,
+ rather than relying partially on libruby-extras
- -- Vincent Fourmond <vincent.fourmond at 9online.fr> Fri, 22 Dec 2006 18:57:41 +0100
+ -- Vincent Fourmond <vincent.fourmond at 9online.fr> Sat, 23 Dec 2006 21:29:30 +0100
Modified: packages-wip/ruby-full/trunk/debian/control.in
===================================================================
--- packages-wip/ruby-full/trunk/debian/control.in 2006-12-23 01:52:36 UTC (rev 1236)
+++ packages-wip/ruby-full/trunk/debian/control.in 2006-12-23 20:32:12 UTC (rev 1237)
@@ -8,7 +8,8 @@
Package: ruby-full
Architecture: all
-Depends: ruby, irb, rdoc, ri, libdbm-ruby, libgdbm-ruby, libruby-extras
+Depends: ruby, irb, rdoc, ri, libdbm-ruby, libgdbm-ruby,
+ libreadline-ruby, libopenssl-ruby, ruby-elisp, ruby-examples
Recommends: libtcltk-ruby
Description: Ruby full installation
For many good reasons, the Ruby programming language is split in many
@@ -16,5 +17,5 @@
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.
.
- This package installs the dependencies for the current version of Ruby, which
- is 1.8.
+ 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