debian/0000755000000000000000000000000011570647105007174 5ustar debian/source/0000755000000000000000000000000011570216360010467 5ustar debian/source/format0000644000000000000000000000001411570216360011675 0ustar 3.0 (quilt) debian/ruby-test-files.yaml0000644000000000000000000000002711570216360013110 0ustar --- - test/session.rb debian/ruby-session.docs0000644000000000000000000000000711570216360012500 0ustar README debian/copyright0000644000000000000000000000733311570216360011130 0ustar Format: http://dep.debian.net/deps/dep5/ Upstream-Name: session Source: http://raa.ruby-lang.org/project/session/ Files: * Copyright: 2004 - 2009 Ara.T.Howard License: Ruby's Licence Ruby is copyrighted free software by Yukihiro Matsumoto . You can redistribute it and/or modify it under either the terms of the GPL (see COPYING.txt file), or 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). But some files in the distribution are not written by the author, so that they are not under this terms. They are gc.c(partly), utils.c(partly), regex.[ch], st.[ch] and some files under the ./missing directory. See each file for the copying condition. 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: 2011 Philippe Le Brouster 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'. debian/compat0000644000000000000000000000000211570216360010365 0ustar 7 debian/rules0000755000000000000000000000042711570216360010252 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 # # Uncomment to ignore all test failures #export DH_RUBY_IGNORE_TESTS=all # # Uncomment to ignore some test failures. Valid values: #export DH_RUBY_IGNORE_TESTS=ruby1.8 ruby1.9.1 require-rubygems %: dh $@ --buildsystem=ruby --with ruby debian/watch0000644000000000000000000000014311570216360010216 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/session .*/session-(.*).tar.gz debian/control0000644000000000000000000000172111570216360010573 0ustar Source: ruby-session Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Philippe Le Brouster DM-Upload-Allowed: yes Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.3) Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-session.git Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-session.git;a=summary Homepage: http://github.com/ahoward/session/tree/master XS-Ruby-Versions: all Package: ruby-session Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Description: offers a set of classes for driving external programs via pipes Session::* offers a set of classes built upon Open3::popen3 for driving external programs via pipes. It offers a significant abstraction over Open3::popen in that the stdout/stderr of each command sent can be deliniated. debian/ruby-session.examples0000644000000000000000000000001111570216360013361 0ustar sample/* debian/changelog0000644000000000000000000000021611570216360011040 0ustar ruby-session (3.1.0-1) unstable; urgency=low * Initial release -- Philippe Le Brouster Tue, 24 May 2011 11:18:49 +0200