debian/0000755000000000000000000000000012265525575007204 5ustar debian/changelog0000644000000000000000000000533112265525575011060 0ustar ruby-mixlib-authentication (1.3.0-1) unstable; urgency=medium * Team upload. * New upstream release. * Drop patches, superseded upstream. * Drop transitional libmixlib-authentication-ruby packages. Not needed post-wheezy. * Bump Stardards-Version to 3.9.5. - Bump debhelper dependency to 8.1 for build-{arch,indep} support. * Update debian/copyright. -- Stefano Rivera Wed, 15 Jan 2014 17:38:37 +0200 ruby-mixlib-authentication (1.1.4-2) unstable; urgency=low * Bumped the build-dependency of gem2deb to >= 0.3.0~. -- Paul van Tilburg Wed, 27 Jun 2012 20:19:56 +0200 ruby-mixlib-authentication (1.1.4-1) unstable; urgency=low * New upstream release. * Source packages adapted according to the new Ruby policy (closes: #653359): - Build for both ruby1.8 and ruby1.9.1. - Migrated to pkg-ruby-extras git repos. Changed the Vcs-* fields in debian/control accordingly. - Changed the depends and recommends to follow the new Ruby library naming scheme. * debian/control: - Added a default DM-Upload-Allowed field set to yes. - Standards-Version bumped to 3.9.3; no changes required. - Set XS-Ruby-Versions to all. - Changed the build-depends for using gem2deb instead of ruby-pkg-tools. - Added libmixlib-authentication-ruby and libmixlib-authentication-ruby1.8 as transitional packages. - Added a build-depend on ruby-rspec for the test suite. * debian/copyright: reworked to fit the Debian copyright format version 1.0. * debian/patches: added 01_fix_http_authentication_request_spec.diff to fix an issue with a test. * debian/source/local-options: set "unapply-patches" to unapply patches after build. -- Paul van Tilburg Thu, 17 May 2012 13:56:37 +0200 libmixlib-authentication-ruby (1.1.2-1) unstable; urgency=low * New upstream release (1.1.2). -- Joshua Timberman Thu, 01 Jul 2010 11:09:50 -0600 libmixlib-authentication-ruby (1.1.0-1) unstable; urgency=low * New upstream release. * fix log level call * fix spurious auth header dump * remove digest/hmac and use ruby digest instead. * Hash path in request signature. * Remove libhmac-ruby from dependency in control. * Drop 'v' from git tag version. -- Joshua Timberman Sun, 28 Feb 2010 19:13:43 -0700 libmixlib-authentication-ruby (1.0.0-2) unstable; urgency=low * Corrected ruby-hmac package name, libhmac-ruby1.8 in control file. -- Joshua Timberman Mon, 8 Feb 2010 06:44:37 -0700 libmixlib-authentication-ruby (1.0.0-1) unstable; urgency=low * Initial release -- Joshua Timberman Sat, 28 Nov 2009 08:28:28 -0600 debian/rules0000755000000000000000000000070112263522347010252 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/watch0000644000000000000000000000017712263522347010232 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/mixlib-authentication .*/mixlib-authentication-(.*).tar.gz debian/compat0000644000000000000000000000000212263522347010372 0ustar 7 debian/source/0000755000000000000000000000000012263522347010474 5ustar debian/source/format0000644000000000000000000000001412263522347011702 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000216312263536265011135 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: mixlib-authentication Upstream-Contact: Christopher Brown Source: https://github.com/opscode/mixlib-aut Files: * Copyright: 2009-2012, Opscode, Inc. License: Apache-2.0 Files: debian/* Copyright: 2012, Paul van Tilburg 2014, Stefano Rivera License: Apache-2.0 License: Apache-2.0 Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at . http://www.apache.org/licenses/LICENSE-2.0 . Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. . On Debian systems, the full text of the Apache License version 2.0 can be found in the file `/usr/share/common-licenses/Apache-2.0'. debian/control0000644000000000000000000000261412263526314010600 0ustar Source: ruby-mixlib-authentication Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Joshua Timberman , Paul van Tilburg , Praveen Arimbrathodiyil Build-Depends: debhelper (>= 8.1), gem2deb (>= 0.3.0~), rake, ruby-rspec, ruby-mixlib-log (>= 1.3.0) Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-mixlib-authentication.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-mixlib-authentication.git;a=summary Homepage: http://github.com/opscode/mixlib-authentication XS-Ruby-Versions: all Package: ruby-mixlib-authentication Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter, ruby-mixlib-log (>= 1.3.0) Replaces: libmixlib-authentication-ruby (<< 1.1.4-1~), libmixlib-authentication-ruby1.8 (<< 1.1.4-1~) Breaks: libmixlib-authentication-ruby (<< 1.1.4-1~), libmixlib-authentication-ruby1.8 (<< 1.1.4-1~) Provides: libmixlib-authentication-ruby, libmixlib-authentication-ruby1.8 Description: Simple Ruby mixin for creating a logger object Provides a class based object to provide logging. Messages can be sent at different levels such as warn or error. Logging defaults to STDOUT but can also be sent to a file with simple built in rotation. debian/ruby-tests.rake0000644000000000000000000000022112263522347012154 0ustar require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) do |spec| spec.pattern = 'spec/**/*_spec.rb' end task :default => :spec debian/ruby-mixlib-authentication.docs0000644000000000000000000000001412263522347015321 0ustar README.rdoc