[DRE-commits] [ruby-net-ssh-multi] 02/03: Bump dh compat

Balasankar C balasankarc-guest at moszumanska.debian.org
Wed Jan 27 19:16:31 UTC 2016


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

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

commit 7e36bd9e956ff61a23df6669aa79ee4d4e1b99a8
Author: Balasankar C <balasankarc at autistici.org>
Date:   Thu Jan 28 00:44:47 2016 +0530

    Bump dh compat
---
 debian/compat  |  2 +-
 debian/control | 15 ++++++++++++---
 2 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/debian/compat b/debian/compat
index 7f8f011..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-7
+9
diff --git a/debian/control b/debian/control
index 9212200..e9fd8c2 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,12 @@ Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 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~)
+Build-Depends: debhelper (>= 9.0),
+               gem2deb,
+               rake,
+               ruby-mocha (>= 0.13~),
+               ruby-net-ssh (>= 2.6.5),
+               ruby-net-ssh-gateway (>= 1.2.0)
 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
@@ -14,7 +19,11 @@ XS-Ruby-Versions: all
 Package: ruby-net-ssh-multi
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-net-ssh (>= 2.6.5), ruby-net-ssh-gateway (>= 1.2.0)
+Depends: ruby | ruby-interpreter,
+         ruby-net-ssh (>= 2.6.5),
+         ruby-net-ssh-gateway (>= 1.2.0),
+         ${misc:Depends},
+         ${shlibs:Depends}
 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
@@ -24,4 +33,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).
\ No newline at end of file
+ and allows commands to be executed on subsets of servers (defined by groups).

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