[DRE-commits] [ruby-ansi] 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:54:44 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-ansi.

commit b9f77394ff4c8ac0d698da56922e80d38261f76c
Author: Tim Potter <tpot at hp.com>
Date:   Mon Sep 22 11:54:29 2014 +1000

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

diff --git a/debian/control b/debian/control
index 9648b3c..df276a0 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, ruby-lemon
+Build-Depends: debhelper (>= 7.0.50~), gem2deb
 Standards-Version: 3.9.5
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-ansi.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-ansi.git;a=summary
@@ -15,7 +15,6 @@ Package: ruby-ansi
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# detroit (>= 0, development), qed (>= 0, development), lemon (>= 0, development)
 Description: ANSI at your fingertips!
  The ANSI project is a superlative collection of ANSI escape code related libraries
  enabling ANSI colorization and stylization of console output. Byte for byte
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
deleted file mode 100644
index e2b5dd2..0000000
--- a/debian/ruby-tests.rb
+++ /dev/null
@@ -1,2 +0,0 @@
-$: << 'test' << '.'
-Dir['{spec,test}/**/*.rb'].each { |f| require f }

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



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