[DRE-commits] [SCM] imagetooth.git branch, master, updated. upstream/2.0.1-16-g6615f9e

Gunnar Wolf gwolf at gwolf.org
Fri Dec 2 16:37:46 UTC 2011


The following commit has been merged in the master branch:
commit 6615f9e5ca65a2ead13920eff031e1bf9de4da02
Author: Gunnar Wolf <gwolf at gwolf.org>
Date:   Fri Dec 2 10:36:37 2011 -0600

    Build-depend on ruby-rspec instead of requiring rubygems

diff --git a/debian/control b/debian/control
index 436fa56..405f652 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Gastón Ramos <ramos.gaston at gmail.com>,
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.2)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.2), ruby-rspec
 Standards-Version: 3.9.2
 Vcs-Git: git://git.debian.org/pkg-ruby-extras/imagetooth.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/imagetooth.git;a=summary
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index 7db6bec..ba40941 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,4 +1,3 @@
-require 'rubygems'
 require 'rspec'
 
 Dir['{spec}/**/*.rb'].each { |f| require f }

-- 
imagetooth.git



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