debian/0000755000000000000000000000000011726243744007200 5ustar debian/ruby-tests.rb0000644000000000000000000000073511726243744011653 0ustar # FIXME # there's a spec/ or a test/ directory in the upstream source, but # no test suite was defined in the Gem specification. It would be # a good idea to define it here so the package gets tested at build time. # Examples: # $: << 'lib' << '.' # Dir['{spec,test}/**/*.rb'].each { |f| require f } # # require 'test/ts_foo.rb' # # require 'rbconfig' # ruby = File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['ruby_install_name']) # exec("#{ruby} -I. test/runtests.rb") debian/ruby-unf.docs0000644000000000000000000000001211726243744011612 0ustar README.md debian/source/0000755000000000000000000000000011726243744010500 5ustar debian/source/format0000644000000000000000000000001411726243744011706 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000211726243744010376 0ustar 7 debian/copyright0000644000000000000000000000275411726243744011143 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: unf Source: http://github.com/knu/unf Files: * Copyright: © 2011 Akinori MUSHA License: BSD-2-clause Files: debian/* Copyright: © 2012 Gunnar Wolf License: BSD-2-clause License: BSD-2-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. debian/changelog0000644000000000000000000000052611726243744011055 0ustar ruby-unf (0.0.5-1) unstable; urgency=low * New upstream release * Standards-version 3.9.2→3.9.3 (no changes needed) -- Gunnar Wolf Thu, 08 Mar 2012 17:59:17 -0600 ruby-unf (0.0.4-1) unstable; urgency=low * Initial release (Closes: #656284) -- Gunnar Wolf Tue, 17 Jan 2012 18:31:43 -0600 debian/rules0000755000000000000000000000070111726243744010256 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/watch0000644000000000000000000000013311726243744010226 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/unf .*/unf-(.*).tar.gz debian/control0000644000000000000000000000166211726243744010610 0ustar Source: ruby-unf Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Gunnar Wolf DM-Upload-Allowed: yes Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~), ruby-unf-ext Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-unf.git Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-unf.git;a=summary Homepage: http://github.com/knu/unf XS-Ruby-Versions: all Package: ruby-unf Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-unf-ext Description: Wrapper library to bring Unicode Normalization Form support to Ruby This library allows code to be portable between Ruby implementations, using 'unf_ext' under CRuby and 'java.text.Normalizer' on JRuby. It normalizes UTF-8 strings into and from NFC, NFD, NFKC or NFKD