debian/0000755000000000000000000000000011753232632007172 5ustar debian/compat0000644000000000000000000000000211753230357010372 0ustar 7 debian/ruby-popen4.docs0000644000000000000000000000001411753230357012225 0ustar README.rdoc debian/watch0000644000000000000000000000014111753230357010221 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/POpen4 .*/POpen4-(.*).tar.gz debian/copyright0000644000000000000000000000715211753231350011126 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: POpen4 Source: http://github.com/pka/popen4 Files: * Copyright: 2009 John-Mason P. Shackelford License: Ruby license Ruby is copyrighted free software by Yukihiro Matsumoto . You can redistribute it and/or modify it under either the terms of the GPL (see the file GPL), 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) give non-standard binaries non-standard names, with instructions on where to get the original software distribution. . d) make other distribution arrangements with the author. . 3. You may distribute the software in object code or binary form, provided that you do at least ONE of the following: . a) distribute the binaries 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 binaries 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 these terms. . For the list of those files and their copying conditions, see the file LEGAL. . 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 Laurent Bigonville 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/patches/0000755000000000000000000000000011753231726010624 5ustar debian/patches/series0000644000000000000000000000002411753230357012034 0ustar drop_rubygems.patch debian/patches/drop_rubygems.patch0000644000000000000000000000033711753231726014531 0ustar Description: Drop require 'rubygems' Author: Laurent Bigonville Forwarded: not-needed --- a/lib/popen4.rb +++ b/lib/popen4.rb @@ -1,4 +1,3 @@ -require 'rubygems' require 'platform' case Platform::OS debian/rules0000755000000000000000000000070111753230357010252 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/ruby-test-files.yaml0000644000000000000000000000003311753230357013112 0ustar --- - tests/popen4_test.rb debian/changelog0000644000000000000000000000023711753232507011047 0ustar ruby-popen4 (0.1.4-1) unstable; urgency=low * Initial release (Closes: #658880) -- Laurent Bigonville Fri, 11 May 2012 17:50:24 +0200 debian/control0000644000000000000000000000204111753230536010573 0ustar Source: ruby-popen4 Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Laurent Bigonville Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~), ruby-open4, ruby-platform (>= 0.4.0) Standards-Version: 3.9.3 Vcs-Git: git://anonscm.debian.org/git/pkg-ruby-extras/ruby-popen4.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-popen4.git;a=summary Homepage: http://github.com/pka/popen4 XS-Ruby-Versions: all Package: ruby-popen4 Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ruby | ruby-interpreter, ruby-open4, ruby-platform (>= 0.4.0), ${misc:Depends}, ${shlibs:Depends} Description: ruby open4 cross-platform library POpen4 provides the Rubyist a single API across platforms for executing a command in a child process with handles on stdout, stderr, stdin streams as well as access to the process ID and exit status. debian/source/0000755000000000000000000000000011753230357010474 5ustar debian/source/format0000644000000000000000000000001411753230357011702 0ustar 3.0 (quilt)