[DRE-commits] [ruby-fog-brightbox] 03/05: update tests, build deps, changelog
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Fri Apr 10 13:48:42 UTC 2015
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository ruby-fog-brightbox.
commit 58831a53fdcfde3df67d0ca9044b8e11e1dadf77
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Fri Apr 10 18:26:16 2015 +0530
update tests, build deps, changelog
---
debian/changelog | 2 ++
debian/control | 2 +-
debian/ruby-tests.rake | 1 +
3 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 68465ce..bee66ea 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
ruby-fog-brightbox (0.7.1-1) UNRELEASED; urgency=medium
* New upstream release.
+ * Add spec to loadpath to fix failing tests.
+ * Add ruby-reflecto to build deps.
-- Pirate Praveen <praveen at debian.org> Fri, 10 Apr 2015 18:19:10 +0530
diff --git a/debian/control b/debian/control
index e3f5a9e..2775302 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: Pirate Praveen <praveen at debian.org>
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.5~),
- ruby-fog-core, ruby-fog-json, ruby-minitest
+ ruby-fog-core, ruby-fog-json, ruby-minitest, ruby-inflecto
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-fog-brightbox.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-fog-brightbox.git;a=summary
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 4c9c60e..0436806 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -3,6 +3,7 @@ Rake::TestTask.new(:minitest) do |test|
test.test_files = FileList["spec/**/*_spec.rb"]
test.verbose = false
test.warning = false
+ test.libs << 'spec'
end
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-fog-brightbox.git
More information about the Pkg-ruby-extras-commits
mailing list