debian/0000755000000000000000000000000012144432241007163 5ustar debian/rules0000755000000000000000000000012212144431535010243 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 %: dh $@ --buildsystem=ruby --with ruby debian/watch0000644000000000000000000000015512144431535010222 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/childprocess .*/childprocess-(.*).tar.gz debian/ruby-childprocess.lintian-overrides0000644000000000000000000000012112144431535016203 0ustar # Upstream does not provide a changelog ruby-childprocess: no-upstream-changelog debian/compat0000644000000000000000000000000212144431535010366 0ustar 7 debian/source/0000755000000000000000000000000012144431535010470 5ustar debian/source/format0000644000000000000000000000001412144431535011676 0ustar 3.0 (quilt) debian/ruby-childprocess.docs0000644000000000000000000000001212144431535013474 0ustar README.md debian/changelog0000644000000000000000000000320612144432241011036 0ustar ruby-childprocess (0.3.9-2) unstable; urgency=low * Upload to unstable * debian/control: Bump ruby-ffi dependency -- Laurent Bigonville Tue, 14 May 2013 14:56:57 +0200 ruby-childprocess (0.3.9-1) experimental; urgency=low * Team upload * New upstream release * Update to 3.9.4 - Remove DM-Upload-Allowed * Update vcs fileds to new url * Add more lines to extended description * Override missing upstream changelog -- Praveen Arimbrathodiyil Thu, 02 May 2013 20:57:36 +0530 ruby-childprocess (0.3.3-1) unstable; urgency=low * New upstream version -- Cédric Boutillier Fri, 29 Jun 2012 05:06:27 +0200 ruby-childprocess (0.3.2-2) unstable; urgency=low * Bump build dependency on gem2deb to >= 0.3.0~ * Set DM-Upload-Allowed: to yes -- Cédric Boutillier Tue, 26 Jun 2012 07:55:40 +0200 ruby-childprocess (0.3.2-1) unstable; urgency=low * New upstream version * Avoid loading twice shared examples in tests (Closes: #665262) * require rspec/autorun to ensure tests are indeed run * Bump Standards-Version to 3.9.3 (no changes needed) * Add myself to Uploaders: * Update DEP-5 Format URL in debian/copyright -- Cédric Boutillier Thu, 03 May 2012 00:33:18 +0200 ruby-childprocess (0.3.1-1) unstable; urgency=low * New upstream release -- Laurent Bigonville Mon, 13 Feb 2012 12:13:21 +0100 ruby-childprocess (0.3.0-1) unstable; urgency=low * Initial release (Closes: #657020) -- Laurent Bigonville Wed, 25 Jan 2012 12:09:49 +0100 debian/ruby-test-files.yaml0000644000000000000000000000023612144431535013113 0ustar --- - rspec/autorun - spec/abstract_io_spec.rb - spec/childprocess_spec.rb - spec/io_spec.rb - spec/jruby_spec.rb - spec/unix_spec.rb - spec/windows_spec.rb debian/control0000644000000000000000000000212312144432052010564 0ustar Source: ruby-childprocess Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Laurent Bigonville , Cédric Boutillier Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-rspec (>= 2.0.0) Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-childprocess.git Vcs-Browser: http://anonscm.debian.org/?p=pkg-ruby-extras/ruby-childprocess.git;a=summary Homepage: http://github.com/jarib/childprocess XS-Ruby-Versions: all Package: ruby-childprocess Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-ffi (>= 1.0.11) Description: Ruby library for controlling external programs running in the background This library aims at being a simple and reliable solution for controlling external programs running in the background on any Ruby / OS combination. . The code originated in the selenium-webdriver gem, but should prove useful as a standalone library. debian/copyright0000644000000000000000000000360612144431535011130 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: childprocess Source: http://github.com/jarib/childprocess Files: * Copyright: 2010-2012 Jari Bakken License: Expat 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. Files: debian/* Copyright: 2012 Laurent Bigonville License: GPL-2+ 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'.