--- libcmdparse2-ruby-2.0.2.orig/debian/changelog +++ libcmdparse2-ruby-2.0.2/debian/changelog @@ -0,0 +1,66 @@ +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 + --- libcmdparse2-ruby-2.0.2.orig/debian/control +++ libcmdparse2-ruby-2.0.2/debian/control @@ -0,0 +1,29 @@ +Source: libcmdparse2-ruby +Section: interpreters +Priority: optional +Maintainer: Arnaud Cornet +Uploaders: Debian Ruby Extras Maintainers +Build-Depends: cdbs, debhelper (>= 5.0.0), ruby-pkg-tools (>= 0.8), ruby +Standards-Version: 3.7.2 + +Package: libcmdparse2-ruby +Architecture: all +Depends: libcmdparse2-ruby1.8 +Description: Advanced command line parsing module supporting sub-commands + Flexible library simplifying creation of shell commands using sub-commands, + ie a la apt-get. + Uses optparse, part of ruby standard library. + . + This package is part of the Ruby library extras, a supplement to Ruby's + standard library. + . + +Package: libcmdparse2-ruby1.8 +Architecture: all +Depends: ruby1.8 +Replaces: libcmdparse2-ruby (<= 2.0.0-1) +Description: Advanced command line parsing module supporting sub-commands + Flexible library simplifying creation of shell commands using sub-commands, + ie a la apt-get. + Uses optparse, part of ruby standard library. + --- libcmdparse2-ruby-2.0.2.orig/debian/compat +++ libcmdparse2-ruby-2.0.2/debian/compat @@ -0,0 +1 @@ +5 --- libcmdparse2-ruby-2.0.2.orig/debian/libcmdparse2-ruby1.8.examples +++ libcmdparse2-ruby-2.0.2/debian/libcmdparse2-ruby1.8.examples @@ -0,0 +1 @@ +net.rb --- libcmdparse2-ruby-2.0.2.orig/debian/rules +++ libcmdparse2-ruby-2.0.2/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk + +DEB_RUBY_CONFIG_ARGS = --prefix=/usr --site-ruby=/usr/lib/ruby/1.8 + +install/libcmdparse2-ruby1.8:: + mv debian/libcmdparse2-ruby1.8/usr/lib/ruby/1.8/cmdparse.rb debian/libcmdparse2-ruby1.8/usr/lib/ruby/1.8/cmdparse2.rb --- libcmdparse2-ruby-2.0.2.orig/debian/copyright +++ libcmdparse2-ruby-2.0.2/debian/copyright @@ -0,0 +1,29 @@ +This package was debianized by Arnaud Cornet on +Wed, 10 Aug 2005 11:48:19 +0200 + +It was downloaded from http://cmdparse.rubyforge.org/ + +Upstream Author: Thomas Leitner + +Copyright: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; version 2 dated June, 1991. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA + 02110-1301, USA. + +On Debian GNU/Linux systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The setup.rb file included in the package's source is released under the GNU +LGPL. On Debian systems, the complete text of the GNU Lesser General Public +can be found in `/usr/share/common-licenses/LGPL'. --- libcmdparse2-ruby-2.0.2.orig/debian/watch +++ libcmdparse2-ruby-2.0.2/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://rubyforge.org/frs/?group_id=396 .*cmdparse-(.*)\.t.*