[Pkg-ruby-extras-maintainers] r624 - packages/libcmdparse2-ruby/trunk/debian

Arnaud Cornet nohar-guest at costa.debian.org
Thu Jun 15 20:20:42 UTC 2006


Author: nohar-guest
Date: 2006-06-15 20:20:23 +0000 (Thu, 15 Jun 2006)
New Revision: 624

Modified:
   packages/libcmdparse2-ruby/trunk/debian/changelog
   packages/libcmdparse2-ruby/trunk/debian/control
   packages/libcmdparse2-ruby/trunk/debian/control.in
Log:
Move cdbs and debhelper to build-depends.

Modified: packages/libcmdparse2-ruby/trunk/debian/changelog
===================================================================
--- packages/libcmdparse2-ruby/trunk/debian/changelog	2006-06-15 19:55:20 UTC (rev 623)
+++ packages/libcmdparse2-ruby/trunk/debian/changelog	2006-06-15 20:20:23 UTC (rev 624)
@@ -1,9 +1,13 @@
 libcmdparse2-ruby (2.0.0-4) UNRELEASED; urgency=low
 
+  [ Paul van Tilburg ]
   * NOT RELEASED YET
 
- -- Paul van Tilburg <paulvt at debian.org>  Fri, 14 Apr 2006 18:07:55 +0200
+  [ Arnaud Cornet ]
+  * move cdbs and debhelp to build-depends.
 
+ -- Arnaud Cornet <arnaud.cornet at gmail.com>  Thu, 15 Jun 2006 22:12:52 +0200
+
 libcmdparse2-ruby (2.0.0-3) unstable; urgency=low
 
   [ Arnaud Cornet ]

Modified: packages/libcmdparse2-ruby/trunk/debian/control
===================================================================
--- packages/libcmdparse2-ruby/trunk/debian/control	2006-06-15 19:55:20 UTC (rev 623)
+++ packages/libcmdparse2-ruby/trunk/debian/control	2006-06-15 20:20:23 UTC (rev 624)
@@ -2,14 +2,29 @@
 Section: interpreters
 Priority: optional
 Maintainer: Arnaud Cornet <arnaud.cornet at gmail.com>
-Build-Depends-Indep: ruby-pkg-tools (>= 0.8), cdbs, debhelper (>= 4.0.0), ruby
+Uploaders: @RUBY_EXTRAS_TEAM@
+Build-Depends: cdbs, debhelper (>= 4.0.0)
+Build-Depends-Indep: ruby-pkg-tools (>= 0.8), ruby
 Standards-Version: 3.6.2.1
 
 Package: libcmdparse2-ruby
 Architecture: all
-Depends: ruby
+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.
+

Modified: packages/libcmdparse2-ruby/trunk/debian/control.in
===================================================================
--- packages/libcmdparse2-ruby/trunk/debian/control.in	2006-06-15 19:55:20 UTC (rev 623)
+++ packages/libcmdparse2-ruby/trunk/debian/control.in	2006-06-15 20:20:23 UTC (rev 624)
@@ -3,7 +3,8 @@
 Priority: optional
 Maintainer: Arnaud Cornet <arnaud.cornet at gmail.com>
 Uploaders: @RUBY_EXTRAS_TEAM@
-Build-Depends-Indep: ruby-pkg-tools (>= 0.8), cdbs, debhelper (>= 4.0.0), ruby
+Build-Depends: cdbs, debhelper (>= 4.0.0)
+Build-Depends-Indep: ruby-pkg-tools (>= 0.8), ruby
 Standards-Version: 3.6.2.1
 
 Package: libcmdparse2-ruby




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