Package: sbuild
Severity: wishlist
Version: 0.78.1-2
Building for backports and experimental is a widely used feature and
providing easy defaults for these will be helpful for a lot of people.
Currently we have to create some scripts to automate this,
I use these options,
sbuild --extra-repository='deb http://deb.debian.org/debian
experimental main' --build-dep-resolver=aptitude
sbuild -s --force-orig-source --extra-repository='deb
http://deb.debian.org/debian buster-backports main'
--build-dep-resolver=aptitude --no-run-lintian (new uploads usually go
to backports-new and source should be included, also lintian is usually
not relevant here)
Can this be supported with options like sbuild --experimental, sbuild
--backports or similar?