[Pkg-ruby-extras-maintainers] r132 - in packages: . libcommandline-ruby libcommandline-ruby/trunk libcommandline-ruby/trunk/debian

Esteban Manchado Velázquez zoso at costa.debian.org
Fri Nov 11 17:33:14 UTC 2005


Author: zoso
Date: 2005-11-11 17:33:11 +0000 (Fri, 11 Nov 2005)
New Revision: 132

Added:
   packages/libcommandline-ruby/
   packages/libcommandline-ruby/tags/
   packages/libcommandline-ruby/trunk/
   packages/libcommandline-ruby/trunk/debian/
   packages/libcommandline-ruby/trunk/debian/changelog
   packages/libcommandline-ruby/trunk/debian/compat
   packages/libcommandline-ruby/trunk/debian/control
   packages/libcommandline-ruby/trunk/debian/control.in
   packages/libcommandline-ruby/trunk/debian/copyright
   packages/libcommandline-ruby/trunk/debian/rules
Log:
- Initial structure for libcommandline-ruby


Added: packages/libcommandline-ruby/trunk/debian/changelog
===================================================================
--- packages/libcommandline-ruby/trunk/debian/changelog	2005-11-10 11:16:37 UTC (rev 131)
+++ packages/libcommandline-ruby/trunk/debian/changelog	2005-11-11 17:33:11 UTC (rev 132)
@@ -0,0 +1,7 @@
+libcommandline-ruby (1.0.3-1) unstable; urgency=low
+
+  [ Esteban Manchado Velázquez ]
+  * Initial upload (Closes: #338634)
+
+ -- Esteban Manchado Velázquez <zoso at debian.org>  Fri, 11 Nov 2005 16:39:21 +0000
+

Added: packages/libcommandline-ruby/trunk/debian/compat
===================================================================
--- packages/libcommandline-ruby/trunk/debian/compat	2005-11-10 11:16:37 UTC (rev 131)
+++ packages/libcommandline-ruby/trunk/debian/compat	2005-11-11 17:33:11 UTC (rev 132)
@@ -0,0 +1 @@
+4

Added: packages/libcommandline-ruby/trunk/debian/control
===================================================================
--- packages/libcommandline-ruby/trunk/debian/control	2005-11-10 11:16:37 UTC (rev 131)
+++ packages/libcommandline-ruby/trunk/debian/control	2005-11-11 17:33:11 UTC (rev 132)
@@ -0,0 +1,29 @@
+Source: libcommandline-ruby
+Section: devel
+Priority: optional
+Maintainer: Esteban Manchado Velázquez <zoso at debian.org>
+Build-Depends-Indep: cdbs, debhelper (>= 4.0.0), ruby-pkg-tools, ruby1.8
+Standards-Version: 3.6.2
+
+Package: libcommandline-ruby
+Architecture: all
+Depends: libcommandline-ruby1.8
+Description: Ruby library to write command-line applications
+ This library greatly simplifies the repetitive process of building a command
+ line user interface for your applications. It's 'ruby-like' usage style
+ streamlines application development so that even applications with numerous
+ configuration options can be quickly put together. CommandLine automatically
+ builds friendly usage and help screens that are nicely formatted for the user.
+ .
+ This is a dummy package depending on the library for the current default
+ version of Ruby.
+
+Package: libcommandline-ruby1.8
+Architecture: all
+Depends: ruby1.8
+Description: Ruby library to write command-line applications
+ This library greatly simplifies the repetitive process of building a command
+ line user interface for your applications. It's 'ruby-like' usage style
+ streamlines application development so that even applications with numerous
+ configuration options can be quickly put together. CommandLine automatically
+ builds friendly usage and help screens that are nicely formatted for the user.

Added: packages/libcommandline-ruby/trunk/debian/control.in
===================================================================
--- packages/libcommandline-ruby/trunk/debian/control.in	2005-11-10 11:16:37 UTC (rev 131)
+++ packages/libcommandline-ruby/trunk/debian/control.in	2005-11-11 17:33:11 UTC (rev 132)
@@ -0,0 +1,29 @@
+Source: libcommandline-ruby
+Section: devel
+Priority: optional
+Maintainer: Esteban Manchado Velázquez <zoso at debian.org>
+Build-Depends-Indep: cdbs, debhelper (>= 4.0.0), ruby-pkg-tools, ruby1.8
+Standards-Version: 3.6.2
+
+Package: libcommandline-ruby
+Architecture: all
+Depends: libcommandline-ruby1.8
+Description: Ruby library to write command-line applications
+ This library greatly simplifies the repetitive process of building a command
+ line user interface for your applications. It's 'ruby-like' usage style
+ streamlines application development so that even applications with numerous
+ configuration options can be quickly put together. CommandLine automatically
+ builds friendly usage and help screens that are nicely formatted for the user.
+ .
+ This is a dummy package depending on the library for the current default
+ version of Ruby.
+
+Package: libcommandline-ruby1.8
+Architecture: all
+Depends: ruby1.8
+Description: Ruby library to write command-line applications
+ This library greatly simplifies the repetitive process of building a command
+ line user interface for your applications. It's 'ruby-like' usage style
+ streamlines application development so that even applications with numerous
+ configuration options can be quickly put together. CommandLine automatically
+ builds friendly usage and help screens that are nicely formatted for the user.

Added: packages/libcommandline-ruby/trunk/debian/copyright
===================================================================
--- packages/libcommandline-ruby/trunk/debian/copyright	2005-11-10 11:16:37 UTC (rev 131)
+++ packages/libcommandline-ruby/trunk/debian/copyright	2005-11-11 17:33:11 UTC (rev 132)
@@ -0,0 +1,36 @@
+This package was debianized by Esteban Manchado Velázquez <zoso at debian.org> on
+Fri Nov 11 16:31:33 WET 2005.
+
+It was downloaded from http://rubyforge.org/frs/?group_id=632&release_id=3403
+
+Copyright Holder: Jim Freeze <jim at freeze.org>
+
+License:
+
+All rights reserved.
+
+Permission is hereby granted, free of charge, to any person obtaining 
+a copy of this software and associated documentation files 
+(the "Software"), to deal in the Software without restriction, 
+including without limitation the rights to use, copy, modify, 
+merge, publish, distribute, sublicense, and/or sell copies of the 
+Software, and to permit persons to whom the Software is furnished 
+to do so, subject to the following conditions:
+
+The above copyright notice and this permission notice shall be 
+included in all copies or substantial portions of the Software.
+
+THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 
+"AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT 
+LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS 
+FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 
+OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, 
+SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED 
+TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR 
+PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF 
+LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING 
+NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS 
+SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
+
+  http://www.opensource.org/licenses/mit-license.php
+  http://www.opensource.org/licenses/bsd-license.php

Added: packages/libcommandline-ruby/trunk/debian/rules
===================================================================
--- packages/libcommandline-ruby/trunk/debian/rules	2005-11-10 11:16:37 UTC (rev 131)
+++ packages/libcommandline-ruby/trunk/debian/rules	2005-11-11 17:33:11 UTC (rev 132)
@@ -0,0 +1,11 @@
+#!/usr/bin/make -f
+#
+# CDBS file to build the Ruby SVG package.
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
+
+include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk
+
+DEB_RUBY_SETUP_CMD = install.rb
+DEB_RUBY_CONFIG_ARGS = --site-ruby=/usr/lib/ruby/1.8


Property changes on: packages/libcommandline-ruby/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *




More information about the pkg-ruby-extras-maintainers mailing list