debian/0000755000000000000000000000000011707313510007164 5ustar debian/rules0000755000000000000000000000117211707310504010245 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 override_dh_installdocs: rdoc \ --all --inline-source --fileboxes --line-numbers --fmt=html \ -o $(CURDIR)/debian/ruby-eim-xml/usr/share/doc/ruby-eim-xml/rdoc lib dh_installdocs debian/ruby-tests.rake0000644000000000000000000000022211707310504012145 0ustar require 'gem2deb/rake/testtask' require 'rspec/core/rake_task' require 'fileutils' task :default => [:spec] RSpec::Core::RakeTask.new do |t| enddebian/changelog0000644000000000000000000000077011707313510011042 0ustar ruby-eim-xml (0.0.4-3) unstable; urgency=low * Update watch file -- Youhei SASAKI Tue, 24 Jan 2012 02:22:06 +0900 ruby-eim-xml (0.0.4-2) unstable; urgency=low * Add Vcs-Git: move pkg-ruby-extras Git repo. * Add ruby-tests.rake -- Youhei SASAKI Tue, 24 Jan 2012 01:43:55 +0900 ruby-eim-xml (0.0.4-1) unstable; urgency=low * Initial release (Closes: #635339) -- Youhei SASAKI Wed, 20 Jul 2011 04:56:58 +0900 debian/source/0000755000000000000000000000000011707310504010464 5ustar debian/source/format0000644000000000000000000000001411707310504011672 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211707310504010362 0ustar 7 debian/control0000644000000000000000000000117211707310504010570 0ustar Source: ruby-eim-xml Section: ruby Priority: optional Maintainer: Youhei SASAKI Uploaders: Debian Ruby Extras Maintainers DM-Upload-Allowed: yes Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.6~), rake, ruby-rspec Standards-Version: 3.9.2 Homepage: http://eimxml.rubyforge.org/ XS-Ruby-Versions: all Package: ruby-eim-xml Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Description: Easy IMplemented XML by Ruby EimXML is a library for constructing XML objects by Ruby. debian/copyright0000644000000000000000000000204611707310504011121 0ustar Format: http://dep.debian.net/deps/dep5/ Upstream-Name: eim-xml Source: https://rubygems.org/gems/eim_xml Files: * Copyright: 2006 KURODA Hiraku License: GPL-2 Files: debian/* Copyright: 2011 Youhei SASAKI License: GPL-2 License: GPL-2 This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License version 2 as published by the Free Software Foundation. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. debian/patches/0000755000000000000000000000000011707310504010613 5ustar debian/patches/series0000644000000000000000000000002411707310504012024 0ustar fix_old_Rake_Issues debian/patches/fix_old_Rake_Issues0000644000000000000000000000121511707310504014456 0ustar --- ruby-eim-xml-0.0.4.orig/Rakefile.utirake +++ ruby-eim-xml-0.0.4/Rakefile.utirake @@ -5,12 +5,12 @@ require "rake/clean" require "rake/testtask" -require "rdoc/task" +require "rake/rdoctask" require "rake/contrib/rubyforgepublisher" require "rubygems/package_task" class UtiRake - include Rake::DSL + include Rake::DSL if defined?(Rake::DSL) def self.setup(opt={}, &proc) ur = new --- ruby-eim-xml-0.0.4.orig/spec/parser_spec.rb +++ ruby-eim-xml-0.0.4/spec/parser_spec.rb @@ -5,7 +5,7 @@ describe Parser do def parse(src) - Parser.new(src).parse + EimXML::Parser.new(src).parse end it "'parser' method for test" do debian/watch0000644000000000000000000000014311707313403010214 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/eim_xml .*/eim_xml-(.*).tar.gz