debian/0000755000000000000000000000000012166065711007173 5ustar debian/rules0000755000000000000000000000070112164603724010251 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 # # Uncomment to ignore all test failures (but the tests will run anyway) #export DH_RUBY_IGNORE_TESTS=all # # Uncomment to ignore some test failures (but the tests will run anyway). # Valid values: #export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems # # If you need to specify the .gemspec (eg there is more than one) #export DH_RUBY_GEMSPEC=gem.gemspec %: dh $@ --buildsystem=ruby --with ruby debian/watch0000644000000000000000000000014312164603724010222 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/net-scp .*/net-scp-(.*).tar.gz debian/compat0000644000000000000000000000000212164603724010371 0ustar 7 debian/ruby-tests.rb0000644000000000000000000000007212164603724011640 0ustar $: << 'test' << 'lib' << '.' require './test/test_all.rb' debian/source/0000755000000000000000000000000012164603724010473 5ustar debian/source/format0000644000000000000000000000001412164603724011701 0ustar 3.0 (quilt) debian/ruby-net-scp.docs0000644000000000000000000000001412164603724012370 0ustar README.rdoc debian/changelog0000644000000000000000000000270712166065711011053 0ustar ruby-net-scp (1.1.1-1) unstable; urgency=low * Team upload. * New upstream release - debian/patches/disable-gem-in-tests.patch: Refreshed - Bump ruby-net-ssh dependency * debian/control: Drop the transitional packages * debian/control: Bump Standards-Version to 3.9.4 (no further changes) -- Laurent Bigonville Sat, 06 Jul 2013 21:11:03 +0200 ruby-net-scp (1.0.4-2) unstable; urgency=low * Team upload. * debian/control: - Bump build dependency on gem2deb to >= 0.3.0~. - Bumped the standards-version to 3.9.3. - Set the priority of the transitional packages to "extra". - Replaced conflicts by breaks. -- Paul van Tilburg Wed, 27 Jun 2012 21:29:36 +0200 ruby-net-scp (1.0.4-1) unstable; urgency=low * Switch to gem2deb-based packaging. Rename source and binary package. -- Lucas Nussbaum Sat, 16 Apr 2011 09:56:36 +0200 libnet-scp-ruby (1.0.2-2) unstable; urgency=low * Added myself as an uploader * Standards-version 3.8.3→3.8.4 (no changes needed) * Port the package to Ruby 1.9.1 (Closes: #569855) -- Gunnar Wolf Tue, 16 Feb 2010 16:12:26 -0600 libnet-scp-ruby (1.0.2-1) unstable; urgency=low [ Gunnar Wolf ] * Changed section to Ruby as per ftp-masters' request [ Leandro Nunes dos Santos ] * Initial release (Closes: #500335) -- Christopher Lunsford Sun, 23 Aug 2009 05:19:00 -0400 debian/patches/0000755000000000000000000000000012164606257010626 5ustar debian/patches/disable-gem-in-tests.patch0000644000000000000000000000115612164606235015563 0ustar --- a/test/common.rb +++ b/test/common.rb @@ -1,11 +1,11 @@ require 'test/unit' require 'mocha/setup' -begin - gem 'net-ssh', ">= 2.0.0" - require 'net/ssh' -rescue LoadError - $LOAD_PATH.unshift "#{File.dirname(__FILE__)}/../../net-ssh/lib" +#begin +# gem 'net-ssh', ">= 2.0.0" +# require 'net/ssh' +#rescue LoadError +# $LOAD_PATH.unshift "#{File.dirname(__FILE__)}/../../net-ssh/lib" begin require 'net/ssh' @@ -14,7 +14,7 @@ rescue LoadError rescue LoadError => e abort "could not load net/ssh v2 (#{e.inspect})" end -end +#end $LOAD_PATH.unshift "#{File.dirname(__FILE__)}/../lib" debian/patches/series0000644000000000000000000000003312164603724012033 0ustar disable-gem-in-tests.patch debian/control0000644000000000000000000000235112166064746010606 0ustar Source: ruby-net-scp Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Lucas Nussbaum Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-mocha, ruby-net-ssh Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-net-scp.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-net-scp.git;a=summary Homepage: http://net-ssh.github.com/scp/v1/api/ XS-Ruby-Versions: all Package: ruby-net-scp Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-net-ssh (>= 1:2.6.5) Replaces: libnet-scp-ruby (<< 1.0.4-1~), libnet-scp-ruby1.8 (<< 1.0.4-1~), libnet-scp-ruby1.9.1 (<< 1.0.4-1~) Breaks: libnet-scp-ruby (<< 1.0.4-1~), libnet-scp-ruby1.8 (<< 1.0.4-1~), libnet-scp-ruby1.9.1 (<< 1.0.4-1~) Provides: libnet-scp-ruby, libnet-scp-ruby1.8, libnet-scp-ruby1.9.1 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. debian/copyright0000644000000000000000000000277412164603724011140 0ustar This package was debianized by Leandro Nunes dos Santos on Sat, 27 Sep 2008 08:12:31 -0300. It was downloaded from http://net-ssh.rubyforge.org/ Upstream Author: Jamis Buck Copyright: Copyright © 2008 by Jamis Buck License: 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 and is licensed under the GPL, see `/usr/share/common-licenses/GPL-3'.