debian/0000755000000000000000000000000011772246052007174 5ustar debian/rules0000755000000000000000000000070111772246032010250 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/watch0000644000000000000000000000015111772246032010220 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/blankslate .*/blankslate-(.*).tar.gz debian/source/0000755000000000000000000000000011772246032010472 5ustar debian/source/format0000644000000000000000000000001411772246032011700 0ustar 3.0 (quilt) debian/ruby-test-files.yaml0000644000000000000000000000003711772246032013114 0ustar --- - spec/blankslate_spec.rb debian/copyright0000644000000000000000000000321211772246032011123 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: blankslate Source: https://github.com/masover/blankslate Comment: Code extracted from Builder (https://github.com/jimweirich/builder) Builder's license is Expat. Files: * Copyright: 2004, 2006 by Jim Weirich (jim@weirichhouse.org). License: other Files: debian/* Copyright: 2011 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 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. License: other All right reserved. . Permission is granted for use, copying, modification, distribution, and distribution of modified versions of this work as long as the above copyright notice is included. debian/control0000644000000000000000000000205611772246052010602 0ustar Source: ruby-blankslate Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Cédric Boutillier DM-Upload-Allowed: yes Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-rspec Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-blankslate.git Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-blankslate.git;a=summary Homepage: http://github.com/masover/blankslate XS-Ruby-Versions: all Package: ruby-blankslate Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Replaces: ruby-builder (<< 3.0.0-2~) Breaks: ruby-builder (<< 3.0.0-2~) Description: Ruby library providing a class with no predefined methods BlankSlate provides an abstract base class with no predefined methods (except for __send__ and __id__). . BlankSlate is useful as a base class when writing classes that depend upon method_missing (e.g. dynamic proxies). debian/compat0000644000000000000000000000000211772246032010370 0ustar 7 debian/changelog0000644000000000000000000000156411772246052011054 0ustar ruby-blankslate (2.1.2.4-4) unstable; urgency=low * Bump build dependency on gem2deb to >= 0.3.0~ -- Cédric Boutillier Tue, 26 Jun 2012 07:44:10 +0200 ruby-blankslate (2.1.2.4-3) unstable; urgency=low * Team upload. * Rebuild with newer gem2deb * Conforms with standards 3.9.3 -- Vincent Fourmond Mon, 25 Jun 2012 21:37:00 +0200 ruby-blankslate (2.1.2.4-2) unstable; urgency=low * Team upload. * Fixes upgrades from testing by adding Breaks/Replaces on ruby-builder versions that still contain an embedded copy of blankslate.rb (Closes: #657541) -- Antonio Terceiro Sat, 28 Jan 2012 09:44:07 -0200 ruby-blankslate (2.1.2.4-1) unstable; urgency=low * Initial release (Closes: #653847) -- Cédric Boutillier Fri, 30 Dec 2011 16:38:17 +0100