debian/0000755000000000000000000000000012202777475007203 5ustar debian/ruby-sinatra-simple-navigation.docs0000644000000000000000000000001712202664431016102 0ustar README.textile debian/source/0000755000000000000000000000000012202664244010470 5ustar debian/source/format0000644000000000000000000000001412202664244011676 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000027012202777475011054 0ustar ruby-sinatra-simple-navigation (3.6.0-1) unstable; urgency=low * Initial release (Closes: #719312) -- Ben Armstrong Sun, 11 Aug 2013 08:39:22 -0300 debian/control0000644000000000000000000000172712202671072010577 0ustar Source: ruby-sinatra-simple-navigation 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-sinatra-simple-navigation.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ruby-extras/ruby-sinatra-simple-navigation.git;a=summary Homepage: http://github.com/andi/sinatra-simple-navigation XS-Ruby-Versions: all Package: ruby-sinatra-simple-navigation Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-sinatra, ruby-simple-navigation (>= 3.10.1) Description: Extension providing simple navigations for Sinatra or Padrino A Sinatra extension enabling the use of ruby-simple-navigation in your Sinatra and Padrino web applications. debian/watch0000644000000000000000000000020712202664244010220 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/sinatra-simple-navigation .*/sinatra-simple-navigation-(.*).tar.gz debian/compat0000644000000000000000000000000212202664244010366 0ustar 7 debian/copyright0000644000000000000000000000270012202670712011117 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: sinatra-simple-navigation Source: FIXME Files: * Copyright: 2013 Andi Schacke 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/rules0000755000000000000000000000070112202664244010246 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