debian/0000755000000000000000000000000012265525341007173 5ustar debian/changelog0000644000000000000000000000437312265525341011054 0ustar ruby-mixlib-cli (1.4.0-1) unstable; urgency=medium * Team upload. * New upstream release. * Drop old libmixlib-cli-ruby transition packages. Not needed post-wheezy. * Bump Stardards-Verison 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:36:01 +0200 ruby-mixlib-cli (1.2.2-2) unstable; urgency=low * Bumped the build-dependency of gem2deb to >= 0.3.0~. * Bumped standards-version to 3.9.3. -- Paul van Tilburg Wed, 27 Jun 2012 20:20:28 +0200 ruby-mixlib-cli (1.2.2-1) unstable; urgency=low * New upstream release * Transition to gem2deb (Closes: #653286) * patch for adding explicit rspec require. -- Praveen Arimbrathodiyil Mon, 26 Dec 2011 18:46:29 +0530 libmixlib-cli-ruby (1.2.0-1) unstable; urgency=low * New upstream release * debian/control: - Added myself to the uploaders. - Port to ruby1.9.1 - Updated description. (Closes: #542458) * Added debian/source * Updated debian/copyright. -- Deepak Tripathi Mon, 10 May 2010 08:15:35 +0000 libmixlib-cli-ruby (1.1.0-1) unstable; urgency=low * New upstream version bump for consistency with upcoming Chef release. * Drop 'v' from git tag version. -- Joshua Timberman Sun, 28 Feb 2010 17:11:44 -0700 libmixlib-cli-ruby (1.0.4-3) unstable; urgency=low [ Joshua Timberman ] [Joshua Timberman] * New maintainer. * Add DRE team to uploaders. * Bump standards version to 3.8.3 [ 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:57:25 +0100 libmixlib-cli-ruby (1.0.4-2) unstable; urgency=low * Move ruby-pkg-tools to build-depends * Bump standards version to 3.8.2 -- Bryan McLellan Fri, 19 Jun 2009 14:26:12 -0700 libmixlib-cli-ruby (1.0.4-1) unstable; urgency=low * Initial release (Closes: #529535) -- Bryan McLellan Tue, 19 May 2009 14:44:32 -0700 debian/rules0000755000000000000000000000070112263522351010245 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/watch0000644000000000000000000000015112263522351010215 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/mixlib-cli .*/mixlib-cli-(.*).tar.gz debian/ruby-mixlib-cli.docs0000644000000000000000000000001412263522351013044 0ustar README.rdoc debian/compat0000644000000000000000000000000212263522351010365 0ustar 7 debian/source/0000755000000000000000000000000012263522351010467 5ustar debian/source/format0000644000000000000000000000001412263522351011675 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000271712263536351011136 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: mixlib-cli Source: https://github.com/opscode/mixlib-cli Files: * Copyright: 2008-2013, 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 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/control0000644000000000000000000000265612263525421010604 0ustar Source: ruby-mixlib-cli Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Joshua Timberman , Paul van Tilburg , Deepak Tripathi , Praveen Arimbrathodiyil Build-Depends: debhelper (>= 8.1), gem2deb (>= 0.3.0~), ruby-rspec Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-mixlib-cli.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-mixlib-cli.git;a=summary Homepage: http://github.com/opscode/mixlib-cli XS-Ruby-Versions: all Package: ruby-mixlib-cli Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Replaces: libmixlib-cli-ruby (<< 1.2.2-1~), libmixlib-cli-ruby1.8 (<< 1.2.2-1~), libmixlib-cli-ruby1.9.1 (<< 1.2.2-1~) Breaks: libmixlib-cli-ruby (<< 1.2.2-1~), libmixlib-cli-ruby1.8 (<< 1.2.2-1~), libmixlib-cli-ruby1.9.1 (<< 1.2.2-1~) Provides: libmixlib-cli-ruby, libmixlib-cli-ruby1.8, libmixlib-cli-ruby1.9.1 Description: Ruby mixin for creating command line applications It provides a class based object to parse command line options. It supports long and short options, descriptions, and a number of other common features. . Mixlib::CLI provides a class-based command line option parsing object, like the one used in Chef, Ohai and Relish. debian/ruby-test-files.yaml0000644000000000000000000000006512263522351013112 0ustar --- - spec/mixlib/cli_spec.rb - spec/spec_helper.rb debian/patches/0000755000000000000000000000000012263522351010616 5ustar debian/patches/001-require-explicit-rspec.patch0000644000000000000000000000076612263522351016553 0ustar Description: add explicit require for rspec Tests fail with "undefined method describe' for main:Object (NoMethodError)" . This patch add an explicit rspec require to fix it. Bug: https://github.com/opscode/mixlib-cli/pull/6 Author: Praveen Arimbrathodiyil Last-Update: 27-12-2011 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,6 +1,7 @@ $TESTING=true $:.push File.join(File.dirname(__FILE__), '..', 'lib') +require 'rspec' require 'mixlib/cli' class TestCLI debian/patches/series0000644000000000000000000000004112263522351012026 0ustar 001-require-explicit-rspec.patch