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

Re: Stetch goal: improvements to testing-proposed-updates / experimental?



On 29/04/15 08:02, Joerg Jaspert wrote:
> On 13926 March 1977, Anthony Towns wrote:
>>  - during the freeze, uploads to unstable that bump sonames should be held
>> for RM review (or that will otherwise prevent new uploads of other packages
>> to unstable from being suitable for promotion to testing)
> 
> The soname stuff, going through NEW, is partly done manually by the
> ftpteam already.

I suspect Anthony meant "uploads to unstable that bump shlibs": if
libfoo0 1.2 is in testing during the freeze, it is problematic to upload
a new libfoo0 version which will generate libfoo0 (>= 1.3) dependencies.

This is less clear-cut than it used to be, because of dpkg-symbols. If
libfoo0 adds a new foo_do_stuff() which generates libfoo0 (>= 1.3)
dependencies, but the rest of its symbols are still versioned 1.2, then
that isn't going to hurt testing migration for packages that don't use
that new symbol... unless there's some macro or inline function in a
header file that previously expanded to older code, but now expands to a
call to foo_do_stuff(), in which case libfoo users could "accidentally"
pick up new dependencies on version 1.3.

    S


Reply to: