[DRE-commits] [SCM] ruby-commandline.git branch, master, updated. upstream/0.7.10-8-g372fa7c

Cédric Boutillier cedric.boutillier at gmail.com
Sat Oct 15 21:00:48 UTC 2011


The following commit has been merged in the master branch:
commit 75b66e98700d498b53970c1a954d0be930aaefe4
Author: Cédric Boutillier <cedric.boutillier at gmail.com>
Date:   Sat Oct 15 16:49:26 2011 +0200

    update control file

diff --git a/debian/control b/debian/control
index a52a962..893d393 100644
--- a/debian/control
+++ b/debian/control
@@ -2,12 +2,12 @@ Source: ruby-commandline
 Section: ruby
 Priority: optional
 Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
-Uploaders: Cédric Boutillier <cedric.boutillier at gmail.com>
+Uploaders: Esteban Manchado Velázquez <zoso at debian.org>, Paul van Tilburg <paulvt at debian.org>, Cédric Boutillier <cedric.boutillier at gmail.com>
 DM-Upload-Allowed: yes
-Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.10~)
+Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.2.10~), graphviz
 Standards-Version: 3.9.2
-#Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-commandline.git
-#Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-commandline.git;a=summary
+Vcs-Git: git://git.debian.org/pkg-ruby-extras/ruby-commandline.git
+Vcs-Browser: http://git.debian.org/?p=pkg-ruby-extras/ruby-commandline.git;a=summary
 Homepage: http://rubyforge.org/projects/optionparser/
 XS-Ruby-Versions: all
 
@@ -15,6 +15,54 @@ Package: ruby-commandline
 Architecture: all
 XB-Ruby-Versions: ${ruby:Versions}
 Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
-# text-format (= 1.0.0)
-Description: Tools to facilitate creation of command line applications and flexible parsing of command line options.
- <insert long description, indented with spaces>
+Replaces: libcommandline-ruby (<< 0.7.10-11~), libcommandline-ruby1.8 (<< 0.7.10-11~)
+Breaks: libcommandline-ruby (<< 0.7.10-11~), libcommandline-ruby1.8 (<< 0.7.10-11~)
+Provides: libcommandline-ruby, 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.
+
+Package: ruby-commandline-doc
+Section: doc
+Architecture: all
+XB-Ruby-Versions: ${ruby:Versions}
+Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter
+Replaces: libcommandline-ruby-doc (<< 0.7.10-11~)
+Breaks: libcommandline-ruby-doc (<< 0.7.10-11~)
+Provides: libcommandline-ruby-doc
+Description: Ruby library to write command-line applications (documentation)
+ 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 the documentation package, with upstream documentation, as well as
+ generated RDoc documentation.
+
+Package: libcommandline-ruby
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-commandline
+Description: Transitional package for ruby-commandline
+ This is a transitional package to ease upgrades to the ruby-commandline
+ package. It can safely be removed.
+
+Package: libcommandline-ruby1.8
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-commandline
+Description: Transitional package for ruby-commandline
+ This is a transitional package to ease upgrades to the ruby-commandline
+ package. It can safely be removed.
+
+Package: libcommandline-ruby-doc
+Section: oldlibs
+Architecture: all
+Depends: ${misc:Depends}, ruby-commandline-doc
+Description: Transitional package for ruby-commandline-doc
+ This is a transitional package to ease upgrades to the ruby-commandline-doc
+ package. It can safely be removed.

-- 
ruby-commandline.git



More information about the Pkg-ruby-extras-commits mailing list