debian/0000755000000000000000000000000012144421205007161 5ustar debian/rules0000755000000000000000000000070112055155202010241 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/watch0000644000000000000000000000013712055155202010215 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/spoon .*/spoon-(.*).tar.gz debian/source/0000755000000000000000000000000012072567162010476 5ustar debian/source/format0000644000000000000000000000001412055155202011671 0ustar 3.0 (quilt) debian/ruby-spoon.lintian-overrides0000644000000000000000000000004212072133556014663 0ustar ruby-spoon: no-upstream-changelog debian/ruby-spoon.examples0000644000000000000000000000001312055163401013032 0ustar examples/* debian/copyright0000644000000000000000000000177412071620432011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: spoon Source: https://github.com/headius/spoon/ Files: * Copyright: 2010-2012 Charles Oliver Nutter License: Apache-2.0 Files: debian/* Copyright: 2012 Cédric Boutillier 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 License version 2.0 can be found in the file `/usr/share/common-licenses/Apache-2.0'. debian/control0000644000000000000000000000154612125256326010603 0ustar Source: ruby-spoon Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Cédric Boutillier , Hideki Yamane Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~) Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-spoon.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-spoon.git;a=summary Homepage: https://github.com/headius/spoon/ XS-Ruby-Versions: all Package: ruby-spoon Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-ffi Description: FFI binding of the posix_spawn function for Ruby Spoon is an FFI binding for Ruby of the posix_spawn function, providing fork+exec functionality in a single shot. debian/compat0000644000000000000000000000000212055155202010361 0ustar 7 debian/changelog0000644000000000000000000000142612144421205011036 0ustar ruby-spoon (0.0.4-1) unstable; urgency=low * New upstream version * drop all patches, not needed any more. -- Cédric Boutillier Tue, 14 May 2013 13:39:42 +0200 ruby-spoon (0.0.3-1) unstable; urgency=low [ Hideki Yamane ] * Team upload. * Initial release (Closes: #697272) [ Cédric Boutillier ] * debian/ruby-spoon.lintian-overrides: override lintian message about missing upstream changelog. * debian/patches: + increase_size_spawnattributes.patch: increase the size of SpawnAttributes pointers to avoid segfault on 64bit architectures + pass_release_method.patch: circumvent the fact that AutoPointers from the FFI gem do not support classes. -- Cédric Boutillier Fri, 29 Mar 2013 10:14:53 +0100