[DRE-commits] [rexical] 04/04: Fixing tests and rules file

Balasankar C balasankarc-guest at moszumanska.debian.org
Thu May 14 19:00:48 UTC 2015


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

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

commit 2ab85636ab0e6870ee2ee75f8c126854e098aa20
Author: Balasankar C <balasankarc at autistici.org>
Date:   Fri May 15 00:25:48 2015 +0530

    Fixing tests and rules file
---
 debian/ruby-rexical.docs     | 3 ---
 debian/ruby-rexical.examples | 3 ---
 debian/ruby-tests.rake       | 3 ++-
 debian/rules                 | 2 ++
 4 files changed, 4 insertions(+), 7 deletions(-)

diff --git a/debian/ruby-rexical.docs b/debian/ruby-rexical.docs
deleted file mode 100644
index 9581d11..0000000
--- a/debian/ruby-rexical.docs
+++ /dev/null
@@ -1,3 +0,0 @@
-# FIXME: READMEs found
-# README.rdoc
-# README.ja
diff --git a/debian/ruby-rexical.examples b/debian/ruby-rexical.examples
deleted file mode 100644
index 19ae3fc..0000000
--- a/debian/ruby-rexical.examples
+++ /dev/null
@@ -1,3 +0,0 @@
-# FIXME: sample/ dir found in source. Consider installing the examples.
-# Examples:
-# sample/*
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 382a1a1..7c42769 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,5 +1,6 @@
 require 'gem2deb/rake/testtask'
 
 Gem2Deb::Rake::TestTask.new do |t|
-  t.test_files = FileList['test/*_test.rb']
+  t.libs << 'test'
+  t.test_files = FileList['test/test_*.rb']
 end
diff --git a/debian/rules b/debian/rules
index d81794d..16e6d8a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,3 +13,5 @@
 
 %:
 	dh $@ --buildsystem=ruby --with ruby
+override_dh_installchangelogs:
+		dh_installchangelogs CHANGELOG.rdoc

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



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