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

Paul van Tilburg paulvt at costa.debian.org
Wed Dec 28 22:15:09 UTC 2005


Author: paulvt
Date: 2005-12-28 22:15:08 +0000 (Wed, 28 Dec 2005)
New Revision: 189

Added:
   packages/libcmdparse2-ruby/trunk/debian/control.in
Modified:
   packages/libcmdparse2-ruby/trunk/debian/changelog
   packages/libcmdparse2-ruby/trunk/debian/rules
Log:
Added the Uploaders rule, adapted debian/rules and debian/control.in.

Modified: packages/libcmdparse2-ruby/trunk/debian/changelog
===================================================================
--- packages/libcmdparse2-ruby/trunk/debian/changelog	2005-12-28 13:14:48 UTC (rev 188)
+++ packages/libcmdparse2-ruby/trunk/debian/changelog	2005-12-28 22:15:08 UTC (rev 189)
@@ -1,10 +1,16 @@
 libcmdparse2-ruby (2.0.0-1) unstable; urgency=low
 
-  * new upstream release
-  * Added setup.rb licence to debian/copyright
+  [ Arnaud Cornet ]
+  * New upstream release.
+  * Added setup.rb licence to debian/copyright.
+  * libcmdparse2-ruby is maintained by the Debian/Ruby Extras team.
 
- -- Arnaud Cornet <arnaud.cornet at gmail.com>  Sat, 17 Dec 2005 12:03:54 +0100
+  [ Paul van Tilburg ]
+  * Prepared control.in to have a template Uploaders field.
+  * Adapted debian/rules to update this Uploaders field.
 
+ -- Paul van Tilburg <paulvt at debian.org>  Wed, 28 Dec 2005 22:12:00 +0000
+
 libcmdparse-ruby (1.0.5-1) unstable; urgency=low
 
   * Initial Release.

Copied: packages/libcmdparse2-ruby/trunk/debian/control.in (from rev 183, packages/libcmdparse2-ruby/trunk/debian/control)
===================================================================
--- packages/libcmdparse2-ruby/trunk/debian/control	2005-12-17 11:14:27 UTC (rev 183)
+++ packages/libcmdparse2-ruby/trunk/debian/control.in	2005-12-28 22:15:08 UTC (rev 189)
@@ -0,0 +1,15 @@
+Source: libcmdparse2-ruby
+Section: interpreters
+Priority: optional
+Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Uploaders: @RUBY_TEAM@
+Build-Depends-Indep: ruby-pkg-tools, cdbs, debhelper (>= 4.0.0), ruby
+Standards-Version: 3.6.2.1
+
+Package: libcmdparse2-ruby
+Architecture: all
+Depends: ruby
+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/rules
===================================================================
--- packages/libcmdparse2-ruby/trunk/debian/rules	2005-12-28 13:14:48 UTC (rev 188)
+++ packages/libcmdparse2-ruby/trunk/debian/rules	2005-12-28 22:15:08 UTC (rev 189)
@@ -2,6 +2,9 @@
 
 include /usr/share/cdbs/1/rules/debhelper.mk
 
+# This package is maintained by the Debian/Ruby Extras team.
+include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk
+
 # configure and build should not be relaunched in binary rule
 
 build/libcmdparse2-ruby::




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