[DRE-commits] r3972 - in trunk/libnet-ssh2-ruby: . debian

Christopher Lunsford binarymutant-guest at alioth.debian.org
Mon Aug 24 05:53:06 UTC 2009


Author: binarymutant-guest
Date: 2009-08-24 05:53:06 +0000 (Mon, 24 Aug 2009)
New Revision: 3972

Added:
   trunk/libnet-ssh2-ruby/debian/
   trunk/libnet-ssh2-ruby/debian/changelog
   trunk/libnet-ssh2-ruby/debian/compat
   trunk/libnet-ssh2-ruby/debian/control
   trunk/libnet-ssh2-ruby/debian/copyright
   trunk/libnet-ssh2-ruby/debian/rules
   trunk/libnet-ssh2-ruby/debian/watch
Log:
[svn-inject] Applying Debian modifications to trunk


Property changes on: trunk/libnet-ssh2-ruby/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: trunk/libnet-ssh2-ruby/debian/changelog
===================================================================
--- trunk/libnet-ssh2-ruby/debian/changelog	                        (rev 0)
+++ trunk/libnet-ssh2-ruby/debian/changelog	2009-08-24 05:53:06 UTC (rev 3972)
@@ -0,0 +1,5 @@
+libnet-ssh2-ruby (2.0.13-1) unstable; urgency=low
+
+  * Initial release (Closes: #543302)
+
+ -- Christopher Lunsford <binarymutant at gmail.com>  Sun, 23 Aug 2009 17:40:00 -0400

Added: trunk/libnet-ssh2-ruby/debian/compat
===================================================================
--- trunk/libnet-ssh2-ruby/debian/compat	                        (rev 0)
+++ trunk/libnet-ssh2-ruby/debian/compat	2009-08-24 05:53:06 UTC (rev 3972)
@@ -0,0 +1 @@
+7

Added: trunk/libnet-ssh2-ruby/debian/control
===================================================================
--- trunk/libnet-ssh2-ruby/debian/control	                        (rev 0)
+++ trunk/libnet-ssh2-ruby/debian/control	2009-08-24 05:53:06 UTC (rev 3972)
@@ -0,0 +1,39 @@
+Source: libnet-ssh2-ruby
+Section: ruby
+Priority: optional
+Maintainer: Christopher Lunsford <binarymutant at gmail.com>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Build-Depends: cdbs, debhelper (>= 7), ruby1.8, ruby1.9, ruby-pkg-tools
+Standards-Version: 3.8.3
+Homepage: http://net-ssh.rubyforge.org/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-ruby-extras/trunk/libnet-ssh2-ruby/
+Vcs-Svn: svn://svn.debian.org/svn/pkg-ruby-extras/trunk/libnet-ssh2-ruby/
+
+Package: libnet-ssh2-ruby
+Architecture: all
+Depends: libnet-ssh2-ruby1.8, ${misc:Depends}
+Replaces: libnet-ssh-ruby1.8
+Description: Ruby implementation of the SSH2 client protocol
+ Net::SSH is a pure-Ruby implementation of the SSH2 client protocol. It allows 
+ you to write programs that invoke and interact with processes on remote 
+ servers, via SSH2.
+ .
+ Metapackage for libnet-ssh2-ruby1.8
+
+Package: libnet-ssh2-ruby1.8
+Architecture: all
+Provides: libnet-ssh2-ruby
+Depends: ruby1.8, ${misc:Depends}
+Description: Ruby implementation of the SSH2 client protocol
+ Net::SSH is a pure-Ruby implementation of the SSH2 client protocol. It allows 
+ you to write programs that invoke and interact with processes on remote 
+ servers, via SSH2.
+
+Package: libnet-ssh2-ruby1.9
+Architecture: all
+Provides: libnet-ssh2-ruby
+Depends: ruby1.9, ${misc:Depends}
+Description: Ruby implementation of the SSH2 client protocol
+ Net::SSH is a pure-Ruby implementation of the SSH2 client protocol. It allows 
+ you to write programs that invoke and interact with processes on remote 
+ servers, via SSH2.

Added: trunk/libnet-ssh2-ruby/debian/copyright
===================================================================
--- trunk/libnet-ssh2-ruby/debian/copyright	                        (rev 0)
+++ trunk/libnet-ssh2-ruby/debian/copyright	2009-08-24 05:53:06 UTC (rev 3972)
@@ -0,0 +1,38 @@
+This package was debianized by Christopher Lunsford <binarymutant at gmail.com> on
+Sun, 23 Aug 2009 06:02:42 -0500.
+
+It was downloaded from <http://net-ssh.rubyforge.org/>
+
+Upstream authors: Jamis Buck <jamis at 37signals.com>
+
+Copyright:
+
+    Copyright © 2008 by Jamis Buck
+
+License:
+
+    MIT/X Consortium License
+
+Copyright © 2008 Jamis Buck
+
+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, Christopher Lunsford <binarymutant at gmail.com> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL-3'.

Added: trunk/libnet-ssh2-ruby/debian/rules
===================================================================
--- trunk/libnet-ssh2-ruby/debian/rules	                        (rev 0)
+++ trunk/libnet-ssh2-ruby/debian/rules	2009-08-24 05:53:06 UTC (rev 3972)
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk


Property changes on: trunk/libnet-ssh2-ruby/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/libnet-ssh2-ruby/debian/watch
===================================================================
--- trunk/libnet-ssh2-ruby/debian/watch	                        (rev 0)
+++ trunk/libnet-ssh2-ruby/debian/watch	2009-08-24 05:53:06 UTC (rev 3972)
@@ -0,0 +1,3 @@
+version=3
+http://rubyforge.org/frs/?group_id=274 \
+.*/net-ssh-2(.*)\.tgz




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