[DRE-commits] [ruby-sshkit] 03/03: Add missing dependencys and update patches

Sebastien Badia sbadia-guest at moszumanska.debian.org
Tue Mar 1 14:57:25 UTC 2016


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

sbadia-guest pushed a commit to branch master
in repository ruby-sshkit.

commit c8f85c5be9c932d9fe54f8a5acae497916e9ff3c
Author: Sebastien Badia <seb at sebian.fr>
Date:   Tue Mar 1 11:31:30 2016 -0300

    Add missing dependencys and update patches
---
 debian/changelog                                   |  4 ++--
 debian/control                                     |  1 +
 debian/patches/001_disabled-rubygems-bundler.patch | 27 ++++++----------------
 3 files changed, 10 insertions(+), 22 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 11aded0..ec2bd8f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,10 @@
-ruby-sshkit (1.8.0-1) unstable; urgency=medium
+ruby-sshkit (1.9.0~rc1-1) UNRELEASED; urgency=medium
 
   * d/control:
       Bump Standards-Version to 3.9.7 (no changes)
       Update Vcs-* fields (use https erverywhere)
   * d/watch: Update watch file, use version 4
-  * Imported Upstream version 1.8.0 (Closes: #795118)
+  * Imported Upstream version (Closes: #795118)
   * Update Debian packaging using dh-make-ruby
   * d/patches: Refresh patchs
   * d/copyright: Upstream change from GPL to MIT license
diff --git a/debian/control b/debian/control
index c2eabe8..5f1a584 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Build-Depends: debhelper (>= 9~),
                rake,
                ruby-colorize,
                ruby-minitest,
+               ruby-minitest-reporters,
                ruby-mocha,
                ruby-net-scp (>= 1.1.2),
                ruby-net-ssh (>= 2.8.0)
diff --git a/debian/patches/001_disabled-rubygems-bundler.patch b/debian/patches/001_disabled-rubygems-bundler.patch
index b1e1f8f..1a221a3 100644
--- a/debian/patches/001_disabled-rubygems-bundler.patch
+++ b/debian/patches/001_disabled-rubygems-bundler.patch
@@ -2,33 +2,20 @@ Description: Disable development gems
  This patch disable development dependencies (not yet packaged in Debian) and
  rubygems/bundler.
 Author: Sebastien Badia <seb at sebian.fr>
-Origin: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-sshkit.git;a=commit;h=2123c058a59439858b98c611ccb7e2a8c384438a
 Forwarded: not-needed
-Last-Update: 2014-04-21
+Last-Update: 2016-03-01
 
---- a/test/helper.rb
-+++ b/test/helper.rb
-@@ -1,11 +1,6 @@
+--- ruby-sshkit-1.9.0~rc1.orig/test/helper.rb
++++ ruby-sshkit-1.9.0~rc1/test/helper.rb
+@@ -1,11 +1,7 @@
 -require 'rubygems'
 -require 'bundler/setup'
  require 'tempfile'
--require 'minitest/unit'
-+require 'minitest/autorun'
+ require 'minitest/autorun'
+ require 'minitest/reporters'
  require 'mocha/setup'
--require 'turn'
 -require 'unindent'
 -require 'stringio'
  require 'json'
- 
+
  $LOAD_PATH.unshift(File.dirname(__FILE__))
-@@ -75,10 +70,4 @@ class FunctionalTest < MiniTest::Unit::T
- 
- end
- 
--#
--# Force colours in Autotest
--#
--Turn.config.ansi = true
--Turn.config.format = :pretty
--
- MiniTest::Unit.autorun

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



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