debian/0002775000000000000000000000000011750266560007202 5ustar debian/copyright0000664000000000000000000000531411750266374011141 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: net-netrc Source: http://rubyforge.org/projects/net-netrc/ Files: * Copyright: 2005-2009 Robert J. Showalter License: Ruby License Net::Netrc is copyrighted free software by Robert J. Showalter . You can redistribute it and/or modify it under the conditions below: . 1. You may make and give away verbatim copies of the source form of the software without restriction, provided that you duplicate all of the original copyright notices and associated disclaimers. . 2. You may modify your copy of the software in any way, provided that you do at least ONE of the following: . a) place your modifications in the Public Domain or otherwise make them Freely Available, such as by posting said modifications to Usenet or an equivalent medium, or by allowing the author to include your modifications in the software. . b) use the modified software only within your corporation or organization. . c) rename any non-standard executables so the names do not conflict with standard executables, which must also be provided. . d) make other distribution arrangements with the author. . 3. You may distribute the software in object code or executable form, provided that you do at least ONE of the following: . a) distribute the executables and library files of the software, together with instructions (in the manual page or equivalent) on where to get the original distribution. . b) accompany the distribution with the machine-readable source of the software. . c) give non-standard executables non-standard names, with instructions on where to get the original software distribution. . d) make other distribution arrangements with the author. . 4. You may modify and include the part of the software into any other software (possibly commercial). . 5. The scripts and library files supplied as input to or produced as output from the software do not automatically fall under the copyright of the software, but belong to whomever generated them, and may be sold commercially, and may be aggregated with this software. . 6. THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. Files: debian/* Copyright: 2012 Tatsuki Sugiura License: GPL2 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'. debian/watch0000664000000000000000000000014711750266374010236 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/net-netrc .*/net-netrc-(.*).tar.gz debian/orig-docs/0002775000000000000000000000000011750266560011070 5ustar debian/orig-docs/TODO0000664000000000000000000000006311750266374011560 0ustar * Add examples to RDoc * Integration with Net::FTP debian/orig-docs/NEWS0000664000000000000000000000070011750266374011565 0ustar 0.2.2: 2009-09-22 * Documentation changes; move source to github.com 0.2.1: 2008-03-03 * Fixed TypeError bug on Win32 in Net::Netrc.rcname (thanks to Inoue Yasuyuki) 0.2.0: 2005-12-19 * Added net/ftp-netrc.rb, providing extension to Net::FTP's login method for auto-login using .netrc file. * Added examples, .netrc documentation, additional method documentation. 0.1.0: 2005-12-15 * Initial public release. debian/orig-docs/README0000664000000000000000000000175711750266374011763 0ustar = Net::Netrc A pure Ruby module providing ftp(1)-compatible .netrc file parsing. Author: Bob Showalter (showaltb@gmail.com) Website: http://www.rubyforge.org/projects/net-netrc Source: http://github.com/showaltb/net-netrc Rdoc: http://net-netrc.rubyforge.org Copyright (c) 2005-2009 Bob Showalter This library is distributed under the terms of the Ruby license. (see the accompanying LICENSE file.) You may freely distribute or modify this library. See Net::Netrc for usage. == Installation As a gem: $ su # gem install net-netrc Using setup.rb: $ su # ruby setup.rb == Example Usage Standalone usage: require 'net/netrc' rc = Net::Netrc.locate('ftp.example.com') or raise ".netrc missing or no entry found" puts rc.login puts rc.password puts rc.name Net::FTP auto-login: require 'net/ftp-netrc' ftp = Net::FTP.new('ftp.example.com') ftp.login(nil) # nil username triggers Net::Netrc lookup puts ftp.last_response => 230 User myuser logged in. debian/rules0000775000000000000000000000070111750266374010261 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/control0000664000000000000000000000220511750266374010605 0ustar Source: ruby-net-netrc Section: ruby Priority: extra Maintainer: Tatsuki Sugiura Uploaders: Taku YASUI DM-Upload-Allowed: yes Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~) Standards-Version: 3.9.3 #Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-net-netrc.git #Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-net-netrc.git;a=summary Homepage: http://rubyforge.org/projects/net-netrc/ XS-Ruby-Versions: all Package: ruby-net-netrc Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${misc:Depends}, ruby | ruby-interpreter Provides: libnet-netrc-ruby1.8, libnet-netrc-ruby Replaces: libnet-netrc-ruby1.8 (<< 0.2.2-2~) Breaks: libnet-netrc-ruby1.8 (<< 0.2.2-2~) Description: Pure Ruby library to parse .netrc file Net::Netrc is a pure Ruby library to parse .net file compat with ftp(1) / netrc(5). Package: libnet-netrc-ruby1.8 Section: oldlibs Architecture: all Priority: extra Depends: ${misc:Depends}, ruby-net-netrc Description: Transitional package for ruby-net-netrc This is a transitional package to ease upgrades to the ruby-net-netrc package. It can safely be removed. debian/changelog0000664000000000000000000000133111750266374011053 0ustar ruby-net-netrc (0.2.2-2) unstable; urgency=low * Rename package to ruby-net-netrc. * Transition to gem2deb packaging. -- Tatsuki Sugiura Tue, 01 May 2012 02:59:57 +0900 libnet-netrc-ruby (0.2.2-1) unstable; urgency=medium * New upstream release * Add ruby 1.9.1 package, drop 1.9. * Change package section to ruby. -- Tatsuki Sugiura Tue, 23 Feb 2010 17:52:35 +0900 libnet-netrc-ruby (0.2.1-1) unstable; urgency=low * New upstream release -- Tatsuki Sugiura Tue, 01 Apr 2008 19:28:42 +0900 libnet-netrc-ruby (0.2.0-1) unstable; urgency=low * Initial release (Closes: #440467) -- Tatsuki Sugiura Sun, 02 Sep 2007 04:50:24 +0900 debian/ruby-test-files.yaml0000664000000000000000000000003211750266374013120 0ustar --- - test/test_netrc.rb debian/ruby-net-netrc.docs0000664000000000000000000000002311750266374012726 0ustar debian/orig-docs/* debian/source/0002775000000000000000000000000011750266560010502 5ustar debian/source/format0000664000000000000000000000001411750266374011711 0ustar 3.0 (quilt) debian/compat0000664000000000000000000000000211750266374010401 0ustar 7