debian/0000755000000000000000000000000012153647467007205 5ustar debian/ruby-tests.rb0000644000000000000000000000001512153645537011643 0ustar exec("rake") debian/copyright0000644000000000000000000000254012153645537011135 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: settingslogic Source: http://github.com/binarylogic/settingslogic Files: * Copyright: 2008-2013 Ben Johnson License: MIT Files: debian/* Copyright: 2013 Per Andersson License: MIT License: MIT 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/control0000644000000000000000000000305512153647155010605 0ustar Source: ruby-settingslogic Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Per Andersson Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), bundler, rake, ruby-rspec Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-settingslogic.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-settingslogic.git;a=summary Homepage: http://github.com/binarylogic/settingslogic XS-Ruby-Versions: all Package: ruby-settingslogic Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, Suggests: ruby-settingslogic-doc Description: simple settings solution for Ruby A simple and straightforward settings solution that uses an ERB enabled YAML file and a singleton design pattern. . The settings are accessible from the application by subclassing Settingslogic and then accessing setting attributes from this subclass. Package: ruby-settingslogic-doc Section: doc Architecture: all Depends: ${misc:Depends}, libjs-jquery Suggests: ruby-settingslogic Description: simple settings solution for Ruby (documentation) A simple and straightforward settings solution that uses an ERB enabled YAML file and a singleton design pattern. . The settings are accessible from the application by subclassing Settingslogic and then accessing setting attributes from this subclass. . This package contains the documentation for ruby-settingslogic. debian/patches/0000755000000000000000000000000012153646530010622 5ustar debian/patches/series0000644000000000000000000000005612153646530012040 0ustar 0001-Replace-git-ls-files-with-Dir-list.patch debian/patches/0001-Replace-git-ls-files-with-Dir-list.patch0000644000000000000000000000205612153646530020532 0ustar From: Per Andersson Date: Wed, 5 Jun 2013 16:37:51 +0200 Subject: Replace git ls-files with Dir list --- settingslogic.gemspec | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/settingslogic.gemspec b/settingslogic.gemspec index 4b87f4b..4bc59a6 100644 --- a/settingslogic.gemspec +++ b/settingslogic.gemspec @@ -14,8 +14,10 @@ Gem::Specification.new do |s| s.add_development_dependency 'rake' s.add_development_dependency 'rspec' - s.files = `git ls-files`.split("\n") - s.test_files = `git ls-files -- {test,spec,features}/*`.split("\n") - s.executables = `git ls-files -- bin/*`.split("\n").map{ |f| File.basename(f) } + s.files = Dir['Gemfile', 'Gemfile.lock', 'lib/**/*', 'LICENSE', + 'Rakefile', 'README.rdoc', 'settingslogic.gemspec', + 'spec/**/*'] + s.test_files = Dir['{test,spec,features}/*'] + s.executables = Dir['bin/*'].map{ |f| File.basename(f) } s.require_paths = ["lib"] -end \ No newline at end of file +end debian/ruby-settingslogic-doc.install0000644000000000000000000000006312153645537015170 0ustar doc/* usr/share/doc/ruby-settingslogic-doc/html/ debian/ruby-settingslogic-doc.links0000644000000000000000000000013512153645537014642 0ustar usr/share/javascript/jquery/jquery.js usr/share/doc/ruby-settingslogic-doc/html/js/jquery.js debian/ruby-settingslogic-doc.doc-base0000644000000000000000000000106312153647166015200 0ustar Document: ruby-settingslogic-doc Title: Debian ruby-settingslogic Manual Author: Ben Johnson Abstract: simple settings solution for Ruby (documentation) A simple and straightforward settings solution that uses an ERB enabled YAML file and a singleton design pattern. . The settings are accessible from the application by subclassing Settingslogic and then accessing setting attributes from this subclass. Section: Programming/Ruby Format: HTML Index: /usr/share/doc/ruby-settingslogic-doc/html/index.html Files: /usr/share/doc/ruby-settingslogic-doc/html/* debian/changelog0000644000000000000000000000024312153645576011055 0ustar ruby-settingslogic (2.0.9-1) unstable; urgency=low * Initial release (Closes: #702973) -- Per Andersson Wed, 05 Jun 2013 16:30:20 +0200 debian/rules0000755000000000000000000000134212153646616010260 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_auto_clean: dh_auto_clean rm -rf doc override_dh_auto_build: dh_auto_build # build documentation rdoc lib override_dh_auto_install: dh_auto_install # remove bundled jquery.js rm -f debian/ruby-settingslogic-doc/usr/share/doc/ruby-settingslogic-doc/html/js/jquery.js debian/watch0000644000000000000000000000012712153645537010232 0ustar version=3 http://githubredir.debian.net/github/binarylogic/settingslogic/ v(.*).tar.gz debian/source/0000755000000000000000000000000012153645537010501 5ustar debian/source/format0000644000000000000000000000001412153645537011707 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212153645537010377 0ustar 7 debian/ruby-settingslogic.docs0000644000000000000000000000001412153645537013703 0ustar README.rdoc