[DRE-commits] r3052 - in packages-wip/libnet-scp-ruby/trunk: . debian

leandronunes-guest at alioth.debian.org leandronunes-guest at alioth.debian.org
Tue Sep 30 14:44:07 UTC 2008


Author: leandronunes-guest
Date: 2008-09-30 14:44:07 +0000 (Tue, 30 Sep 2008)
New Revision: 3052

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


Property changes on: packages-wip/libnet-scp-ruby/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages-wip/libnet-scp-ruby/trunk/debian/changelog
===================================================================
--- packages-wip/libnet-scp-ruby/trunk/debian/changelog	                        (rev 0)
+++ packages-wip/libnet-scp-ruby/trunk/debian/changelog	2008-09-30 14:44:07 UTC (rev 3052)
@@ -0,0 +1,6 @@
+libnet-scp-ruby (1.0.1-1) unstable; urgency=low
+
+  * Initial release (Closes: #500335)
+
+ -- Leandro Nunes dos Santos <leandronunes at safernet.org.br>  Sat, 27 Sep 2008 08:12:31 -0300
+

Added: packages-wip/libnet-scp-ruby/trunk/debian/compat
===================================================================
--- packages-wip/libnet-scp-ruby/trunk/debian/compat	                        (rev 0)
+++ packages-wip/libnet-scp-ruby/trunk/debian/compat	2008-09-30 14:44:07 UTC (rev 3052)
@@ -0,0 +1 @@
+7

Added: packages-wip/libnet-scp-ruby/trunk/debian/control
===================================================================
--- packages-wip/libnet-scp-ruby/trunk/debian/control	                        (rev 0)
+++ packages-wip/libnet-scp-ruby/trunk/debian/control	2008-09-30 14:44:07 UTC (rev 3052)
@@ -0,0 +1,25 @@
+Source: libnet-scp-ruby
+Section: libs
+Priority: optional
+Maintainer: Leandro Nunes dos Santos <leandronunes at safernet.org.br>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Build-Depends: cdbs, debhelper (>= 7)
+Standards-Version: 3.8.0
+Homepage: http://net-ssh.rubyforge.org/scp/v1/api/index.html
+
+Package: libnet-scp-ruby
+Architecture: all
+Depends: libnet-scp-ruby1.8
+Description: pure ruby implementation of the scp protocol
+ Net::SCP is a pure-Ruby implementation of the SCP protocol. 
+ This operates over SSH (and requires the Net::SSH library), and allows 
+ files and directory trees to copied to and from a remote server. 
+
+Package: libnet-scp-ruby1.8
+Architecture: all
+Provides: libnet-scp-ruby
+Depends: libruby1.8, ${misc:Depends}
+Description: pure ruby implementation of the scp protocol
+ Net::SCP is a pure-Ruby implementation of the SCP protocol. 
+ This operates over SSH (and requires the Net::SSH library), and allows 
+ files and directory trees to copied to and from a remote server. 

Added: packages-wip/libnet-scp-ruby/trunk/debian/copyright
===================================================================
--- packages-wip/libnet-scp-ruby/trunk/debian/copyright	                        (rev 0)
+++ packages-wip/libnet-scp-ruby/trunk/debian/copyright	2008-09-30 14:44:07 UTC (rev 3052)
@@ -0,0 +1,39 @@
+This package was debianized by Leandro Nunes dos Santos <leandronunes at safernet.org.br> on
+Sat, 27 Sep 2008 08:12:31 -0300.
+
+It was downloaded from http://net-ssh.rubyforge.org/scp/v1/api/index.html
+
+Upstream Author: Jamis Buck <jamis at 37signals.com>
+
+Copyright:
+
+    Copyright (C) 2008 by Jamis Buck
+
+License:
+
+    MIT/X Consortium License
+
+Copyright (c) 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 (C) 2008, Leandro Nunes dos Santos <leandronunes at safernet.org.br> and
+is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
+

Added: packages-wip/libnet-scp-ruby/trunk/debian/docs
===================================================================
--- packages-wip/libnet-scp-ruby/trunk/debian/docs	                        (rev 0)
+++ packages-wip/libnet-scp-ruby/trunk/debian/docs	2008-09-30 14:44:07 UTC (rev 3052)
@@ -0,0 +1 @@
+README.rdoc

Added: packages-wip/libnet-scp-ruby/trunk/debian/rules
===================================================================
--- packages-wip/libnet-scp-ruby/trunk/debian/rules	                        (rev 0)
+++ packages-wip/libnet-scp-ruby/trunk/debian/rules	2008-09-30 14:44:07 UTC (rev 3052)
@@ -0,0 +1,4 @@
+#!/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: packages-wip/libnet-scp-ruby/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages-wip/libnet-scp-ruby/trunk/debian/watch
===================================================================
--- packages-wip/libnet-scp-ruby/trunk/debian/watch	                        (rev 0)
+++ packages-wip/libnet-scp-ruby/trunk/debian/watch	2008-09-30 14:44:07 UTC (rev 3052)
@@ -0,0 +1,2 @@
+version=3
+http://rubyforge.org/frs/?group_id=274 .*net-scp-([\d.-]*)\.t.*




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