[DRE-commits] [ruby-notifier] 02/02: Upstream update

Balasankar C balasankarc-guest at moszumanska.debian.org
Sun May 24 04:23:01 UTC 2015


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

balasankarc-guest pushed a commit to branch master
in repository ruby-notifier.

commit a92c11af324ebc7af2262741fc570d65f8f4638a
Author: Balasankar C <balasankarc at autistici.org>
Date:   Sun May 24 09:52:54 2015 +0530

    Upstream update
---
 debian/changelog       | 8 ++++++++
 debian/control         | 2 +-
 debian/ruby-tests.rake | 1 +
 3 files changed, 10 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index ef8a9e0..cd2bd18 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ruby-notifier (0.5.1-1) experimental; urgency=medium
+
+  * New upstream release
+  * Releasing to experimental as it needs RSpec >=3.0.0
+  * Tightened build dependency on RSpec
+
+ -- Balasankar C <balasankarc at autistici.org>  Wed, 08 Apr 2015 15:19:12 +0530
+
 ruby-notifier (0.5.0-1) unstable; urgency=medium
 
   * Initial release (Closes: #769373)
diff --git a/debian/control b/debian/control
index e44ad11..2449572 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: Balasankar C <balasankarc at autistici.org>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb, ruby-rspec, rake
+Build-Depends: debhelper (>= 7.0.50~), gem2deb, ruby-rspec (>= 3.0.0), rake
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-notifier.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-notifier.git;a=summary
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 99987ae..80fe846 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,6 +1,7 @@
 require 'rspec/core/rake_task'
 
 RSpec::Core::RakeTask.new(:spec) do |spec|
+    $: << 'lib' << 'spec'
   spec.pattern = './spec/*_spec.rb'
 end
 

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



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