[DRE-commits] [SCM] ruby-net-ssh-multi.git branch, master, updated. debian/1.1-1-2-gb7ba836

Lucas Nussbaum lucas at lucas-nussbaum.net
Sat Apr 16 08:31:50 UTC 2011


The following commit has been merged in the master branch:
commit 6cd585f2e503f9500e96ee3bcee9be1e92b9bf7a
Author: Lucas Nussbaum <lucas at lucas-nussbaum.net>
Date:   Sat Apr 16 10:25:42 2011 +0200

    continue packaging

diff --git a/debian/changelog b/debian/changelog
index 01141ae..01859b2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,11 @@
-ruby-net-ssh-multi (1.1-1) UNRELEASED; urgency=low
+ruby-net-ssh-multi (1.1-1) unstable; urgency=low
 
-  * Initial release (Closes: #nnnn)
+  * Switch to gem2deb-based packaging, rename source and binary package.
 
  -- Lucas Nussbaum <lucas at lucas-nussbaum.net>  Sat, 16 Apr 2011 09:56:28 +0200
+
+libnet-ssh-multi-ruby (1.0.1-1) unstable; urgency=low
+
+  * Initial release. (Closes: #574846)
+
+ -- Joshua Timberman <joshua at opscode.com>  Sun, 21 Mar 2010 10:49:04 -0600
diff --git a/debian/control b/debian/control
index 03b45cc..45dd1b6 100644
--- a/debian/control
+++ b/debian/control
@@ -4,17 +4,51 @@ Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Uploaders: Lucas Nussbaum <lucas at lucas-nussbaum.net>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.1)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.1), ruby-net-ssh, ruby-mocha
 Standards-Version: 3.9.1
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-net-ssh-multi.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-net-ssh-multi.git;a=summary
-Homepage: http://github.com/net-ssh/net-ssh
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-net-ssh-multi.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-net-ssh-multi.git;a=summary
+Homepage: http://net-ssh.github.com/multi/v1/api/
 XS-Ruby-Versions: all
 
 Package: ruby-net-ssh-multi
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
-Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.8 | ruby-interpreter
-# net-ssh (>= 2.1.4, runtime), net-ssh-gateway (>= 0.99.0, runtime)
-Description: Control multiple Net::SSH connections via a single interface.
- Control multiple Net::SSH connections via a single interface.
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby1.8 | ruby-interpreter, ruby-net-ssh, ruby-net-ssh-gateway
+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~)
+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~)
+Provides: libnet-ssh-multi-ruby, libnet-ssh-multi-ruby1.8, libnet-ssh-multi-ruby1.9.1
+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
+ Net::SSH::Connection::Session and Net::SSH::Connection::Channel, making it
+ simpler to adapt programs designed for single connections to be used with
+ multiple connections.
+ .
+ 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).
+
+Package: libnet-ssh-multi-ruby
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-net-ssh-multi
+Description: Transitional package for ruby-net-ssh-multi
+ This is a transitional package to ease upgrades to the ruby-net-ssh-multi
+ package. It can safely be removed.
+
+Package: libnet-ssh-multi-ruby1.8
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-net-ssh-multi
+Description: Transitional package for ruby-net-ssh-multi
+ This is a transitional package to ease upgrades to the ruby-net-ssh-multi
+ package. It can safely be removed.
+
+Package: libnet-ssh-multi-ruby1.9.1
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-net-ssh-multi
+Description: Transitional package for ruby-net-ssh-multi
+ This is a transitional package to ease upgrades to the ruby-net-ssh-multi
+ package. It can safely be removed.
diff --git a/debian/copyright b/debian/copyright
index ae525fa..72273dc 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,33 +1,36 @@
-FIXME. fill-in with DEP5 copyright file. http://dep.debian.net/deps/dep5/
-Format: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=173
-Upstream-Name: net-ssh-multi
-Source: FIXME (URL where source can be downloaded)
-
-Files: *
-Copyright: Copyright 1998 John Doe <jdoe at example.com>
-License: GPL-2+
- This program is free software; you can redistribute it
- and/or modify it under the terms of the GNU General Public
- License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later
- version.
- .
- This program is distributed in the hope that it will be
- useful, but WITHOUT ANY WARRANTY; without even the implied
- warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
- PURPOSE.  See the GNU General Public License for more
- details.
- .
- You should have received a copy of the GNU General Public
- License along with this package; if not, write to the Free
- Software Foundation, Inc., 51 Franklin St, Fifth Floor,
- Boston, MA  02110-1301 USA
- .
- On Debian systems, the full text of the GNU General Public
- License version 2 can be found in the file
- `/usr/share/common-licenses/GPL-2'.
-
-Files: debian/*
-Copyright: Copyright 1998 Jane Smith <jsmith at example.net>
+This package was debianized by Joshua Timberman <joshua at opscode.com> on
+Sun, 21 Mar 2010 10:49:04 -0600.
+
+It was downloaded from http://net-ssh.rubyforge.org/
+
+Upstream Author:
+
+    Jamis Buck <jamis at 37signals.com>
+
+Copyright:
+
+    Copyright © 2008 by Jamis Buck
+
 License:
- [LICENSE TEXT]
+
+    Permission is hereby granted, free of charge, to any person obtaining
+    a copy of this software and associated documentation files (the
+    "Software"), to deal in the Software without restriction, including
+    without limitation the rights to use, copy, modify, merge, publish,
+    distribute, sublicense, and/or sell copies of the Software, and to
+    permit persons to whom the Software is furnished to do so, subject to
+    the following conditions:
+
+    The above copyright notice and this permission notice shall be
+    included in all copies or substantial portions of the Software.
+
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+    EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+    MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+    NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+    LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+    OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+    WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+
+The Debian packaging is © 2009, Joshua Timberman <joshua at opscode.com> and
+is licensed under the MIT License, as above.
diff --git a/debian/ruby-net-ssh-multi.docs b/debian/ruby-net-ssh-multi.docs
index 0d5eab8..e475c53 100644
--- a/debian/ruby-net-ssh-multi.docs
+++ b/debian/ruby-net-ssh-multi.docs
@@ -1,2 +1 @@
-# FIXME: READMEs found
-# README.rdoc
+README.rdoc
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index eac5ce6..8133372 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -1,13 +1,2 @@
-# FIXME
-# there's a spec/ or a test/ directory in the upstream source, but
-# no test suite was defined in the Gem specification. It would be
-# a good idea to define it here so the package gets tested at build time.
-# Examples:
-# $: << 'lib' << '.'
-# Dir['{spec,test}/**/*.rb'].each { |f| require f }
-#
-# require 'test/ts_foo.rb'
-#
-# require 'rbconfig'
-# ruby = File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['ruby_install_name'])
-# exec("#{ruby} -I. test/runtests.rb")
+$: << 'test' << 'lib' << '.'
+Dir['{spec,test}/**/*.rb'].each { |f| require f }

-- 
ruby-net-ssh-multi.git



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