Ruby

Differences between revisions 3 and 4
Revision 3 as of 2005-10-05 09:28:54
Size: 159
Editor: alabama
Comment:
Revision 4 as of 2005-10-05 17:42:08
Size: 756
Editor: d213-103-84-157
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
This page describes the efforts of the MOTU Ruby team. 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 ?
Line 3: Line 3:
Ubuntu's Ruby Wickedness it brought to you by: = Team members =
Line 7: Line 7:
(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

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

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