]> git.proxmox.com Git - debcargo-conf.git/commit - build.sh
build.sh: explicitly dump extra debs
authornick black <dankamongmen@gmail.com>
Thu, 10 Dec 2020 10:38:15 +0000 (05:38 -0500)
committernick black <dankamongmen@gmail.com>
Sun, 13 Dec 2020 20:05:09 +0000 (15:05 -0500)
commitd0306da4da94967c3024c0f323fa34bc02cee5e2
tree45bba1bb837bb45e332d57549ff8930e07b97d5b
parent881f7d6563c8c961a1aeef3f7b371112dbfe00d9
build.sh: explicitly dump extra debs

Set EXTRA_DEBS earlier, to make it available for dependency
checking. Add a loop over EXTRA_DEBS, running `apt-cache show`
on each of them for the dpkg dummy directory. This was necessary
to get build.sh working with extra packages that have not yet
been uploaded into the debian archive. see mr #154 for more info.
build.sh