debian/0000755000000000000000000000000012133022106007154 5ustar debian/rules0000755000000000000000000000070112133022106010232 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/compat0000644000000000000000000000000212133022106010352 0ustar 7 debian/copyright0000644000000000000000000000246412133022106011115 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: grit_ext Source: https://github.com/SaitoWu/grit_ext Files: * Copyright: 2012 Saito Wu License: Expat Files: debian/* Copyright: 2013 Ondřej Surý 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/source/0000755000000000000000000000000012133022106010454 5ustar debian/source/format0000644000000000000000000000001412133022106011662 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000014512133022106010205 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/grit_ext .*/grit_ext-(.*).tar.gz debian/ruby-grit-ext.docs0000644000000000000000000000004312133022106012545 0ustar # FIXME: READMEs found # README.md debian/ruby-tests.rake-disabled0000644000000000000000000000022312133022106013703 0ustar require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) do |spec| spec.pattern = './spec/**/*_spec.rb' end task :default => :spec debian/control0000644000000000000000000000163512133022106010564 0ustar Source: ruby-grit-ext Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Ondřej Surý DM-Upload-Allowed: yes Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-charlock-holmes (>= 0.6.9), # ruby-rspec, # ruby-grit, # rake, # ruby-pry Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-grit-ext.git Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-grit-ext.git;a=summary Homepage: https://github.com/saitowu/grit_ext XS-Ruby-Versions: all Package: ruby-grit-ext Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-charlock-holmes (>= 0.6.9) Description: utf-8 support extension for grit This package extends ruby-grit with utf-8 support. debian/changelog0000644000000000000000000000023512133022106011026 0ustar ruby-grit-ext (0.8.1-1) unstable; urgency=low * Initial release (Closes: #705480) -- Ondřej Surý Mon, 15 Apr 2013 16:51:31 +0200