On 22/10/16 at 14:45 +0300, Dmitry E. Oboukhov wrote: > >> 16 Oct 0.45-1 was uploaded. The upload fixed the FTBFS, too. So I > >> close the ticket. > >> > >> On 15:04 Fri 21 Oct , Lucas Nussbaum wrote: > >>> Source: libdr-tarantool-perl > >>> Version: 0.45-1 > > > Are you sure? The version that was tested was 0.45-1. > > since 0.45-1 the package contains B-D record > tarantool (<< 1.6) | tarantool-lts > > my pbuilder (sid) builds the package successfuly, but your log > contains the record: > > The following packages have unmet dependencies: > sbuild-build-depends-libdr-tarantool-perl-dummy : Depends: tarantool > (< 1.6) but it is not going to be installed > E: Unable to correct problems, you have held broken packages. > > Why the build script didn't try to install tarantool-lts?
The sbuild dependency resolver ignores alternate dependencies (in order to increase the reproducibility of builds). Could you write it as: > tarantool-lts | tarantool (<< 1.6) as tarantool-lts is a better first guess? Lucas