~ubuntu-branches/ubuntu/precise/ruby-net-ssh-multi/precise

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Bazaar Package Importer
  • Author(s): Lucas Nussbaum
  • Date: 2011-04-16 09:56:28 UTC
  • Revision ID: james.westby@ubuntu.com-20110416095628-tujcgmnfn0q75b7e
Tags: 1.1-1
Switch to gem2deb-based packaging, rename source and binary package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: ruby-net-ssh-multi
 
2
Section: ruby
 
3
Priority: optional
 
4
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
 
5
Uploaders: Lucas Nussbaum <lucas@lucas-nussbaum.net>
 
6
DM-Upload-Allowed: yes
 
7
Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.1), ruby-net-ssh, ruby-net-ssh-gateway, ruby-mocha
 
8
Standards-Version: 3.9.1
 
9
Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-net-ssh-multi.git
 
10
Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-net-ssh-multi.git;a=summary
 
11
Homepage: http://net-ssh.github.com/multi/v1/api/
 
12
XS-Ruby-Versions: all
 
13
 
 
14
Package: ruby-net-ssh-multi
 
15
Architecture: all
 
16
XB-Ruby-Versions: ${ruby:Versions}
 
17
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.8 | ruby-interpreter, ruby-net-ssh, ruby-net-ssh-gateway
 
18
Replaces: libnet-ssh-multi-ruby (<< 1.1-1~), libnet-ssh-multi-ruby1.8 (<< 1.1-1~), libnet-ssh-multi-ruby1.9.1 (<< 1.1-1~)
 
19
Conflicts: libnet-ssh-multi-ruby (<< 1.1-1~), libnet-ssh-multi-ruby1.8 (<< 1.1-1~), libnet-ssh-multi-ruby1.9.1 (<< 1.1-1~)
 
20
Provides: libnet-ssh-multi-ruby, libnet-ssh-multi-ruby1.8, libnet-ssh-multi-ruby1.9.1
 
21
Description: Ruby library for making multiple SSH connections to remote systems
 
22
 Net::SSH::Multi is a library for controlling multiple Net::SSH connections
 
23
 via a single interface. It exposes an API similar to that of
 
24
 Net::SSH::Connection::Session and Net::SSH::Connection::Channel, making it
 
25
 simpler to adapt programs designed for single connections to be used with
 
26
 multiple connections.
 
27
 .
 
28
 This library is particularly useful for automating repetitive tasks that
 
29
 must be performed on multiple machines. It executes the commands in parallel,
 
30
 and allows commands to be executed on subsets of servers (defined by groups).
 
31
 
 
32
Package: libnet-ssh-multi-ruby
 
33
Section: oldlibs
 
34
Architecture: all
 
35
Depends: ${misc:Depends}, ruby-net-ssh-multi
 
36
Description: Transitional package for ruby-net-ssh-multi
 
37
 This is a transitional package to ease upgrades to the ruby-net-ssh-multi
 
38
 package. It can safely be removed.
 
39
 
 
40
Package: libnet-ssh-multi-ruby1.8
 
41
Section: oldlibs
 
42
Architecture: all
 
43
Depends: ${misc:Depends}, ruby-net-ssh-multi
 
44
Description: Transitional package for ruby-net-ssh-multi
 
45
 This is a transitional package to ease upgrades to the ruby-net-ssh-multi
 
46
 package. It can safely be removed.
 
47
 
 
48
Package: libnet-ssh-multi-ruby1.9.1
 
49
Section: oldlibs
 
50
Architecture: all
 
51
Depends: ${misc:Depends}, ruby-net-ssh-multi
 
52
Description: Transitional package for ruby-net-ssh-multi
 
53
 This is a transitional package to ease upgrades to the ruby-net-ssh-multi
 
54
 package. It can safely be removed.