[DRE-commits] [ruby-text-table] 01/01: re-exclude spec/integration/performance_spec.rb

Antonio Terceiro terceiro at moszumanska.debian.org
Thu Nov 17 20:41:32 UTC 2016


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

terceiro pushed a commit to branch master
in repository ruby-text-table.

commit 01eda6822973cf9f98db5223fcaa6628bca458bb
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Thu Nov 17 17:37:37 2016 -0300

    re-exclude spec/integration/performance_spec.rb
---
 debian/changelog       | 8 ++++++++
 debian/ruby-tests.rake | 2 +-
 2 files changed, 9 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index e198e7d..04ed5f4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+ruby-text-table (1.2.4-3) unstable; urgency=medium
+
+  * Team upload
+  * debian/ruby-tests.rake: re-exclude spec/integration/performance_spec.rb to
+    avoid reintroducing #795676.
+
+ -- Antonio Terceiro <terceiro at debian.org>  Thu, 17 Nov 2016 17:37:20 -0300
+
 ruby-text-table (1.2.4-2) unstable; urgency=medium
 
   * Team upload.
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index cf1591e..57b41b9 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,5 +1,5 @@
 require 'gem2deb/rake/spectask'
 
 Gem2Deb::Rake::RSpecTask.new do |spec|
-  spec.pattern = './spec/**/*_spec.rb'
+  spec.pattern = FileList['./spec/**/*_spec.rb'] - ['./spec/integration/performance_spec.rb']
 end

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



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