[DRE-commits] [SCM] ruby-hoe.git branch, master, updated. upstream/2.9.4-10-gf3db0f3

Clint Byrum clint at ubuntu.com
Fri Jun 3 19:00:14 UTC 2011


The following commit has been merged in the master branch:
commit 8e30c81f4c8fa8669a4e01223e6ffb3ed4b1b502
Author: Clint Byrum <clint at ubuntu.com>
Date:   Fri Jun 3 11:00:30 2011 -0700

    Adding minitest and enabling tests. Also removing link from description per Lucas Nussbaum's suggestions.

diff --git a/debian/control b/debian/control
index 45442be..fb68142 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,7 @@ Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Clint Byrum <clint at ubuntu.com>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.2)
-# minitest (>= 2.0.2, development)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.2), ruby-minitest (>= 2.0.2, development)
 Standards-Version: 3.9.1
 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-hoe.git
 Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-hoe.git;a=summary
@@ -22,8 +21,3 @@ Description: rake/rubygems helper for project Rakefiles
  plug-in system allowing for easy extensibility. Hoe ships with
  plug-ins for all your usual project tasks including rdoc generation,
  testing, packaging, and deployment.
- .
- See class rdoc for help. Hint: `ri Hoe` or any of the plugins listed
- below.
- .
- For extra goodness, see: http://seattlerb.rubyforge.org/hoe/Hoe.pdf
diff --git a/debian/rules b/debian/rules
index 24112ca..370cd49 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
 #
 # Uncomment to ignore some test failures (but the tests will run anyway).
 # Valid values:
-export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1
+#export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1
 
 #
 # If you need to specify the .gemspec (eg there is more than one)

-- 
ruby-hoe.git



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