[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: parsing of the .changes files



thanks a lot !

----- Le 27 Nov 23, à 15:55, Daniel Gröber dxld@darkboxed.org a écrit :

> 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


Reply to: