Iterate over source package names and call `apt-get source $srcpkg`, instead of looping over binary package names and calling `apt-get source $binpkg`. Taking libreoffice as an example, this means calling `apt-get source libreoffice` once instead of hundreds of times. Specify --only-source in `apt-get source` to make explicit the fact that the argument is a source package name. This is necessary to make ambiguous cases work, such as `libftdi1` which is both a source package name and a binary package provided by a different source, `libftdi`. The checksums in source/{live,debian}/sha256sum.txt are identical with and without this patch. |
||
---|---|---|
.. | ||
build | ||
build.sh |