debian/0000755000000000000000000000000012227205031007160 5ustar debian/source/0000755000000000000000000000000012227203623010465 5ustar debian/source/format0000644000000000000000000000001412111135511011663 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000070112111135511010233 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-innate.docs0000644000000000000000000000001212111135511012255 0ustar README.md debian/copyright0000644000000000000000000000251212111135511011110 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: innate Source: https://github.com/Ramaze/innate Files: * Copyright: 2008 Michael Fellinger License: Expat Files: debian/* Copyright: 2012 Cédric Boutillier 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 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. debian/ruby-innate.examples0000644000000000000000000000001212111135511013143 0ustar example/* debian/ruby-tests.rake0000644000000000000000000000401112111135511012136 0ustar require 'fileutils' PROJECT_SPECS = FileList['spec/{innate,example}/**/*.rb'].exclude('spec/innate/cache/common.rb') desc 'Run all bacon specs with pretty output' task :bacon do require 'open3' require 'scanf' require 'matrix' #specs = PROJECT_SPECS specs = FileList['spec/{innate,example}/**/*.rb'].exclude('spec/innate/cache/common.rb') some_failed = false specs_size = specs.size len = specs.map{|s| s.size }.sort.last total_tests = total_assertions = total_failures = total_errors = 0 totals = Vector[0, 0, 0, 0] red, yellow, green = "\e[31m%s\e[0m", "\e[33m%s\e[0m", "\e[32m%s\e[0m" left_format = "%4d/%d: %-#{len + 11}s" spec_format = "%d specifications (%d requirements), %d failures, %d errors" specs.each_with_index do |spec, idx| print(left_format % [idx + 1, specs_size, spec]) Open3.popen3(FileUtils::RUBY, '-w', spec) do |sin, sout, serr| out = sout.read.strip err = serr.read.strip # this is conventional, see spec/innate/state/fiber.rb for usage if out =~ /^Bacon::Error: (needed .*)/ puts(yellow % ("%6s %s" % ['', $1])) else total = nil out.each_line do |line| scanned = line.scanf(spec_format) next unless scanned.size == 4 total = Vector[*scanned] break end if total totals += total tests, assertions, failures, errors = total_array = total.to_a if tests > 0 && failures + errors == 0 puts((green % "%6d passed") % tests) else some_failed = true puts(red % " failed") puts out unless out.empty? puts err unless err.empty? end else some_failed = true puts(red % " failed") puts out unless out.empty? puts err unless err.empty? end end end end total_color = some_failed ? red : green puts(total_color % (spec_format % totals.to_a)) exit 1 if some_failed end task :default => :bacon debian/control0000644000000000000000000000206012227204740010567 0ustar Source: ruby-innate Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Deepak Tripathi , Cédric Boutillier Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-rack (>= 1.5.2~), ruby-rack-test (>= 0.6.2~), ruby-bacon (>= 1.2~), rake Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-innate.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-innate.git;a=summary Homepage: http://github.com/manveru/innate XS-Ruby-Versions: all Package: ruby-innate Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-rack (>= 1.5.2~) Suggests: ruby-rack-test, ruby-bacon, ruby-hpricot Description: core web-framework part of Ramaze Innate is the core web-framework part of Ramaze and can be used standalone, it features a small and concise code-base, extensive docs and specs, and full integration with Rack. debian/changelog0000644000000000000000000000637712227205030011046 0ustar ruby-innate (2013.02.21-1) unstable; urgency=low * Imported Upstream version 2013.02.21 * debian/control: + remove obsolete DM-Upload-Allowed flag + use canonical URI in Vcs-* fields + bump Standards-Version to 3.9.4 (no changes needed) + drop transitional packages + update my email address + add minimal version to dependencies, according to upstream * Remove unused lintian-overrides about transitional packages -- Cédric Boutillier Tue, 15 Oct 2013 11:14:29 +0200 ruby-innate (2012.03-2) unstable; urgency=low * Bump build dependency on gem2deb to >= 0.3.0~ -- Cédric Boutillier Tue, 26 Jun 2012 10:39:29 +0200 ruby-innate (2012.03-1) unstable; urgency=low * New upstream release. * Add myself to Uploaders: * Bump Standards-Versions: to 3.9.3 (nothing particular) * Transition to the new Ruby policy + renaming source and binary packages + using gem2deb packaging tool * Convert copyright file to DEP-5 copyright-format/1.0 * Override lintian warning about duplicate description of transitional packages -- Cédric Boutillier Tue, 29 May 2012 01:40:56 +0200 libinnate-ruby (2010.07-1) unstable; urgency=low * New upstream release. * debian/control + bumped standard version to 3.9.1 (no changes). -- Deepak Tripathi Thu, 29 Jul 2010 14:34:15 +0530 libinnate-ruby (2010.06.18-1) unstable; urgency=low * New upstream release * debian/control + removed debian-control-has-unusual- field-spacing. -- Deepak Tripathi Fri, 18 Jun 2010 17:03:47 +0530 libinnate-ruby (2010.04-1) unstable; urgency=low * New upstream release. * debian/watch + updated source from gemwatch. * debian/copyright + more version specific Debian's licensing. * debian/control + updated Homepage location. * debian/copyright + updated upstream authors list. * debian/ + added libinnate-ruby.examples. -- Deepak Tripathi Wed, 09 Jun 2010 10:36:02 +0530 libinnate-ruby (2009.07-4) unstable; urgency=low * New maintainer (Closes: #570797). * debian/control + keeping under pkg-ruby-extra group. + added DMUA flag. + added vcs-* entry. + updated description of dummy package. * Switch to dpkg-source 3.0 (quilt) format. + added debian/source/format * debian/ + removed README.source. + removed libinnate-ruby1.9.debhelper.log. + removed libinnate-ruby1.9.substvars. + removed source.lintian-overrides. * debian/copyright + added Debian's specific copyright information -- Deepak Tripathi Mon, 24 May 2010 14:35:55 +0530 libinnate-ruby (2009.07-3) unstable; urgency=low * Orphaning. -- Sebastien Delafond Sun, 21 Feb 2010 14:17:10 +0100 libinnate-ruby (2009.07-2) unstable; urgency=low * Support ruby1.9.1 (Closes: #569861). * Bumped up Standards-Version. * Removed unused lintian override. -- Sebastien Delafond Mon, 15 Feb 2010 19:34:20 +0100 libinnate-ruby (2009.07-1) unstable; urgency=low * First release (Closes: #550753). -- Sebastien Delafond Mon, 12 Oct 2009 19:33:14 +0200 debian/watch0000644000000000000000000000014112111135511010202 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/innate .*/innate-(.*).tar.gz debian/compat0000644000000000000000000000000212111135511010353 0ustar 7