[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

QA effort / non-team packages



Hi,

as you may know, in the past, packages that were not under the
pkg-ruby-extras team umbrella sometimes ended up in a not too good
shape, as maintainers disappeared.
I've now run a query for all ruby-* packages that are not under our
team umbrella, and am happy to see that most of those are nowadays
maintained by other (relatively active/large) teams.

Some of the packages in the list below could possibly change their
maintainer to pkg-ruby-extras, as the current maintainers are
actually team members (this is a suggestion).

Maybe somebody could look at the other non team maintained packages
and see if the packages are in good shape / maintainers need/want
help, or if other actions should be taken.

UDD Query:

with sidpkgs as (
     select distinct p1.source, p1.maintainer from sources p1
     where p1.release = 'sid'
     and p1.version = (select max(version) from sources p2 where p2.source = p1.source and p2.release = 'sid')
) select * from sidpkgs where maintainer not like '%pkg-ruby-extras%' and source like 'ruby%' order by 2;


        source        |                                  maintainer                                  
----------------------+------------------------------------------------------------------------------
 rubyluabridge        | Athena Capital Research <acr-debian@athenacr.com>
 ruby-hmac            | Daigo Moriwaki <daigo@debian.org>
 ruby-narray          | Daigo Moriwaki <daigo@debian.org>
 ruby-amazon-ec2      | Damien Raude-Morvan <drazzib@debian.org>
 ruby-recaptcha       | David Martínez Moreno <ender@debian.org>
 ruby-hdfeos5         | Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
 ruby-netcdf          | Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
 ruby-narray-miss     | Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
 ruby-libvirt         | Debian Libvirt Maintainers <pkg-libvirt-maintainers@lists.alioth.debian.org>
 ruby-oily-png        | Debian Sass team <pkg-sass-devel@lists.alioth.debian.org>
 ruby-chunky-png      | Debian Sass team <pkg-sass-devel@lists.alioth.debian.org>
 ruby-sass            | Debian Sass team <pkg-sass-devel@lists.alioth.debian.org>
 ruby-compass         | Debian Sass team <pkg-sass-devel@lists.alioth.debian.org>
 ruby-moneta          | Joshua Timberman <joshua@opscode.com>
 ruby-builder         | Marc Dequènes (Duck) <Duck@DuckCorp.org>
 ruby-activeldap      | Marc Dequènes (Duck) <Duck@DuckCorp.org>
 ruby-facets          | Marc Dequènes (Duck) <Duck@DuckCorp.org>
 ruby-uuidtools       | Marc Dequènes (Duck) <Duck@DuckCorp.org>
 ruby-git             | Michael Schutte <michi@debian.org>
 ruby-rethtool        | PKG OpenStack <openstack-devel@lists.alioth.debian.org>
 ruby-cstruct         | PKG OpenStack <openstack-devel@lists.alioth.debian.org>
 ruby-netaddr         | PKG OpenStack <openstack-devel@lists.alioth.debian.org>
 ruby-symboltable     | PKG OpenStack <openstack-devel@lists.alioth.debian.org>
 ruby-raemon          | PKG OpenStack <openstack-devel@lists.alioth.debian.org>
 ruby-puppet-forge    | Puppet Package Maintainers <pkg-puppet-devel@lists.alioth.debian.org>
 ruby-semantic-puppet | Puppet Package Maintainers <pkg-puppet-devel@lists.alioth.debian.org>
 ruby-god             | Sebastien Delafond <seb@debian.org>
 ruby-filesystem      | Tatsuki Sugiura <sugi@nemui.org>
 ruby-tioga           | Vincent Fourmond <fourmond@debian.org>
 ruby-pgplot          | Youhei SASAKI <uwabami@gfd-dennou.org>
 ruby-mathml          | Youhei SASAKI <uwabami@gfd-dennou.org>
 ruby-fftw3           | Youhei SASAKI <uwabami@gfd-dennou.org>
 ruby-eim-xml         | Youhei SASAKI <uwabami@gfd-dennou.org>

-- 
 ,''`.  Christian Hofstaedtler <zeha@debian.org>
: :' :  Debian Developer
`. `'   7D1A CFFA D9E0 806C 9C4C  D392 5C13 D6DB 9305 2E03
  `-


Reply to: