debian/0000755000000000000000000000000011756002551007170 5ustar debian/patches/0000755000000000000000000000000011756002551010617 5ustar debian/patches/series0000644000000000000000000000006111756002551012031 0ustar dont_require_rubygems omit_redefinition_warnings debian/patches/omit_redefinition_warnings0000644000000000000000000000070711756002551016165 0ustar Index: ruby-sourcify/lib/sourcify.rb =================================================================== --- ruby-sourcify.orig/lib/sourcify.rb 2012-05-19 14:48:27.000000000 -0500 +++ ruby-sourcify/lib/sourcify.rb 2012-05-19 14:49:37.000000000 -0500 @@ -1,7 +1,10 @@ # require 'rubygems' require 'ruby2ruby' require 'sexp_processor' +orig_verbose = $VERBOSE +$VERBOSE = nil require 'ruby_parser' +$VERBOSE = orig_verbose require 'file/tail' begin debian/patches/dont_require_rubygems0000644000000000000000000000057211756002551015163 0ustar Index: ruby-sourcify/lib/sourcify.rb =================================================================== --- ruby-sourcify.orig/lib/sourcify.rb 2012-05-19 11:49:25.000000000 -0500 +++ ruby-sourcify/lib/sourcify.rb 2012-05-19 12:55:01.000000000 -0500 @@ -1,4 +1,4 @@ -require 'rubygems' +# require 'rubygems' require 'ruby2ruby' require 'sexp_processor' require 'ruby_parser' debian/source/0000755000000000000000000000000011756002551010470 5ustar debian/source/format0000644000000000000000000000001411756002551011676 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211756002551010366 0ustar 7 debian/copyright0000644000000000000000000000244611756002551011131 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: sourcify Source: https://github.com/ngty/sourcify Files: * Copyright: 2009-2011 NgTzeYang License: Expat Files: debian/* Copyright: 2012 Gunnar Wolf 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. debian/ruby-sourcify.docs0000644000000000000000000000004311756002551012661 0ustar # FIXME: READMEs found README.rdoc debian/changelog0000644000000000000000000000046611756002551011050 0ustar ruby-sourcify (0.5.0-2) unstable; urgency=low * Add a Recommends on ruby-parsetree -- Gunnar Wolf Sat, 19 May 2012 15:28:50 -0500 ruby-sourcify (0.5.0-1) unstable; urgency=low * Initial release (Closes: #673561) -- Gunnar Wolf Sat, 19 May 2012 11:36:22 -0500 debian/rules0000755000000000000000000000070111756002551010246 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/watch0000644000000000000000000000014511756002551010221 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/sourcify .*/sourcify-(.*).tar.gz debian/control0000644000000000000000000000202611756002551010573 0ustar Source: ruby-sourcify Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Gunnar Wolf Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~), ruby-ruby2ruby, ruby-sexp-processor, ruby-parser, ruby-file-tail, ruby-bacon Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-sourcify.git Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-sourcify.git;a=summary Homepage: http://github.com/ngty/sourcify XS-Ruby-Versions: all Package: ruby-sourcify Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-ruby2ruby, ruby-sexp-processor, ruby-parser, ruby-file-tail Recommends: ruby-parsetree Description: Extract a Ruby class or method's parse tree This library is a unified solution to extract proc code into a human-readable parse tree. It is intended as a replacement for ruby-parsetree for versions of Ruby different to 1.8.