[DRE-commits] [SCM] ruby-arel.git branch, master, updated. debian/3.0.2-2-1-g6c266c8

Antonio Terceiro terceiro at debian.org
Sun Aug 26 22:22:48 UTC 2012


The following commit has been merged in the master branch:
commit 6c266c8750bac36faa99ec37e62b479be289ff12
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Sun Aug 26 19:18:57 2012 -0300

    Remove unecessary dependencies

diff --git a/debian/changelog b/debian/changelog
index d31d244..e03db16 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+ruby-arel (3.0.2-3) unstable; urgency=low
+
+  * Remove unecessary dependency on ruby-minitest and ruby-hoe. They are
+    needed only to build the package, not during runtime. (Closes: #685943)
+
+ -- Antonio Terceiro <terceiro at debian.org>  Sun, 26 Aug 2012 18:16:15 -0300
+
 ruby-arel (3.0.2-2) unstable; urgency=low
 
   * Bump build dependency on gem2deb to >= 0.3.0~
diff --git a/debian/control b/debian/control
index 85d73f7..df64b56 100644
--- a/debian/control
+++ b/debian/control
@@ -19,9 +19,7 @@ Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends},
 	 ${misc:Depends},
-	 ruby | ruby-interpreter,
-	 ruby-minitest (>= 2.11~),
-	 ruby-hoe (>= 2.13~)
+	 ruby | ruby-interpreter
 Description: SQL AST manager for Ruby
  Arel is a SQL AST manager for Ruby. It simplifies the generation of
  complex SQL queries and adapts to various RDBMS systems.

-- 
ruby-arel.git



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