[DRE-commits] r1589 - packages/libcommandline-ruby/trunk/debian

paulvt at alioth.debian.org paulvt at alioth.debian.org
Fri May 18 11:03:55 UTC 2007


Author: paulvt
Date: 2007-05-18 11:03:55 +0000 (Fri, 18 May 2007)
New Revision: 1589

Removed:
   packages/libcommandline-ruby/trunk/debian/control.in
Modified:
   packages/libcommandline-ruby/trunk/debian/changelog
   packages/libcommandline-ruby/trunk/debian/control
   packages/libcommandline-ruby/trunk/debian/rules
Log:
* Fixed maintainer email address.
* Adapted debian/control, debian/rules, and remove debian/control.in to
  drop the Uploaders rule.
* Bumped standards version to 3.7.2; no changes required.
* Moved the build-depend-indep on ruby-pkg-tools to the build-depends
  for it is used in the clean target.

Modified: packages/libcommandline-ruby/trunk/debian/changelog
===================================================================
--- packages/libcommandline-ruby/trunk/debian/changelog	2007-05-18 10:50:36 UTC (rev 1588)
+++ packages/libcommandline-ruby/trunk/debian/changelog	2007-05-18 11:03:55 UTC (rev 1589)
@@ -1,9 +1,17 @@
-libcommandline-ruby (0.7.10-7) UNRELEASED; urgency=low
+libcommandline-ruby (0.7.10-7) unstable; urgency=low
 
-  * Fixed maintainer email address
+  [ Esteban Manchado Velázquez ]
+  * Fixed maintainer email address.
 
- -- Esteban Manchado Velázquez <zoso at debian.org>  Fri, 28 Apr 2006 20:43:51 +0100
+  [ Paul van Tilburg ]
+  * Adapted debian/control, debian/rules, and remove debian/control.in to
+    drop the Uploaders rule.
+  * Bumped standards version to 3.7.2; no changes required.
+  * Moved the build-depend-indep on ruby-pkg-tools to the build-depends
+    for it is used in the clean target.
 
+ -- Paul van Tilburg <paulvt at debian.org>  Fri, 18 May 2007 13:02:27 +0200
+
 libcommandline-ruby (0.7.10-6) unstable; urgency=low
 
   * Added watch file

Modified: packages/libcommandline-ruby/trunk/debian/control
===================================================================
--- packages/libcommandline-ruby/trunk/debian/control	2007-05-18 10:50:36 UTC (rev 1588)
+++ packages/libcommandline-ruby/trunk/debian/control	2007-05-18 11:03:55 UTC (rev 1589)
@@ -1,11 +1,11 @@
 Source: libcommandline-ruby
 Section: libs
 Priority: optional
-Maintainer: Esteban Manchado Velázquez <zoso at foton.es>
-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>, Paul van Tilburg <paulvt 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>
-Build-Depends-Indep: debhelper (>= 4.1.0), ruby-pkg-tools, ruby1.8, rdoc, graphviz
-Build-Depends: cdbs
-Standards-Version: 3.6.2
+Maintainer: Esteban Manchado Velázquez <zoso at debian.org>
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>
+Build-Depends-Indep: ruby1.8, rdoc, graphviz
+Build-Depends: ruby-pkg-tools (>= 0.8), cdbs, debhelper (>= 4.1.0)
+Standards-Version: 3.7.2
 
 Package: libcommandline-ruby
 Architecture: all
@@ -32,11 +32,11 @@
  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.
+ generated RDoc documentation.
 
 Package: libcommandline-ruby1.8
 Architecture: all
-Depends: ruby1.8
+Depends: ruby1.8, libtext-format-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

Deleted: packages/libcommandline-ruby/trunk/debian/control.in
===================================================================
--- packages/libcommandline-ruby/trunk/debian/control.in	2007-05-18 10:50:36 UTC (rev 1588)
+++ packages/libcommandline-ruby/trunk/debian/control.in	2007-05-18 11:03:55 UTC (rev 1589)
@@ -1,45 +0,0 @@
-Source: libcommandline-ruby
-Section: libs
-Priority: optional
-Maintainer: Esteban Manchado Velázquez <zoso at debian.org>
-Uploaders: @RUBY_EXTRAS_TEAM@
-Build-Depends-Indep: ruby-pkg-tools (>= 0.8), ruby1.8, rdoc, graphviz
-Build-Depends: cdbs, debhelper (>= 4.1.0)
-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-ruby-doc
-Section: doc
-Architecture: all
-Depends: libcommandline-ruby1.8
-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.
-
-Package: libcommandline-ruby1.8
-Architecture: all
-Depends: ruby1.8, libtext-format-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.

Modified: packages/libcommandline-ruby/trunk/debian/rules
===================================================================
--- packages/libcommandline-ruby/trunk/debian/rules	2007-05-18 10:50:36 UTC (rev 1588)
+++ packages/libcommandline-ruby/trunk/debian/rules	2007-05-18 11:03:55 UTC (rev 1589)
@@ -2,7 +2,6 @@
 
 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
 
 binary-install/libcommandline-ruby-doc::
 	find debian/$(cdbs_curpkg) -depth -name CVS -exec rm -rf {} \;




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