Hi Frederic, On Mon, Nov 27, 2023 at 02:30:28PM +0100, PICCA Frederic-Emmanuel wrote: > Hello, I would like to know if there is command line tool usable from > bash , which allows to list all the artefacts of a given .changes file.
You can use the dcmd wrapper from devscripts:
$ dcmd echo foo.changes
it also supports getting various subsets, only debs (--debs), only tarballs
(--tar) and even just the package names (--package, -p).
In fact just today I figured out how to download all the debs for a source
package (given a changes file):
$ dcmd -p apt download foo.changes
--Daniel
signature.asc
Description: PGP signature

