[DRE-commits] [ruby-net-ssh-multi] 05/05: d/control: wrap-sort
Jonas Genannt
jonas at brachium-system.net
Sun Dec 1 19:04:02 UTC 2013
This is an automated email from the git hooks/post-receive script.
hggh-guest pushed a commit to branch master
in repository ruby-net-ssh-multi.
commit 5c539b6556e6c58550db32fe62b24d160549a407
Author: Jonas Genannt <jonas at brachium-system.net>
Date: Sun Dec 1 19:59:46 2013 +0100
d/control: wrap-sort
---
debian/control | 12 ++++++++++--
1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 34e96bb..9f5a859 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,11 @@ Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
Uploaders: Lucas Nussbaum <lucas at lucas-nussbaum.net>
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-net-ssh, ruby-net-ssh-gateway, ruby-mocha
+Build-Depends: debhelper (>= 7.0.50~),
+ gem2deb (>= 0.3.0~),
+ ruby-mocha,
+ ruby-net-ssh,
+ ruby-net-ssh-gateway
Standards-Version: 3.9.5
Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-net-ssh-multi.git
Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-net-ssh-multi.git;a=summary
@@ -13,7 +17,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, ruby-net-ssh-gateway
+Depends: ruby | ruby-interpreter,
+ ruby-net-ssh,
+ ruby-net-ssh-gateway,
+ ${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
--
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