Ruby

Differences between revisions 4 and 5
Revision 4 as of 2005-10-05 17:42:08
Size: 756
Editor: d213-103-84-157
Comment:
Revision 5 as of 2005-10-05 17:46:29
Size: 1026
Editor: d213-103-84-157
Comment:
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
 * ZygmuntKrynicki
 * TrentLloyd
 * LucasNussbaum
 * ZygmuntKrynicki (IRC: zyga)
 * TrentLloyd (IRC: Lathiat)
 * LucasNussbaum (IRC: lucas)
Line 18: Line 18:


= Related team/work =
* [http://pkg-ruby.alioth.debian.org/ Debian's pkg-ruby team] (interpreter, libruby, etc)
* [http://pkg-ruby-extra.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

Related team/work

* [http://pkg-ruby.alioth.debian.org/ Debian's pkg-ruby team] (interpreter, libruby, etc) * [http://pkg-ruby-extra.alioth.debian.org/ Debian's pkg-ruby-extra team] (some team-maintained ruby packages)

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