debian/0000755000000000000000000000000011647211010007157 5ustar debian/source/0000755000000000000000000000000011646651256010502 5ustar debian/source/format0000644000000000000000000000001411646651256011710 0ustar 3.0 (quilt) debian/ruby-tests.rb0000644000000000000000000000013211646651256011644 0ustar $: << 'lib' << '.' require 'rspec' Dir['{spec,test}/**/*_spec.rb'].each { |f| require f } debian/copyright0000644000000000000000000000335611647210471011133 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: yard-sinatra Source: https://github.com/rkh/yard-sinatra Files: * Copyright: 2010 Konstantin Haase License: BSD-3-clause License: BSD-3-clause Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal with 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: 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimers. 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimers in the documentation and/or other materials provided with the distribution. 3. Neither the name of Konstantin Haase, nor the names of other contributors may be used to endorse or promote products derived from this Software without specific prior written permission. . 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 CONTRIBUTORS 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 WITH THE SOFTWARE. Files: debian/* Copyright: 2011 Lucas Nussbaum License: BSD-3-clause debian/compat0000644000000000000000000000000211646651256010400 0ustar 7 debian/rules0000755000000000000000000000077111646651256010267 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 .yardoc debian/watch0000644000000000000000000000015511646651256010234 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/yard-sinatra .*/yard-sinatra-(.*).tar.gz debian/ruby-yard-sinatra.docs0000644000000000000000000000001211646651256013422 0ustar README.md debian/control0000644000000000000000000000152411646651256010607 0ustar Source: ruby-yard-sinatra Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Lucas Nussbaum DM-Upload-Allowed: yes Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.10~), ruby-rspec, yard Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-yard-sinatra.git Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-yard-sinatra.git;a=summary Homepage: http://github.com/rkh/yard-sinatra XS-Ruby-Versions: all Package: ruby-yard-sinatra Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, yard Description: YARD plugin to include Sinatra routes yard-sinatra is a plugin for YARD that adds the Sinatra routes to the generated documentation. debian/changelog0000644000000000000000000000022011646651256011046 0ustar ruby-yard-sinatra (1.0.0-1) unstable; urgency=low * Initial release. -- Lucas Nussbaum Sun, 16 Oct 2011 20:42:59 +0200