debian/0000755000000000000000000000000012202016117007156 5ustar debian/source/0000755000000000000000000000000012201701541010457 5ustar debian/source/format0000644000000000000000000000001412201701541011665 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000025212201710410011023 0ustar ruby-parseconfig (1.0.2-1) unstable; urgency=low * Initial release (Closes: #719307) -- Ben Armstrong Sun, 11 Aug 2013 08:27:33 -0300 debian/control0000644000000000000000000000157512201707376010606 0ustar Source: ruby-parseconfig Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Ben Armstrong Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.4.1~) Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-parseconfig.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-parseconfig.git;a=summary Homepage: http://github.com/derks/ruby-parseconfig/ XS-Ruby-Versions: all Package: ruby-parseconfig Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Description: Simple standard configuration file parser for Ruby ParseConfig provides simple parsing of standard configuration files in the form of 'param = value'. It also supports nested [group] sections. debian/watch0000644000000000000000000000015312201701541010207 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/parseconfig .*/parseconfig-(.*).tar.gz debian/compat0000644000000000000000000000000212201701541010355 0ustar 7 debian/copyright0000644000000000000000000000267412202016117011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: parseconfig Source: https://github.com/derks/ruby-parseconfig Files: * Copyright: 2006-2012 BJ Dierkes License: Expat Files: debian/* Copyright: 2013 Ben Armstrong License: Expat Comment: the Debian packaging is licensed under the same terms as the original package. 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/rules0000755000000000000000000000070112201701541010235 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/ruby-parseconfig.docs0000644000000000000000000000001212201707521013305 0ustar README.md