[DRE-commits] [ruby-brass] 01/01: Don't run tests to avoid circular build dependency with ruby-lemon

Tim Potter tpot-guest at moszumanska.debian.org
Mon Sep 22 01:48:05 UTC 2014


This is an automated email from the git hooks/post-receive script.

tpot-guest pushed a commit to branch master
in repository ruby-brass.

commit 1875a50f899c4e9cc4137d26c36167e3ab74ac90
Author: Tim Potter <tpot at hp.com>
Date:   Mon Sep 22 11:47:22 2014 +1000

    Don't run tests to avoid circular build dependency with ruby-lemon
---
 debian/control       | 2 +-
 debian/ruby-tests.rb | 3 ---
 2 files changed, 1 insertion(+), 4 deletions(-)

diff --git a/debian/control b/debian/control
index 6fec346..34ddaa5 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Tim Potter <tpot at hp.com>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb, rake, ruby-lemon
+Build-Depends: debhelper (>= 7.0.50~), gem2deb, rake
 Standards-Version: 3.9.5
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-brass.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-brass.git;a=summary
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
deleted file mode 100644
index 14326ce..0000000
--- a/debian/ruby-tests.rb
+++ /dev/null
@@ -1,3 +0,0 @@
-require 'lemon'
-$: << 'lib' << '.'
-Dir['test/*.rb'].each { |f| require f }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-brass.git



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