[DRE-commits] [ruby-text-table] 02/02: packaging bits

Antonio Terceiro terceiro at moszumanska.debian.org
Tue Nov 15 22:16:53 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 715e010c9a2be076de4243cd264e10e0bcb9c8ad
Author: Antonio Terceiro <terceiro at debian.org>
Date:   Tue Nov 15 19:11:16 2016 -0300

    packaging bits
---
 debian/changelog       |  7 ++++++-
 debian/control         |  4 ++--
 debian/ruby-tests.rake | 10 +++-------
 debian/rules           | 13 ++-----------
 4 files changed, 13 insertions(+), 21 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 255c99d..e198e7d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,13 @@ ruby-text-table (1.2.4-2) unstable; urgency=medium
   * Team upload.
   * Port test suite to RSpec 3 (Closes: #840824) by including the patches
     submitted upstream at https://github.com/aptinio/text-table/issues/15
+  * debian/control:
+    - Bump Standards-Version to 3.9.8, no changes needed.
+    - update homepage
+  * debian/ruby-tests.rake, debian/rules: update with new `dh-make-ruby -w`
+    run
 
- -- Antonio Terceiro <terceiro at debian.org>  Tue, 15 Nov 2016 19:06:00 -0300
+ -- Antonio Terceiro <terceiro at debian.org>  Tue, 15 Nov 2016 19:10:02 -0300
 
 ruby-text-table (1.2.4-1) unstable; urgency=medium
 
diff --git a/debian/control b/debian/control
index 1693daf..2e1b773 100644
--- a/debian/control
+++ b/debian/control
@@ -7,10 +7,10 @@ Build-Depends: debhelper (>= 9),
                gem2deb,
                rake,
                ruby-rspec
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Vcs-Git: https://anonscm.debian.org/git/pkg-ruby-extras/ruby-text-table.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-text-table.git
-Homepage: http://github.com/aptinio/text-table
+Homepage: https://github.com/aptinio/text-table
 Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index cd7a01c..cf1591e 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -1,9 +1,5 @@
-require 'rspec/core/rake_task'
+require 'gem2deb/rake/spectask'
 
-RSpec::Core::RakeTask.new(:spec) do |spec|
-  spec.pattern      = FileList.new('./spec/**/*_spec.rb') do |fl|
-    fl.exclude(/performance_spec/)
-  end
+Gem2Deb::Rake::RSpecTask.new do |spec|
+  spec.pattern = './spec/**/*_spec.rb'
 end
-
-task :default => :spec
diff --git a/debian/rules b/debian/rules
index 3404fe8..fd3e041 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,15 +1,6 @@
 #!/usr/bin/make -f
-#export DH_VERBOSE=1
-#
-# Uncomment to ignore all test failures (but the tests will run anyway)
-#export DH_RUBY_IGNORE_TESTS=all
-#
-# Uncomment to ignore some test failures (but the tests will run anyway).
-# Valid values:
-#export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems
-#
-# If you need to specify the .gemspec (eg there is more than one)
-#export DH_RUBY_GEMSPEC=gem.gemspec
+
+export GEM2DEB_TEST_RUNNER = --check-dependencies
 
 %:
 	dh $@ --buildsystem=ruby --with ruby

-- 
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