Package: release.debian.org
Severity: normal
User: [email protected]
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;[email protected]),
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
| [email protected]   http://www.lucas-nussbaum.net/ |
| jabber: [email protected]             GPG: 1024D/023B3F4F |



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]
Archive: http://lists.debian.org/[email protected]

Reply via email to