debian/0000755000000000000000000000000012147337214007172 5ustar debian/rules0000755000000000000000000000070112147336766010263 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/copyright0000644000000000000000000000252712147336766011146 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: xpath Source: https://github.com/jnicklas/xpath Files: * Copyright: 2010 Jonas Nicklas License: Expat Files: debian/* Copyright: 2012 Markus Tornow 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/compat0000644000000000000000000000000212147336766010403 0ustar 7 debian/ruby-xpath.docs0000644000000000000000000000001212147337214012140 0ustar README.md debian/ruby-tests.rake0000644000000000000000000000022612147336766012172 0ustar require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) do |spec| spec.pattern = './spec/**/*_spec.rb' end task :default => :spec debian/changelog0000644000000000000000000000060712147336766011062 0ustar ruby-xpath (2.0.0-1) unstable; urgency=low * New upstream Release * removing patch remove-bundler, upstream doesn't require bundler anymore to run tests. -- Markus Tornow Thu, 23 May 2013 02:36:57 +0200 ruby-xpath (1.0.0-1) unstable; urgency=low * Initial release (Closes: #695484) -- Markus Tornow Sat, 08 Dec 2012 22:57:18 +0100 debian/control0000644000000000000000000000164412147336766010615 0ustar Source: ruby-xpath Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Markus Tornow Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~),rake (>= 0.9.2.2), ruby-rspec (>= 2.10.0), ruby-nokogiri (>= 1.5.5) Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-xpath.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-xpath.git;a=summary Homepage: http://github.com/jnicklas/xpath XS-Ruby-Versions: all Package: ruby-xpath Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-nokogiri (>= 1.5.5) Description: Ruby library to generate XPath expressions XPath is a Ruby DSL for generating XPath expressions. Its primary purpose is to facilitate writing complex XPath queries from Ruby code. debian/watch0000644000000000000000000000013712147336766010237 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/xpath .*/xpath-(.*).tar.gz debian/source/0000755000000000000000000000000012147336766010505 5ustar debian/source/format0000644000000000000000000000001412147336766011713 0ustar 3.0 (quilt)