debian/0000775000000000000000000000000012203147237007171 5ustar debian/ruby-tests.rb0000664000000000000000000000073512203147237011644 0ustar # FIXME # there's a spec/ or a test/ directory in the upstream source, but # no test suite was defined in the Gem specification. It would be # a good idea to define it here so the package gets tested at build time. # Examples: # $: << 'lib' << '.' # Dir['{spec,test}/**/*.rb'].each { |f| require f } # # require 'test/ts_foo.rb' # # require 'rbconfig' # ruby = File.join(RbConfig::CONFIG['bindir'], RbConfig::CONFIG['ruby_install_name']) # exec("#{ruby} -I. test/runtests.rb") debian/ruby-oauth.manpages0000664000000000000000000000001712203147237013003 0ustar debian/oauth.1 debian/source/0000775000000000000000000000000012203147237010471 5ustar debian/source/lintian-overrides0000664000000000000000000000024512203147237014053 0ustar ruby-oauth source: duplicate-short-description liboauth-ruby1.8 liboauth-ruby1.9.1 ruby-oauth source: duplicate-long-description liboauth-ruby1.8 liboauth-ruby1.9.1 debian/source/format0000664000000000000000000000001412203147237011677 0ustar 3.0 (quilt) debian/control0000664000000000000000000000315612203147237010601 0ustar Source: ruby-oauth Section: ruby Priority: extra Maintainer: Debian Ruby Extras Maintainers Uploaders: Taku YASUI Build-Depends: debhelper (>= 8), gem2deb (>= 0.3.0~) Standards-Version: 3.9.4 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-oauth.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-oauth.git;a=summary Homepage: https://github.com/oauth/oauth-ruby XS-Ruby-Versions: all Package: ruby-oauth Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${misc:Depends}, ruby | ruby-interpreter Provides: liboauth-ruby1.8, liboauth-ruby1.9.1 Breaks: liboauth-ruby1.8 (<< 0.4.5-2~), liboauth-ruby1.9.1 (<< 0.4.5-2~) Replaces: liboauth-ruby1.8 (<< 0.4.5-2~), liboauth-ruby1.9.1 (<< 0.4.5-2~) Description: Ruby library for OAuth core This package is a ruby library providing OAuth consumer and provider. . OAuth is an open standard that allows users to share their private resources (e.g. photos, videos, contact lists) stored on one site with another site without having to hand out their username and password. Package: liboauth-ruby1.8 Section: oldlibs Architecture: all Depends: ${misc:Depends}, ruby-oauth Description: Ruby library for OAuth core (transitional package) This is a dummy transition package that can be safely removed once no package depend on it. Package: liboauth-ruby1.9.1 Section: oldlibs Architecture: all Depends: ${misc:Depends}, ruby-oauth Description: Ruby library for OAuth core (transitional package) This is a dummy transition package that can be safely removed once no package depend on it. debian/changelog0000664000000000000000000000347712203147237011056 0ustar ruby-oauth (0.4.7-1) unstable; urgency=low * New upstream release. * Bump Standards-Version to 3.9.4. * Add brief manual for oauth(1). -- Taku YASUI Thu, 15 Aug 2013 20:29:47 +0900 ruby-oauth (0.4.6-2) unstable; urgency=low * Team upload. * Bump build dependency on gem2deb to >= 0.3.0~. * Build against newer gem2deb * Override lintian warning about duplicate description of transitional packages * Update debian/copyright to DEP-5 copyright-format/1.0 -- Cédric Boutillier Sat, 30 Jun 2012 15:44:00 +0200 ruby-oauth (0.4.6-1) unstable; urgency=low * New upstream release. * Bump debhelper compat version to 8. -- Taku YASUI Sun, 06 May 2012 16:07:26 +0900 ruby-oauth (0.4.5-2) unstable; urgency=low * Ruby package transition - Change package name from liboauth-ruby to ruby-oauth * Move repository to git.debian.org - git://git.debian.org/pkg-ruby-extras/ruby-oauth.git -- Taku YASUI Wed, 11 Apr 2012 06:49:18 +0900 liboauth-ruby (0.4.5-1) unstable; urgency=low * New upstream release * Bump Standards-version to 3.9.2 -- Taku YASUI Sun, 11 Sep 2011 20:08:35 +0900 liboauth-ruby (0.4.4-2) unstable; urgency=low * Remove digest/hmac.rb from liboauth-ruby1.9.1 (closes: #602596) -- Taku YASUI Sun, 07 Nov 2010 11:08:56 +0900 liboauth-ruby (0.4.4-1) unstable; urgency=low * New upstream release -- Taku YASUI Sat, 06 Nov 2010 10:37:57 +0900 liboauth-ruby (0.4.3-2) unstable; urgency=low * Add debian/watch file -- Taku YASUI Sat, 06 Nov 2010 10:16:42 +0900 liboauth-ruby (0.4.3-1) unstable; urgency=low * Initial release (Closes: #572016) -- Taku YASUI Sat, 04 Sep 2010 22:28:15 +0900 debian/ruby-oauth.examples0000664000000000000000000000001612203147237013025 0ustar examples/*.rb debian/rules0000775000000000000000000000070112203147237010247 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/copyright0000664000000000000000000000312212203147237011122 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: OAuth Upstream-Contact: Blaine Cook, Larry Halff, Pelle Braendgaard Source: http://rubygems.org/gems/oauth Files: * Copyright: Copyright (c) 2007 Blaine Cook, Larry Halff, Pelle Braendgaard 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. Files: debian/* Copyright: Copyright (C) 2010 Taku YASUI License: GPL-2+ On Debian systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL'. Taku YASUI on Sat, 4 Sep 2010 12:09:12 +0900 debian/ruby-oauth.docs0000664000000000000000000000001412203147237012135 0ustar README.rdoc debian/watch0000664000000000000000000000013712203147237010223 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/oauth .*/oauth-(.*).tar.gz debian/compat0000664000000000000000000000000212203147237010367 0ustar 8 debian/oauth.10000664000000000000000000000215312203147237010374 0ustar .\" Hey, EMACS: -*- nroff -*- .\" (C) Copyright 2013 Taku YASUI , .\" .\" First parameter, NAME, should be all caps .\" Second parameter, SECTION, should be 1-8, maybe w/ subsection .\" other parameters are allowed: see man(7), man(1) .TH oauth 1 "Aug 15, 2013" oauth "oauth command manual" .\" Please adjust this date whenever revising the manpage. .\" .\" Some roff macros, for reference: .\" .nh disable hyphenation .\" .hy enable hyphenation .\" .ad l left justify .\" .ad b justify to both left and right margins .\" .nf disable filling .\" .fi enable filling .\" .br insert line break .\" .sp insert n+1 empty lines .\" for manpage-specific macros, see man(7) .SH NAME oauth \- OAuth command-line client .SH SYNOPSIS .B oauth .RI [ options ] .SH DESCRIPTION oauth is a command-line client to provide OAuth functionality. About OAuth, please read following pages. .RS http://oauth.net/ .br http://en.wikipedia.org/wiki/OAuth .RE .SH OPTIONS All options are displayed by .B oauth -h command. Please run and read it.