[DRE-commits] [ruby-slack-notifier] 05/05: Make tests run

Balasankar C balasankarc-guest at moszumanska.debian.org
Mon May 18 14:12:20 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-slack-notifier.

commit 6a1f8fe08e06955c31f404352497b501c4816ab1
Author: Balasankar C <balasankarc at autistici.org>
Date:   Mon May 18 15:09:30 2015 +0530

    Make tests run
---
 debian/ruby-tests.rake | 2 +-
 debian/rules           | 5 +++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 99987ae..dcc1601 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,7 +1,7 @@
 require 'rspec/core/rake_task'
 
 RSpec::Core::RakeTask.new(:spec) do |spec|
-  spec.pattern = './spec/*_spec.rb'
+  spec.pattern = './spec/**/*_spec.rb'
 end
 
 task :default => :spec
diff --git a/debian/rules b/debian/rules
index d81794d..696eb98 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,8 @@
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
+override_dh_install:
+	dh_install
+	rm -rf debian/ruby-slack-notifier/usr/bin
+override_dh_installchangelogs:
+	dh_installchangelogs changelog.md

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



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