[DRE-commits] r1483 - packages-wip/libextensions-ruby/trunk/debian

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


Author: paulvt
Date: 2007-04-18 22:37:16 +0000 (Wed, 18 Apr 2007)
New Revision: 1483

Removed:
   packages-wip/libextensions-ruby/trunk/debian/control.in
Modified:
   packages-wip/libextensions-ruby/trunk/debian/changelog
   packages-wip/libextensions-ruby/trunk/debian/control
   packages-wip/libextensions-ruby/trunk/debian/rules
Log:
* Removed usage of the Uploaders rule.
* Added myself to the Uploaders (as sponsor).
* Tweaked the description a bit.
* This package is not (yet) part of the libruby-extras bundle.
* Removed some cruft (?) from debian/rules.


Modified: packages-wip/libextensions-ruby/trunk/debian/changelog
===================================================================
--- packages-wip/libextensions-ruby/trunk/debian/changelog	2007-04-18 22:33:03 UTC (rev 1482)
+++ packages-wip/libextensions-ruby/trunk/debian/changelog	2007-04-18 22:37:16 UTC (rev 1483)
@@ -1,6 +1,5 @@
 libextensions-ruby (0.6.0-1) UNRELEASED; urgency=low
 
-  * NOT RELEASED YET
   * Initial Release.
   * Move Build-Depends-Indep to Build-Depends.
 

Modified: packages-wip/libextensions-ruby/trunk/debian/control
===================================================================
--- packages-wip/libextensions-ruby/trunk/debian/control	2007-04-18 22:33:03 UTC (rev 1482)
+++ packages-wip/libextensions-ruby/trunk/debian/control	2007-04-18 22:37:16 UTC (rev 1483)
@@ -2,9 +2,9 @@
 Section: interpreters
 Priority: optional
 Maintainer: Arnaud Cornet <arnaud.cornet at gmail.com>
-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>, 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: ruby-pkg-tools (>= 0.8), cdbs, debhelper (>= 4.0.0), ruby
-Standards-Version: 3.6.2.1
+Uploaders: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers at lists.alioth.debian.org>, Paul van Tilburg <paulvt at debian.org>
+Build-Depends: ruby-pkg-tools (>= 0.8), cdbs, debhelper (>= 4.0.0), ruby
+Standards-Version: 3.7.2
 
 Package: libextensions-ruby
 Architecture: all
@@ -16,9 +16,8 @@
   * it is reasonably clear from the method name what its behaviour is
   * it would not generally be out of place in the language itself
  .
- This package is part of the Ruby library extras, a supplement to Ruby's
- standard library.
- .
+ This is a dummy package depending on the library for the current default
+ version of Ruby.
 
 Package: libextensions-ruby1.8
 Architecture: all

Deleted: packages-wip/libextensions-ruby/trunk/debian/control.in
===================================================================
--- packages-wip/libextensions-ruby/trunk/debian/control.in	2007-04-18 22:33:03 UTC (rev 1482)
+++ packages-wip/libextensions-ruby/trunk/debian/control.in	2007-04-18 22:37:16 UTC (rev 1483)
@@ -1,32 +0,0 @@
-Source: libextensions-ruby
-Section: interpreters
-Priority: optional
-Maintainer: Arnaud Cornet <arnaud.cornet at gmail.com>
-Uploaders: @RUBY_EXTRAS_TEAM@
-Build-Depends: ruby-pkg-tools (>= 0.8), cdbs, debhelper (>= 4.0.0), ruby
-Standards-Version: 3.6.2.1
-
-Package: libextensions-ruby
-Architecture: all
-Depends: libextensions-ruby1.8
-Description: General extensions to ruby standard classes
- This library adds several extensions to ruby standard classes.
- Criteria for inclusion of a method are:
-  * the method serves a general purpose
-  * it is reasonably clear from the method name what its behaviour is
-  * it would not generally be out of place in the language itself
- .
- This package is part of the Ruby library extras, a supplement to Ruby's
- standard library.
- .
-
-Package: libextensions-ruby1.8
-Architecture: all
-Depends: ruby1.8
-Description: General extensions to ruby standard classes
- This library adds several extensions to ruby standard classes.
- Criteria for inclusion of a method are:
-  * the method serves a general purpose
-  * it is reasonably clear from the method name what its behaviour is
-  * it would not generally be out of place in the language itself
-

Modified: packages-wip/libextensions-ruby/trunk/debian/rules
===================================================================
--- packages-wip/libextensions-ruby/trunk/debian/rules	2007-04-18 22:33:03 UTC (rev 1482)
+++ packages-wip/libextensions-ruby/trunk/debian/rules	2007-04-18 22:37:16 UTC (rev 1483)
@@ -3,18 +3,6 @@
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 include /usr/share/ruby-pkg-tools/1/class/ruby-setup-rb.mk
-include /usr/share/ruby-pkg-tools/1/rules/uploaders.mk
 
 DEB_RUBY_SETUP_CMD=install.rb
 DEB_RUBY_CONFIG_ARGS = --prefix=/usr --site-ruby=/usr/lib/ruby/1.8
-
-#build/libcmdparse2-ruby::
-#	ruby install.rb config --prefix=/usr --site-ruby=/usr/lib/ruby/1.8
-#	ruby install.rb setup
-#
-#install/libcmdparse2-ruby::
-#	ruby install.rb install --prefix=debian/libcmdparse2-ruby
-#
-#clean:: 
-#	ruby install.rb clean
-#




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