debian/0000755000000000000000000000000012266165627007203 5ustar debian/ruby-cmdparse.examples0000644000000000000000000000000712266165627013515 0ustar net.rb debian/rules0000755000000000000000000000070112266165627010261 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/watch0000644000000000000000000000014512266165627010234 0ustar version=3 http://pkg-ruby-extras.alioth.debian.org/cgi-bin/gemwatch/cmdparse .*/cmdparse-(.*).tar.gz debian/source/0000755000000000000000000000000012266165627010503 5ustar debian/source/format0000644000000000000000000000001412266165627011711 0ustar 3.0 (quilt) debian/ruby-cmdparse.links0000644000000000000000000000011512266165627013017 0ustar /usr/lib/ruby/vendor_ruby/cmdparse.rb /usr/lib/ruby/vendor_ruby/cmdparse2.rb debian/copyright0000644000000000000000000000224412266165627011140 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: cmdparse Source: http://cmdparse.rubyforge.org/ Files: * Copyright: Copyright (C) 2004-2012 Thomas Leitner License: LGPL-3+ Files: setup.rb Copyright: Copyright (c) 2000-2004 Minero Aoki License: LGPL-2.1+ Files: debian/* Copyright: © 2001 Antonio Terceiro License: LGPL-3+ License: LGPL-2.1+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. . A copy of the LGPL-2.1 can be found at `/usr/share/common-licenses/LGPL-2.1' on any Debian system. License: LGPL-3+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. . On Debian systems, the full text of the GNU Lesser General Public License version 3 can be found in the file `/usr/share/common-licenses/LGPL-3'. debian/control0000644000000000000000000000175112266165627010612 0ustar Source: ruby-cmdparse Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Antonio Terceiro , Arnaud Cornet , Paul van Tilburg , Cédric Boutillier Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.3.0~) Standards-Version: 3.9.5 Vcs-Git: git://anonscm.debian.org/pkg-ruby-extras/ruby-cmdparse.git Vcs-Browser: http://anonscm.debian.org/gitweb?p=pkg-ruby-extras/ruby-cmdparse.git;a=summary Homepage: http://cmdparse.rubyforge.org XS-Ruby-Versions: all Package: ruby-cmdparse Architecture: all XB-Ruby-Versions: ${ruby:Versions} Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter Description: Advanced command line parsing Ruby module supporting sub-commands Flexible Ruby library simplifying creation of shell commands using sub-commands, ie a la apt-get. It Uses optparse, part of the Ruby standard library. debian/compat0000644000000000000000000000000212266165627010401 0ustar 7 debian/ruby-cmdparse.docs0000644000000000000000000000021412266165627012627 0ustar # FIXME: doc/ dir found in source. Consider installing the docs. # Examples: # doc/manual.html # doc/site/* # FIXME: READMEs found # README debian/changelog0000644000000000000000000000633312266165627011062 0ustar ruby-cmdparse (2.0.5-2) unstable; urgency=low [ Cédric Boutillier ] * Team upload. * debian/control - remove obsolete DM-Upload-Allowed flag - use canonical URI in Vcs-* fields [ Jonas Genannt ] * removed transitional packages * d/control: - bumped standards version to 3.9.5 (no changes needed) - changed Cédric Boutillier email to @debian.org - updated long description -- Jonas Genannt Thu, 16 Jan 2014 16:13:30 +0100 ruby-cmdparse (2.0.5-1) unstable; urgency=low * New upstream version * Bump Standards-Version: to 3.9.3 (no changes needed) * update copyright file to DEP-5 copyright-format/1.0 standard * Update description to mention Ruby * Set Priority of transtional packages to extra * Update order of packages in lintian-overrides * Add myself to Uploaders: [Vincent Fourmond] * Force a build-depends on gem2deb (>= 0.3.0~) -- Cédric Boutillier Fri, 22 Jun 2012 00:35:23 +0200 ruby-cmdparse (2.0.3-1) unstable; urgency=low * New upstream release * Adapt package to the new Ruby policy: rename source and binary packages and migrate to gem2deb. -- Antonio Terceiro Mon, 29 Aug 2011 18:03:57 -0700 libcmdparse2-ruby (2.0.2-2) unstable; urgency=low [ Arnaud Cornet ] * Do not use the Uploaders rule anymore. [ Lucas Nussbaum ] * Bumped debhelper build-depend to >= 5 (fixes linda error). -- Arnaud Cornet Sun, 15 Apr 2007 11:01:04 +0200 libcmdparse2-ruby (2.0.2-1) unstable; urgency=low [ Arnaud Cornet ] * Move cdbs, debhelper, ruby and ruby-pkg-tools to build-depends. * New upstream version. [ Paul van Tilburg ] * Bumped standards-version to 3.7.2; no changes required. -- Paul van Tilburg Thu, 27 Jul 2006 22:00:52 +0200 libcmdparse2-ruby (2.0.0-3) unstable; urgency=low [ Arnaud Cornet ] * libcmdparse2-ruby1.8 now replaces libcmdparse2-ruby (<= 2.0.0-1) to make it upgradable. -- Paul van Tilburg Fri, 14 Apr 2006 16:29:26 +0200 libcmdparse2-ruby (2.0.0-2) unstable; urgency=low [ Lucas Nussbaum ] * Added debian/watch file. [ Arnaud Cornet ] * Take ownership of the package. * debian/control.in now uses @RUBY_EXTRAS_TEAM@ instead of the deprecated @RUBY_TEAM@, and build-depends on ruby-pkg-tools >= 0.8. * Split the package in two (libcmdparse2-ruby and libcmdparse2-ruby1.8). [ Paul van Tilburg ] * Added new build-depends that are needed because the package now uses the ruby-setup-rb class from the ruby-pkg-tools. -- Paul van Tilburg Thu, 30 Mar 2006 13:41:40 +0200 libcmdparse2-ruby (2.0.0-1) unstable; urgency=low [ Arnaud Cornet ] * New upstream release. * Added setup.rb licence to debian/copyright. * libcmdparse2-ruby is maintained by the Debian/Ruby Extras team. [ Paul van Tilburg ] * Prepared control.in to have a template Uploaders field. * Adapted debian/rules to update this Uploaders field. -- Paul van Tilburg Wed, 28 Dec 2005 22:12:00 +0000 libcmdparse-ruby (1.0.5-1) unstable; urgency=low * Initial Release. -- Arnaud Cornet Wed, 10 Aug 2005 11:38:10 +0200 debian/ruby-tests.rb0000644000000000000000000000027012266165627011650 0ustar # a VERY BASIC test case, just to be sure that the code is installed. require 'test/unit' class CmdParseTest < Test::Unit::TestCase def test_require require 'cmdparse' end end