Hi, On Mon, Sep 28, 2015 at 07:43:33PM +0200, Peter Spiess-Knafl wrote: > Hi LTS team! > > I am trying to support one of my packages in squeeze-lts. I am having > difficulties in creating a chroot environment for that. Is there a > tutorial for doing that? > > I tried the following command: https://paste.debian.net/313688/
I'm not saying you should use sbuild, but this seems to work on a jessie system: sudo sbuild-createchroot squeeze sbuild-amd64-squeeze http://ftp.debian.org/debian It does not really do anything sbuild-specific, but it does integrate it with schroot. In any case, you can probably use the resulting chroot for other stuff. Michael