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

Bug#573272: transition: ruby1.9 -> ruby1.9.1



Package: release.debian.org
Severity: normal
User: release.debian.org@packages.debian.org
Usertags: transition

Hi,

In squeeze, we plan to ship two ruby versions:
- 1.8(.7.249): current stable branch, used by most packages/applications
- 1.9.1: development branch, already declared stable by upstream
  developers, but not considered as such by most ruby users

Most of the packages have already been transitioned (see
http://wiki.debian.org/Ruby191Transition and
http://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ruby190transition;users=debian-ruby@lists.debian.org),
but some packages haven't migrated to testing yet.

What needs to happen is:
- remove the ruby1.9 source package from testing.
- make sure all the library packages have been transitioned and migrated
  to testing.

The following UDD query gives the source packages that provide
ruby1.9(.1) packages and have different versions in testing and
unstable:
select unst.source, unst.version as unstable, test.version as testing from
(select * from sources_uniq where distribution='debian' and release='sid') unst
left join (select * from sources_uniq where distribution='debian' and release='squeeze') test
on unst.source = test.source
where unst.source in (select source from packages
where distribution='debian' and release='sid'
and package ~ 'ruby1.9' or depends ~ 'ruby1.9')
and (test.version is null or test.version != unst.version);

How do you want to proceed?

I could provide migration hints for those packages, so we don't have to wait
for the 10 days delay, and also a removal hint for ruby1.9.
-- 
| Lucas Nussbaum
| lucas@lucas-nussbaum.net   http://www.lucas-nussbaum.net/ |
| jabber: lucas@nussbaum.fr             GPG: 1024D/023B3F4F |



Reply to: