debian/0000755000000000000000000000000012265524405007173 5ustar debian/changelog0000644000000000000000000000135512265524405011051 0ustar ruby-mixlib-shellout (1.3.0-1) unstable; urgency=medium * Team upload. * New upstream release. * Bump Standards-Version to 3.9.5. - Bump debhelper dependency to 8.1 for build-{arch,indep} support. * Update debian/copyright. -- Stefano Rivera Wed, 15 Jan 2014 17:21:07 +0200 ruby-mixlib-shellout (1.0.0-2) unstable; urgency=low * debian/control: - Bumped standards version to 3.9.3. - Bumped the build-dependency on gem2deb to >= 0.3.0~. - Added myself to the uploaders. -- Paul van Tilburg Wed, 27 Jun 2012 20:37:54 +0200 ruby-mixlib-shellout (1.0.0-1) unstable; urgency=low * Initial release -- Tollef Fog Heen Fri, 18 May 2012 08:30:46 +0200 debian/rules0000755000000000000000000000070112263522361010246 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-mixlib-shellout.docs0000644000000000000000000000001212263522361014133 0ustar README.md debian/watch0000644000000000000000000000016312263522361010221 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/mixlib-shellout .*/mixlib-shellout-(.*).tar.gz debian/compat0000644000000000000000000000000212263522361010366 0ustar 7 debian/source/0000755000000000000000000000000012263522361010470 5ustar debian/source/format0000644000000000000000000000001412263522361011676 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000201212263536516011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: mixlib-shellout Source: https://github.com/opscode/mixlib-shellout Files: * Copyright: 2010-2013, Opscode, Inc. License: Apache-2.0 Files: debian/* Copyright: 2010-2013, Opscode, Inc. 2014, Stefano Rivera License: Apache-2.0 License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. . On Debian systems, the full text of the Apache 2.0 licence can be found in the file /usr/share/common-licenses/Apache-2.0. debian/control0000644000000000000000000000211012263530543010566 0ustar Source: ruby-mixlib-shellout Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Tollef Fog Heen , Paul van Tilburg Build-Depends: debhelper (>= 8.1), gem2deb (>= 0.3.0~) Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-mixlib-shellout.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-mixlib-shellout.git;a=summary Homepage: https://github.com/opscode/mixlib-shellout XS-Ruby-Versions: all Package: ruby-mixlib-shellout Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Description: mixin library for subprocess management, output collection Provides a simplified interface to shelling out yet still collecting both standard out and standard error and providing full control over environment, working directory, uid, gid, etc. . No means for providing interaction with the subprocess is provided, apart from a simple string as input.