Your message dated Thu, 22 Apr 2010 17:49:47 +0200
with message-id <20100422154947.ga10...@xanadu.blop.info>
and subject line Re: Bug#573272: transition: ruby1.9 -> ruby1.9.1
has caused the Debian Bug report #574941,
regarding ruby1.9: must go away before squeeze
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
574941: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574941
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
Severity: normal
User: release.debian....@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-r...@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
| lu...@lucas-nussbaum.net http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |
--- End Message ---
--- Begin Message ---
ruby1.9 was removed from testing and unstable. Closing that bug.
--
| Lucas Nussbaum
| lu...@lucas-nussbaum.net http://www.lucas-nussbaum.net/ |
| jabber: lu...@nussbaum.fr GPG: 1024D/023B3F4F |
--- End Message ---