debian/0000755000000000000000000000000011772651544007202 5ustar debian/ruby-tests.rb0000644000000000000000000000005511712612377011643 0ustar Dir['{spec}/**/*.rb'].each { |f| require f } debian/control0000644000000000000000000000343311772651255010607 0ustar Source: ruby-mixlib-log Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Joshua Timberman , Paul van Tilburg , Praveen Arimbrathodiyil DM-Upload-Allowed: yes Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~), ruby-rspec Standards-Version: 3.9.3 Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-mixlib-log.git Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-mixlib-log.git;a=summary Homepage: http://github.com/opscode/mixlib-log XS-Ruby-Versions: all Package: ruby-mixlib-log Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Replaces: libmixlib-log-ruby (<< 1.3.0-1~), libmixlib-log-ruby1.8 (<< 1.3.0-1~) Breaks: libmixlib-log-ruby (<< 1.3.0-1~), libmixlib-log-ruby1.8 (<< 1.3.0-1~) Provides: libmixlib-log-ruby, libmixlib-log-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. Package: libmixlib-log-ruby Section: oldlibs Priority: extra Architecture: all Depends: ${misc:Depends}, ruby-mixlib-log Description: Transitional package for ruby-mixlib-log This is a transitional package to ease upgrades to the ruby-mixlib-log package. It can safely be removed. Package: libmixlib-log-ruby1.8 Section: oldlibs Priority: extra Architecture: all Depends: ${misc:Depends}, ruby-mixlib-log Description: Transitional package for ruby-mixlib-log This is a transitional package to ease upgrades to the ruby-mixlib-log package. It can safely be removed. debian/changelog0000644000000000000000000000352311772651544011057 0ustar ruby-mixlib-log (1.4.1-1) unstable; urgency=low * New upstream release. * debian/control: - Bumped standards-version to 3.9.3. - Bumped the build-dependency on gem2deb to >= 0.3.0~. * debian/patches: dropped patch 001-require-explicit-rspec.patch; applied upstream. -- Paul van Tilburg Wed, 27 Jun 2012 20:39:30 +0200 ruby-mixlib-log (1.3.0-1) unstable; urgency=low * Transition to gem2deb. (Closes :#643616) * Use github tarballs instead of gem for tests. * Add myself to uploaders. * Add explicit require 'rspec' to make tests run (patch). * Override duplicate description for transitional packages. -- Praveen Arimbrathodiyil Wed, 28 Sep 2011 12:00:48 +0530 libmixlib-log-ruby (1.1.0-1) unstable; urgency=low * New upstream release. * fixes log level setting. * fix logger and level pseudo accessors. * Drop 'v' from git tag version. * Split upstream authors and copyright. -- Joshua Timberman Sun, 28 Feb 2010 19:30:45 -0700 libmixlib-log-ruby (1.0.3-3) unstable; urgency=low [ Joshua Timberman ] * New maintainer. * Add DRE team to uploaders. [ Paul van Tilburg ] * debian/control: - Added myself to the uploaders. - Bumped standards version to 3.8.4; no changes required. - Added missing Vcs-* fields. * debian/watch: use gitrehubdir to get tarballs instead of gems. -- Paul van Tilburg Sun, 14 Feb 2010 20:42:26 +0100 libmixlib-log-ruby (1.0.3-2) unstable; urgency=low * Bump standards version to 3.8.2 * Move ruby-pkg-tools to build-depends -- Bryan McLellan Fri, 19 Jun 2009 14:30:24 -0700 libmixlib-log-ruby (1.0.3-1) unstable; urgency=low * Initial release (Closes: #529533) -- Bryan McLellan Tue, 19 May 2009 14:44:32 -0700 debian/source/0000755000000000000000000000000011712612377010475 5ustar debian/source/format0000644000000000000000000000001411712612377011703 0ustar 3.0 (quilt) debian/ruby-mixlib-log.docs0000644000000000000000000000001411712612377013064 0ustar README.rdoc debian/source.lintian-overrides0000644000000000000000000000036411712612377014060 0ustar # override duplicate description for transitional packages ruby-mixlib-log source: duplicate-short-description libmixlib-log-ruby libmixlib-log-ruby1.8 ruby-mixlib-log source: duplicate-long-description libmixlib-log-ruby libmixlib-log-ruby1.8 debian/watch0000644000000000000000000000052411712612377010227 0ustar version=3 #http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/mixlib-log .*/mixlib-log-(.*).tar.gz # gem is missing spec files, so using github tarballs instead. # requested upstream to include these in gem at # https://github.com/opscode/mixlib-log/issues/1 http://githubredir.debian.net/github/opscode/mixlib-log/([0-9]+.*).tar.gz debian/copyright0000644000000000000000000000254311712612377011134 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: mixlib-log Source: https://github.com/opscode/mixlib-log Files: * Copyright: 2008 Opscode, Inc 2008 Adam Jacob 2008 Arjuna Christensen 2008 Bryan McLellan 2008 Ezra Zygmuntowicz 2009 Sean Cribbs 2009 Christopher Brown 2009 Thom May License: Apache-2.0 Files: debian/* Copyright: 2009 Bryan McLellan 2011 Praveen Arimbrathodiyil 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/rules0000755000000000000000000000070111712612377010253 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/compat0000644000000000000000000000000211712612377010373 0ustar 7 debian/patches/0000755000000000000000000000000011772651243010625 5ustar debian/patches/series0000644000000000000000000000000011772651231012025 0ustar