[DRE-commits] r4957 - trunk/merb/debian

Joshua Timberman jtimberman-guest at alioth.debian.org
Thu Mar 18 21:59:22 UTC 2010


Author: jtimberman-guest
Date: 2010-03-18 21:59:22 +0000 (Thu, 18 Mar 2010)
New Revision: 4957

Modified:
   trunk/merb/debian/changelog
   trunk/merb/debian/control
Log:
merb's internal plugin mechanism uses gems, so depend on rubygems with the core lib

Modified: trunk/merb/debian/changelog
===================================================================
--- trunk/merb/debian/changelog	2010-03-18 18:32:23 UTC (rev 4956)
+++ trunk/merb/debian/changelog	2010-03-18 21:59:22 UTC (rev 4957)
@@ -1,6 +1,7 @@
 merb (1.0.12+dfsg-4) unstable; urgency=low
 
   * Add merb-param-protection package.
+  * Merb depends on RubyGems to enable library dependency plugin mechanism.
 
  -- Joshua Timberman <joshua at opscode.com>  Wed, 17 Mar 2010 19:38:55 -0600
 

Modified: trunk/merb/debian/control
===================================================================
--- trunk/merb/debian/control	2010-03-18 18:32:23 UTC (rev 4956)
+++ trunk/merb/debian/control	2010-03-18 21:59:22 UTC (rev 4957)
@@ -12,7 +12,7 @@
 
 Package: merb-core
 Architecture: all
-Depends: ${misc:Depends}, ${shlibs:Depends}, ruby1.8, libmerb-core-ruby1.8
+Depends: ${misc:Depends}, ${shlibs:Depends}, ruby1.8, libmerb-core-ruby1.8, rubygems1.8
 Suggests: libmerb-ruby-doc
 Description: Lightweight Ruby-based MVC framework for web development
  Ruby-based MVC framework that is agnostic to ORM, JavaScript library,
@@ -39,7 +39,7 @@
 
 Package: libmerb-core-ruby
 Architecture: all
-Depends: ${misc:Depends}, libmerb-core-ruby1.8
+Depends: ${misc:Depends}, libmerb-core-ruby1.8, rubygems
 Suggests: libmerb-ruby-doc
 Description: Core libraries for the Merb MVC framework
  Ruby-based MVC framework that is agnostic to ORM, JavaScript library,
@@ -52,7 +52,7 @@
 
 Package: libmerb-core-ruby1.8
 Architecture: all
-Depends: ${misc:Depends}, ruby1.8, libextlib-ruby (>=0.9.8), liberubis-ruby (>=2.6.2), rake, libjson-ruby, librack-ruby, libmime-types-ruby
+Depends: ${misc:Depends}, ruby1.8, libextlib-ruby (>=0.9.8), liberubis-ruby (>=2.6.2), rake, libjson-ruby, librack-ruby, libmime-types-ruby, rubygems1.8
 Suggests: libmerb-ruby-doc
 Description: Core Ruby 1.8 libraries for the Merb MVC framework
  Ruby-based MVC framework that is agnostic to ORM, JavaScript library,




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