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

Bug#573272: marked as done (transition: ruby1.9 -> ruby1.9.1)



Your message dated Sun, 16 May 2010 18:33:28 +0200
with message-id <20100516163328.GA15783@patate.is-a-geek.org>
and subject line Re: Bug#573272: transition: ruby1.9 -> ruby1.9.1
has caused the Debian Bug report #573272,
regarding transition: ruby1.9 -> ruby1.9.1
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 owner@bugs.debian.org
immediately.)


-- 
573272: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=573272
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
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 |



--- End Message ---
--- Begin Message ---
On Mon, Apr  5, 2010 at 23:04:07 +0200, Marc 'HE' Brockschmidt wrote:

> Lucas Nussbaum <lucas@lucas-nussbaum.net> writes:
> > On 05/04/10 at 17:39 +0200, Marc 'HE' Brockschmidt wrote:
> [ruby1.9 and r-deps]
> >> Do you still want to get all of these packages removed?
> > Yes please.
> 
> Removal hint added.
> 
ruby1.9 is no longer in testing, closing this tracking bug.

Cheers,
Julien

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply to: