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

Paul van Tilburg paul at luon.net
Thu Dec 29 11:50:53 UTC 2011


The following commit has been merged in the master branch:
commit f8f1e13820d5764585687e2bbaf52fe700ffec3f
Author: Paul van Tilburg <paul at luon.net>
Date:   Thu Dec 29 12:50:47 2011 +0100

    Drop the depend on rdoc, as the ruby depend already provides it (closes: #651503)

diff --git a/debian/changelog b/debian/changelog
index 2c874c7..c8412b3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+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).
+
+ -- Paul van Tilburg <paulvt at debian.org>  Thu, 29 Dec 2011 12:48:54 +0100
+
 rake (0.9.2.2-2) unstable; urgency=low
 
   * Replace libflexmock-ruby* by ruby-flexmock in Build-Depends
diff --git a/debian/control b/debian/control
index 6807dcb..5c42686 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, rdoc, rubygems
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, rubygems
 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