Package: sbuild Version: 0.78.1-1 Severity: minor Dear Johannes:
File /usr/share/doc/sbuild/examples/example.sbuildrc has an example like this: #%individual_stalled_pkg_timeout = (smalleiffel => 300, # jade => 300, # atlas => 300, # glibc => 1000, # 'gcc-3.3' => 300, # kwave => 600); For stretch, I wanted an individual timeout for llvm-toolchain-3.8, so I put this in my .sbuildrc: %individual_stalled_pkg_timeout = ('llvm-toolchain-3.8' => 300); but this creates "this is deprecated" warnings from sbuild. Could I know what's the right (non-deprecated) syntax? Maybe this?: $individual_stalled_pkg_timeout{'llvm-toolchain-3.8'} = 300; (and similar lines for every other package, I suppose) Would be possible to update example.sbuildrc for us people who don't speak a lot of perl? Thanks a lot.