debian/0000755000000000000000000000000012265241203007163 5ustar debian/rake-compiler.changelogs0000644000000000000000000000001412260017306013744 0ustar History.txt debian/ruby-tests.rake0000644000000000000000000000017512260017306012153 0ustar # -*- mode: ruby; coding: utf-8 -*- require "rspec/core/rake_task" task :default => :spec RSpec::Core::RakeTask.new(:spec) debian/watch0000644000000000000000000000015712260017306010217 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/rake-compiler .*/rake-compiler-(.*).tar.gz debian/patches/0000755000000000000000000000000012260017306010612 5ustar debian/patches/0001-Remove-RubyGems-s-Dependency.patch0000644000000000000000000000116412260017306017517 0ustar From: Debian Ruby Extras Maintainers Date: Tue, 8 May 2012 19:17:11 +0900 Subject: Remove RubyGems's Dependency --- bin/rake-compiler | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/bin/rake-compiler b/bin/rake-compiler index 7a21fdd..16e661f 100644 --- a/bin/rake-compiler +++ b/bin/rake-compiler @@ -7,12 +7,7 @@ # See LICENSE file for details #++ -begin - require 'rake' -rescue LoadError - require 'rubygems' - require 'rake' -end +require 'rake' # Initialize 'rake-compiler' application Rake.application.init('rake-compiler') debian/patches/series0000644000000000000000000000005012260017306012022 0ustar 0001-Remove-RubyGems-s-Dependency.patch debian/compat0000644000000000000000000000000212260017306010361 0ustar 7 debian/control0000644000000000000000000000304212265241145010572 0ustar Source: rake-compiler Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Youhei SASAKI , Taku YASUI Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3), rake, ruby-rspec Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/rake-compiler.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/rake-compiler.git;a=summary Homepage: http://github.com/luislavena/rake-compiler XS-Ruby-Versions: all Package: rake-compiler Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, rake Description: Rake-based Ruby Extension (C, Java) task generator The rake-compiler is first and foremost a productivity tool for Ruby developers. It's goal is to make the busy developer's life easier by simplifying the building and packaging of Ruby extensions by simplifying code and reducing duplication. . It follows *convention over configuration* by advocating a standardized build and package structure for both C and Java based RubyGems. . Rake-compiler is the result of many hard-won experiences dealing with several diverse RubyGems that provided native extensions for different platforms and different user configurations in different ways. Details such as differences in code portability, differences in code clarity, and differences in project directory structure often made it very difficult for newcomers to those RubyGems. debian/rules0000755000000000000000000000070112260017306010241 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/require-rubygems.overrides0000644000000000000000000000022412260017306014414 0ustar --- - debian/rake-compiler/usr/lib/ruby/vendor_ruby/rake/extensiontask.rb - debian/rake-compiler/usr/lib/ruby/vendor_ruby/rake/javaextensiontask.rb debian/rake-compiler.manpages0000644000000000000000000000002712260017306013431 0ustar debian/rake-compiler.1 debian/changelog0000644000000000000000000000323212265241203011035 0ustar rake-compiler (0.9.2-1) unstable; urgency=medium * Imported Upstream version 0.9.2 * Bump Standard Version: 3.9.5 -- Youhei SASAKI Tue, 14 Jan 2014 22:58:25 +0900 rake-compiler (0.9.1-2) unstable; urgency=low * Drop Depends: rubygems * Fix ruby2.0 build (Closes: #720223) -- Youhei SASAKI Thu, 12 Sep 2013 21:57:53 +0900 rake-compiler (0.9.1-1) unstable; urgency=low * Imported Upstream version 0.9.1 * Update debian/copyright: Bump copyright year -- Youhei SASAKI Tue, 20 Aug 2013 04:48:13 +0900 rake-compiler (0.8.3-2) unstable; urgency=low [ Cédric Boutillier ] * debian/control: remove obsolete DM-Upload-Allowed flag * use canonical URI in Vcs-* fields * debian/control: fix Vcs-* fields [ Youhei SASAKI ] * Rebuild: provides rubygems meta-information (Closes: #700419) * Add d/source/local-options: unapply patches after build * Move experimental to unstable -- Youhei SASAKI Fri, 12 Jul 2013 18:38:59 +0900 rake-compiler (0.8.3-1) experimental; urgency=low * Imported Upstream version 0.8.3 -- Youhei SASAKI Mon, 01 Apr 2013 01:10:01 +0900 rake-compiler (0.8.2-1) experimental; urgency=low * Imported Upstream version 0.8.2 * Drop rubygems from Build-Depends * Add require-rubygems.overrides, drop IGNORE-TESTS * Format URI update: DEP5 -> Formant/1.0 -- Youhei SASAKI Sun, 20 Jan 2013 06:32:25 +0900 rake-compiler (0.8.1-1) unstable; urgency=low * Initial release (Closes: #672499) -- Youhei SASAKI Tue, 08 May 2012 18:54:26 +0900 debian/rake-compiler.docs0000644000000000000000000000001412260017306012562 0ustar README.rdoc debian/rake-compiler.10000644000000000000000000000215312260017306012000 0ustar .TH RAKE-COMPILER "1" "May 2012" "rake-compiler, version 0.8.1" "User Commands" .SH NAME rake-compiler \- Rake-based Ruby Extension (C, Java) task generator .SH DESCRIPTION The Rake-compiler is first and foremost a productivity tool for Ruby developers. It's goal is to make the busy developer's life easier by simplifying the building and packaging of Ruby extensions by simplifying code and reducing duplication. It follows *convention over configuration* by advocating a standardized build and package structure for both C and Java based RubyGems. rake-compiler is the result of many hard-won experiences dealing with several diverse RubyGems that provided native extensions for different platforms and different user configurations in different ways. Details such as differences in code portability, differences in code clarity, and differences in project directory structure often made it very difficult for newcomers to those RubyGems. .SH USAGE Same as Rake. see man (1) rake. .SH AUTHOR This manual page was written by Youhei SASAKI , for the Debian GNU/Linux system(but may be used by others). debian/source/0000755000000000000000000000000012260017306010463 5ustar debian/source/format0000644000000000000000000000001412260017306011671 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000252412260017306011121 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: rake-compiler Source: http://github.com/luislavena/rake-compiler Files: * Copyright: 2008-2011 Luis Lavena. License: Expat Files: debian/* Copyright: 2012-2013 Youhei SASAKI License: Expat 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.