[DRE-commits] [ruby-net-ssh-multi] 02/05: Refresh packaging.

Lucas Nussbaum lucas at moszumanska.debian.org
Tue May 5 11:36:18 UTC 2015


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

lucas pushed a commit to branch master
in repository ruby-net-ssh-multi.

commit 78316906f347e5f735ae39cdeb1463c62171e604
Author: Lucas Nussbaum <lucas at debian.org>
Date:   Tue May 5 13:21:49 2015 +0200

    Refresh packaging.
---
 debian/changelog       |  6 ++++++
 debian/control         | 17 +++++------------
 debian/ruby-tests.rake |  5 +++++
 debian/ruby-tests.rb   |  2 --
 debian/rules           |  2 +-
 5 files changed, 17 insertions(+), 15 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 4297c94..7a17608 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-net-ssh-multi (1.2.1-1) UNRELEASED; urgency=medium
+
+  * New upstream release.
+
+ -- Lucas Nussbaum <lucas at debian.org>  Tue, 05 May 2015 13:15:49 +0200
+
 ruby-net-ssh-multi (1.2.0-3~exp1) experimental; urgency=medium
 
   * Team upload.
diff --git a/debian/control b/debian/control
index 44b6a0a..9212200 100644
--- a/debian/control
+++ b/debian/control
@@ -2,26 +2,19 @@ Source: ruby-net-ssh-multi
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50~),
-               gem2deb (>= 0.3.0~),
-               ruby-mocha (>= 0.13~),
-               ruby-net-ssh,
-               ruby-test-unit,
-               ruby-net-ssh-gateway
+Uploaders: Lucas Nussbaum <lucas at debian.org>
+Build-Depends: debhelper (>= 7.0.50~), gem2deb, rake, ruby-net-ssh (>= 2.6.5), ruby-net-ssh-gateway (>= 1.2.0), ruby-mocha (>= 0.13~)
 Standards-Version: 3.9.6
 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-net-ssh-multi.git
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ruby-extras/ruby-net-ssh-multi.git
 Homepage: http://net-ssh.github.com/multi/v1/api/
+Testsuite: autopkgtest-pkg-ruby
 XS-Ruby-Versions: all
 
 Package: ruby-net-ssh-multi
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ruby | ruby-interpreter,
-         ruby-net-ssh,
-         ruby-net-ssh-gateway,
-         ${misc:Depends},
-         ${shlibs:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-net-ssh (>= 2.6.5), ruby-net-ssh-gateway (>= 1.2.0)
 Description: Ruby library for making multiple SSH connections to remote systems
  Net::SSH::Multi is a library for controlling multiple Net::SSH connections
  via a single interface. It exposes an API similar to that of
@@ -31,4 +24,4 @@ Description: Ruby library for making multiple SSH connections to remote systems
  .
  This library is particularly useful for automating repetitive tasks that
  must be performed on multiple machines. It executes the commands in parallel,
- and allows commands to be executed on subsets of servers (defined by groups).
+ and allows commands to be executed on subsets of servers (defined by groups).
\ No newline at end of file
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
new file mode 100644
index 0000000..ab8200f
--- /dev/null
+++ b/debian/ruby-tests.rake
@@ -0,0 +1,5 @@
+require 'gem2deb/rake/testtask'
+
+Gem2Deb::Rake::TestTask.new do |t|
+#  t.test_files = FileList['test/**/*_test.rb']
+end
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
deleted file mode 100644
index 8133372..0000000
--- a/debian/ruby-tests.rb
+++ /dev/null
@@ -1,2 +0,0 @@
-$: << 'test' << 'lib' << '.'
-Dir['{spec,test}/**/*.rb'].each { |f| require f }
diff --git a/debian/rules b/debian/rules
index a5e7dc8..5e904b3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,7 +6,7 @@
 #
 # 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
+#export DH_RUBY_IGNORE_TESTS=ruby2.1
 #
 # If you need to specify the .gemspec (eg there is more than one)
 #export DH_RUBY_GEMSPEC=gem.gemspec

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



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