debian/0000755000000000000000000000000012257375267007206 5ustar debian/rules0000755000000000000000000000070111663555542010260 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/watch0000644000000000000000000000014711663555542010235 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/ruby2ruby .*/ruby2ruby-(.*).tar.gz debian/source/0000755000000000000000000000000011663555542010502 5ustar debian/source/format0000644000000000000000000000001411663555542011710 0ustar 3.0 (quilt) debian/ruby-ruby2ruby.docs0000644000000000000000000000001311663555542012772 0ustar README.txt debian/ruby-test-files.yaml0000644000000000000000000000003611663555542013123 0ustar --- - test/test_ruby2ruby.rb debian/copyright0000644000000000000000000000261612256407014011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: ruby2ruby Source: http://rubyforge.org/projects/seattlerb Files: * Copyright: © 2006-2007 Ryan Davis License: MIT Files: debian/* Copyright: © 2008-2011 Sebastien Delafond © 2011 Gunnar Wolf License: MIT License: MIT 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/control0000644000000000000000000000203612257375266010611 0ustar Source: ruby-ruby2ruby Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Tobias Grimm , Gunnar Wolf Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.5~), ruby-minitest, ruby-sexp-processor (>= 4.0~), ruby-parser (>= 3.1~) Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-ruby2ruby.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-ruby2ruby.git;a=summary Homepage: https://github.com/seattlerb/ruby2ruby XS-Ruby-Versions: all Package: ruby-ruby2ruby Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-sexp-processor (>= 4.0~), ruby-parser (>= 3.1~) Description: Generate pure ruby code easily from ParseTree's Sexps ruby2ruby provides a means of generating pure Ruby code easily from ParseTree's Sexps. This makes making dynamic language processors much easier in Ruby than ever before. debian/patches/0000755000000000000000000000000012257373233010624 5ustar debian/patches/series0000644000000000000000000000002611663555542012044 0ustar dont_require_rubygems debian/patches/dont_require_rubygems0000644000000000000000000000067612257373233015175 0ustar Author: Gunnar Wolf Forwarded: not-needed Last-update: 2013-12-27 Description: Drop the requirement on Rubygems for the Debian package --- a/bin/r2r_show +++ b/bin/r2r_show @@ -1,6 +1,5 @@ #!/usr/bin/ruby -ws -require 'rubygems' require 'ruby2ruby' require 'ruby_parser' --- a/lib/ruby2ruby.rb +++ b/lib/ruby2ruby.rb @@ -1,6 +1,5 @@ #!/usr/bin/env ruby -w -require 'rubygems' require 'sexp_processor' # :stopdoc: debian/compat0000644000000000000000000000000211663555542010400 0ustar 7 debian/changelog0000644000000000000000000000375012257375267011065 0ustar ruby-ruby2ruby (2.0.7-1) unstable; urgency=medium * Team upload * Imported Upstream version 2.0.7 * debian/copyright: use DEP5 copyright-format/1.0 official URL for Format field * debian/control: - bump Standards-Version to 3.9.5 (no changes needed) - bump minimal version for dependency on ruby-sexp-processor/ruby-parser - build-depend on gem2deb >= 0.5 to add Ruby 2.0 support and drop Ruby 1.8 (Closes: #730934) - build-depend on ruby-minitest - use canonical URI in Vcs-* fields * Refresh debian/patches/dont_require_rubygems * Drop transitional packages -- Cédric Boutillier Fri, 27 Dec 2013 23:02:35 +0100 ruby-ruby2ruby (1.3.1-1) unstable; urgency=low * New upstream release * Repackaged using the new gem2deb way * Added myself to uploaders -- Gunnar Wolf Mon, 14 Nov 2011 16:37:00 -0600 libruby2ruby-ruby (1.2.4-4) unstable; urgency=low * Remove Sebastien Delafond from maintainer. Many thanks for all the past work! -- Lucas Nussbaum Sun, 21 Feb 2010 20:41:48 +0100 libruby2ruby-ruby (1.2.4-3) unstable; urgency=low * Drop package for Ruby 1.9. libsexp-processor-ruby doesn't provide an 1.9 package anymore. Closes: #569877. * Standards-Version -> 3.8.4. No changes needed. * Add missing dep on libsexp-processor-ruby1.8. -- Lucas Nussbaum Sat, 20 Feb 2010 18:29:34 +0100 libruby2ruby-ruby (1.2.4-2) unstable; urgency=low * Added 10_do_not_requiere_rubygems.dpatch -- Tobias Grimm Sun, 06 Dec 2009 10:53:57 +0100 libruby2ruby-ruby (1.2.4-1) unstable; urgency=low * New upstream release. * Moved to CDBS. * Added debian/watch file. * Various lintian cleanups. -- Sebastien Delafond Mon, 12 Oct 2009 17:56:18 +0200 libruby2ruby-ruby (1.1.8-1) unstable; urgency=low * Initial Release (Closes: #480697). -- Sebastien Delafond Sun, 11 May 2008 10:29:11 -0700