[DRE-commits] [SCM] rake.git branch, master, updated. debian/0.9.2.2-2-5-g874ec06

Paul van Tilburg paulvt at debian.org
Sun Jun 17 13:39:32 UTC 2012


The following commit has been merged in the master branch:
commit 9d98d4c2b423277fd4317c5f2387acedca30ecaf
Author: Paul van Tilburg <paulvt at debian.org>
Date:   Sun Jun 17 15:32:59 2012 +0200

    Drop the depend on rubygems

diff --git a/debian/changelog b/debian/changelog
index c8412b3..b58a2c9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ rake (0.9.2.2-3) UNRELEASED; urgency=low
   * debian/control:
     - Drop the depend on rdoc, as the ruby | ruby-interpreter depend already
       provides it (closes: #651503).
+    - Drop the depend on rubygems, it is not needed.
 
  -- Paul van Tilburg <paulvt at debian.org>  Thu, 29 Dec 2011 12:48:54 +0100
 
diff --git a/debian/control b/debian/control
index 5c42686..4695126 100644
--- a/debian/control
+++ b/debian/control
@@ -20,7 +20,7 @@ XS-Ruby-Versions: all
 Package: rake
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, rubygems
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
 Recommends: zip
 Description: ruby make-like utility
  Rake is a simple ruby build program with capabilities similar to make.

-- 
rake.git



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