debian/0000755000000000000000000000000012253331033007161 5ustar debian/ruby-tests.rake0000644000000000000000000000025312167471645012170 0ustar #-*- mode: ruby; coding: utf-8; -*- require 'rake/testtask' Rake::TestTask.new do |t| t.libs << 'test' t.test_files = Dir['test/*_test.rb'] end task :default => :test debian/watch0000644000000000000000000000013512167471645010233 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/slop .*/slop-(.*).tar.gz debian/compat0000644000000000000000000000000212167471645010401 0ustar 7 debian/control0000644000000000000000000000154012253330367010575 0ustar Source: ruby-slop Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Youhei SASAKI , Antonio Terceiro Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.13~), rake, ruby-minitest Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-slop.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-slop.git;a=summary Homepage: http://github.com/injekt/slop XS-Ruby-Versions: all Package: ruby-slop Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Description: Simple DSL for gathering options and parsing the command lineOption Slop is a simple option parser with an easy to remember syntax and friendly API. debian/rules0000755000000000000000000000102312167471645010257 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_installchangelogs: dh_installchangelogs --keep $(CURDIR)/CHANGES.md debian/changelog0000644000000000000000000000253712253331033011042 0ustar ruby-slop (3.4.7-1) unstable; urgency=medium [ Jonas Genannt ] * Team upload. * Imported Upstream version 3.4.7 * d/control: bumped up standards version to 3.9.5 (no changes needed) * d/control: changed dependency from ruby1.8 to ruby [ Youhei SASAKI ] * Update debian/changelog -- Youhei SASAKI Sun, 15 Dec 2013 22:43:38 +0900 ruby-slop (3.4.6-1) unstable; urgency=low * Imported Upstream version 3.4.6 * Bump Standard Version: 3.9.4 -- Youhei SASAKI Mon, 05 Aug 2013 22:55:46 +0900 ruby-slop (3.4.5-1) unstable; urgency=low [ Cédric Boutillier ] * debian/control: remove obsolete DM-Upload-Allowed flag * Use canonical URI in Vcs-* fields * debian/copyright: use DEP5 copyright-format/1.0 official URL for Format field [ Ondřej Surý ] * Imported Upstream version 3.4.5 -- Ondřej Surý Mon, 27 May 2013 10:13:55 +0200 ruby-slop (3.4.3-1) experimental; urgency=low * Imported Upstream version 3.4.3 * Update upstream url: use gemwatch * Install upstream changelog as CHANGES.md * Bump Standard version: 3.9.3 -- Youhei SASAKI Sun, 20 Jan 2013 06:53:09 +0900 ruby-slop (2.4.4-1) unstable; urgency=low * Initial release (Closes: #657765) -- Youhei SASAKI Sun, 29 Jan 2012 19:20:58 +0900 debian/ruby-slop.docs0000644000000000000000000000001212167471645012002 0ustar README.md debian/source/0000755000000000000000000000000012167471645010503 5ustar debian/source/format0000644000000000000000000000001412167471645011711 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000246312167471645011143 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: slop Source: https://github.com/injekt/slop Files: * Copyright: 2012 Lee Jarvis License: Expat Files: debian/* Copyright: 2011 Youhei SASAKI License: Expat 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.