debian/0000755000000000000000000000000012201741003007154 5ustar debian/ruby-blockenspiel.docs0000644000000000000000000000001412201735142013461 0ustar README.rdoc debian/source/0000755000000000000000000000000012201720354010462 5ustar debian/source/format0000644000000000000000000000001412201720354011670 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000025312201740655011042 0ustar ruby-blockenspiel (0.4.5-1) unstable; urgency=low * Initial release (Closes: #719313) -- Ben Armstrong Sun, 11 Aug 2013 08:40:40 -0300 debian/control0000644000000000000000000000174112201736044010573 0ustar Source: ruby-blockenspiel Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Ben Armstrong Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.4.1~) Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-blockenspiel.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-blockenspiel.git;a=summary Homepage: http://dazuma.github.com/blockenspiel XS-Ruby-Versions: all Package: ruby-blockenspiel Architecture: any XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Description: Comprehensive implementation of Ruby DSL blocks Blockenspiel is a helper library designed to make it easy to implement DSL blocks. It is designed to be comprehensive and robust, supporting most common usage patterns, and working correctly in the presence of nested blocks and multithreading. debian/ruby-test-files.yaml0000644000000000000000000000031512201726503013105 0ustar --- - test/tc_basic.rb - test/tc_behaviors.rb - test/tc_dsl_attrs.rb - test/tc_dsl_methods.rb - test/tc_dynamic.rb - test/tc_embedded_block.rb - test/tc_mixins.rb - test/tc_modules.rb - test/tc_version.rb debian/watch0000644000000000000000000000015512201720354010214 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/blockenspiel .*/blockenspiel-(.*).tar.gz debian/compat0000644000000000000000000000000212201720354010360 0ustar 7 debian/patches/0000755000000000000000000000000012201731555010616 5ustar debian/patches/series0000644000000000000000000000003012201731574012025 0ustar use_moved_Version.patch debian/patches/use_moved_Version.patch0000644000000000000000000000124412201731534015330 0ustar Description: use moved version of Version file Version file is moved from the root of the source package to lib/blockenspiel The relative path of Version should be adapted in roxml.rb file Author: Ben Armstrong Last-Update: 2013-08-11 Forwarded: no --- a/lib/blockenspiel/version.rb +++ b/lib/blockenspiel/version.rb @@ -37,7 +37,7 @@ module Blockenspiel # Current gem version, as a frozen string. - VERSION_STRING = ::File.read(::File.dirname(__FILE__)+'/../../Version').strip.freeze + VERSION_STRING = ::File.read(::File.dirname(__FILE__)+'/Version').strip.freeze autoload(:VERSION, ::File.dirname(__FILE__)+'/versionomy.rb') debian/copyright0000644000000000000000000000355312201734646011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: blockenspiel Source: https://github.com/dazuma/blockenspiel Files: * Copyright: 2008-2012 Daniel Azuma License: BSD Files: debian/* Copyright: 2013 Ben Armstrong License: BSD Comment: the Debian packaging is licensed under the same terms as the original package. License: BSD Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . * Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. * Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. * Neither the name of the copyright holder, nor the names of any other contributors to this software, may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/clean0000644000000000000000000000003112201733452010164 0ustar lib/blockenspiel/Version debian/rules0000755000000000000000000000122512201737272010251 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 #move Version file inside lib/blockenspiel override_dh_auto_install: cp Version lib/blockenspiel/Version dh_auto_install rm -f debian/ruby-blockenspiel/usr/lib/ruby/vendor_ruby/blockenspiel_unmixer_jruby.jar