[DRE-commits] r1475 - packages/libcmd-ruby/trunk/debian

Paul van Tilburg paulvt at alioth.debian.org
Wed Apr 18 22:12:49 UTC 2007


Author: paulvt
Date: 2007-04-18 22:12:49 +0000 (Wed, 18 Apr 2007)
New Revision: 1475

Removed:
   packages/libcmd-ruby/trunk/debian/control.in
Modified:
   packages/libcmd-ruby/trunk/debian/changelog
   packages/libcmd-ruby/trunk/debian/control
   packages/libcmd-ruby/trunk/debian/rules
Log:
* Adapted debian/control, debian/rules, and remove debian/control.in to
  drop the Uploaders rule.

Modified: packages/libcmd-ruby/trunk/debian/changelog
===================================================================
--- packages/libcmd-ruby/trunk/debian/changelog	2007-04-18 22:11:24 UTC (rev 1474)
+++ packages/libcmd-ruby/trunk/debian/changelog	2007-04-18 22:12:49 UTC (rev 1475)
@@ -1,8 +1,9 @@
-libcmd-ruby (0.8.0-3) UNRELEASED; urgency=low
+libcmd-ruby (0.8.0-3) unstable; urgency=low
 
-  * NOT RELEASED YET
+  * Adapted debian/control, debian/rules, and remove debian/control.in to
+    drop the Uploaders rule.
 
- -- Paul van Tilburg <paulvt at debian.org>  Wed, 15 Nov 2006 23:53:07 +0100
+ -- Paul van Tilburg <paulvt at debian.org>  Thu, 19 Apr 2007 00:12:13 +0200
 
 libcmd-ruby (0.8.0-2) unstable; urgency=low
 

Modified: packages/libcmd-ruby/trunk/debian/control
===================================================================
--- packages/libcmd-ruby/trunk/debian/control	2007-04-18 22:11:24 UTC (rev 1474)
+++ packages/libcmd-ruby/trunk/debian/control	2007-04-18 22:12:49 UTC (rev 1475)
@@ -2,7 +2,7 @@
 Section: interpreters
 Priority: optional
 Maintainer: Paul van Tilburg <paulvt at debian.org>
-Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Antonio S. de A. Terceiro <asaterceiro at inf.ufrgs.br>, David Moreno Garza <damog at debian.org>, David Nusinow <dnusinow at debian.org>, Esteban Manchado Velázquez <zoso at debian.org>, Arnaud Cornet <arnaud.cornet at gmail.com>, Lucas Nussbaum <lucas at lucas-nussbaum.net>, Thierry Reding <thierry at doppeltgemoppelt.de>, Marc Dequènes (Duck) <Duck at DuckCorp.org>, Ari Pollak <ari at debian.org>, Daigo Moriwaki <daigo at debian.org>, Vincent Fourmond <vincent.fourmond at 9online.fr>, Rudi Cilibrasi <cilibrar at cilibrar.com>, Patrick Ringl <patrick_ at freenet.de>, Filipe Lautert <filipelautert at celepar.pr.gov.br>, Florian Ragwitz <rafl at debian.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
 Build-Depends: cdbs, debhelper (>= 4.0.0)
 Build-Depends-Indep: ruby-pkg-tools (>= 0.8), ruby1.8
 Standards-Version: 3.7.2

Deleted: packages/libcmd-ruby/trunk/debian/control.in
===================================================================
--- packages/libcmd-ruby/trunk/debian/control.in	2007-04-18 22:11:24 UTC (rev 1474)
+++ packages/libcmd-ruby/trunk/debian/control.in	2007-04-18 22:12:49 UTC (rev 1475)
@@ -1,31 +0,0 @@
-Source: libcmd-ruby
-Section: interpreters
-Priority: optional
-Maintainer: Paul van Tilburg <paulvt at debian.org>
-Uploaders: @RUBY_EXTRAS_TEAM@
-Build-Depends: cdbs, debhelper (>= 4.0.0)
-Build-Depends-Indep: ruby-pkg-tools (>= 0.8), ruby1.8
-Standards-Version: 3.7.2
-
-Package: libcmd-ruby
-Architecture: all
-Depends: libcmd-ruby1.8
-Description: library for building line-oriented command interpreters in Ruby
- This is a library for building line-oriented command interpreters in Ruby. 
- Simply inherit from cmd's Cmd class, and methods whose names start with
- "do_" become interactive commands.  cmd is inspired by the Python library
- of the same name, but offers a distinctive Ruby feel and several
- additional features.
- .
- This is a dummy package depending on the library for the current default
- version of Ruby.
-
-Package: libcmd-ruby1.8
-Architecture: all
-Depends: ruby1.8
-Description: library for building line-oriented command interpreters in Ruby 1.8
- This is a library for building line-oriented command interpreters in Ruby. 
- Simply inherit from cmd's Cmd class, and methods whose names start with
- "do_" become interactive commands.  cmd is inspired by the Python library
- of the same name, but offers a distinctive Ruby feel and several
- additional features.

Modified: packages/libcmd-ruby/trunk/debian/rules
===================================================================
--- packages/libcmd-ruby/trunk/debian/rules	2007-04-18 22:11:24 UTC (rev 1474)
+++ packages/libcmd-ruby/trunk/debian/rules	2007-04-18 22:12:49 UTC (rev 1475)
@@ -4,5 +4,3 @@
 
 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




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