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.
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
Sysop: | Keyop |
---|---|
Location: | Huddersfield, West Yorkshire, UK |
Users: | 546 |
Nodes: | 16 (3 / 13) |
Uptime: | 06:48:20 |
Calls: | 10,388 |
Calls today: | 3 |
Files: | 14,061 |
Messages: | 6,416,816 |
Posted today: | 1 |