Ruby

Differences between revisions 7 and 8
Revision 7 as of 2005-10-05 18:00:28
Size: 1296
Editor: d213-103-84-157
Comment:
Revision 8 as of 2005-10-05 18:02:42
Size: 1297
Editor: d213-103-84-157
Comment:
Deletions are marked like this. Additions are marked like this.
Line 25: Line 25:
 * [http://pkg-ruby-extra.alioth.debian.org/ Debian's pkg-ruby-extra team] (some team-maintained ruby packages)  * [http://pkg-ruby-extras.alioth.debian.org/ Debian's pkg-ruby-extra team] (some team-maintained ruby packages)

MOTURuby is the MOTU Ruby team. And the MOTU Ruby team is the team that takes care of Ruby-related packages. That was easy right ?

Team members

(We have to decide on a leader !)

Which packages qualify ?

All packages which depend on ruby, or more exactly libruby1.8. To get a list :

  • LC_ALL=C apt-rdepends -r libruby1.8 |grep "Reverse Depends" | awk '{print $3}' | sort | uniq

As of 05/10/2005, that makes more than 200 packages, and 85 different source packages.

To see source packages :

  • for i in $(LC_ALL=C apt-rdepends -r libruby1.8 |grep "Reverse Depends" | awk '{print $3}' | sort | uniq) ; do apt-cache show $i | grep "^Source:" ; done | awk '{print $2}' | sort | uniq

Plans

  • Work together with Debian to ensure the best packaging of Ruby apps on both Debian and Ubuntu.
  • Put some pressure where it's needed to get a summary of pkg versions in Debian and Ubuntu for packages matching a criteria (like: depends on libruby1.8).

Related team/work

MOTU/Teams/Ruby (last edited 2008-08-06 17:00:36 by localhost)