Hi,

Quoting Raphaël Hertzog (2016-07-21 21:18:52)
> I have updated a library and in the process I renamed ftplib-dev into
> libftp-dev (which provides "ftplib-dev") and I want to ensure that
> reverse dependencies build correctly with the new package. I used
> --extra-package to inject my package but the new package does not get
> picked due to the new name... but if I could install the new package
> before build dependencies are installed, then I could test my package.

How about:

        sbuild --add-depends libftp-dev=VERSION

> So I want a new option like --pre-build-deps-commands="apt-get install 
> libftp-dev"
> Ideally I'm sure there are cases where we want to fix the set of packages
> after having installed the build dependencies... so a --pre-build-commands
> running as root would be nice too.

Why does --chroot-setup-commands not work in your case?

Thanks!

cheers, josch

Attachment: signature.asc
Description: signature

Reply via email to