[DRE-commits] [SCM] ruby-gettext.git branch, master, updated. debian/2.2.1-2-7-g1beaa8f

Hleb Valoshka 375GNU at Gmail.COM
Tue Sep 25 21:19:38 UTC 2012


The following commit has been merged in the master branch:
commit c9d150fc4f3ce671574fa2190cd2e6dcab0eccb3
Author: Hleb Valoshka <375GNU at Gmail.COM>
Date:   Tue Sep 25 23:32:54 2012 +0300

    Ensure tests are run (tnx to Cédric Boutillier)

diff --git a/debian/control b/debian/control
index 467309e..73dc36d 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: Hleb Valoshka <375gnu at gmail.com>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-locale | liblocale-ruby1.8, ruby-locale | liblocale-ruby1.9.1, rake
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-locale | liblocale-ruby1.8, ruby-locale | liblocale-ruby1.9.1, rake, ruby-test-unit
 Standards-Version: 3.9.3
 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-gettext.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-gettext.git;a=summary
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index f945458..0a4d0c9 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1 +1 @@
-exec "rake", "test"
+require "test/run-test"

-- 
ruby-gettext.git



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