Re: Is there an easy way to get the latest version number of a source package that is available?

2022-07-08 Thread Tim Woodall
On Mon, 27 Jun 2022, Roberto C. S?nchez wrote: On Mon, Jun 27, 2022 at 10:44:25PM +0100, Tim Woodall wrote: On Mon, 27 Jun 2022, Roberto C. S?nchez wrote: On Mon, Jun 27, 2022 at 03:31:01PM +0100, Tim Woodall wrote: Hi, apt-get --only-source --download-only source will download the

Re: Is there an easy way to get the latest version number of a source package that is available?

2022-06-27 Thread Roberto C . Sánchez
On Mon, Jun 27, 2022 at 10:44:25PM +0100, Tim Woodall wrote: > On Mon, 27 Jun 2022, Roberto C. S?nchez wrote: > > > On Mon, Jun 27, 2022 at 03:31:01PM +0100, Tim Woodall wrote: > > > Hi, > > > > > > apt-get --only-source --download-only source > > > > > > will download the latest version of

Re: Is there an easy way to get the latest version number of a source package that is available?

2022-06-27 Thread Tim Woodall
On Mon, 27 Jun 2022, Roberto C. S?nchez wrote: On Mon, Jun 27, 2022 at 03:31:01PM +0100, Tim Woodall wrote: Hi, apt-get --only-source --download-only source will download the latest version of the source package. Is there a one liner that will give me the version of the package (including

Re: Is there an easy way to get the latest version number of a source package that is available?

2022-06-27 Thread Bob Weber
On 6/27/22 10:31, Tim Woodall wrote: Hi, apt-get --only-source --download-only source will download the latest version of the source package. Is there a one liner that will give me the version of the package (including the epoch) without downloading the package and parsing the dsc? Tim.

Re: Is there an easy way to get the latest version number of a source package that is available?

2022-06-27 Thread Cindy Sue Causey
On 6/27/22, Roberto C. Sánchez wrote: > On Mon, Jun 27, 2022 at 03:31:01PM +0100, Tim Woodall wrote: >> Hi, >> >> apt-get --only-source --download-only source >> >> will download the latest version of the source package. >> >> Is there a one liner that will give me the version of the package >>

Re: Is there an easy way to get the latest version number of a source package that is available?

2022-06-27 Thread Roberto C . Sánchez
On Mon, Jun 27, 2022 at 03:31:01PM +0100, Tim Woodall wrote: > Hi, > > apt-get --only-source --download-only source > > will download the latest version of the source package. > > Is there a one liner that will give me the version of the package > (including the epoch) without downloading the

Re: Is there an easy way to get the latest version number of a source package that is available?

2022-06-27 Thread Tim Woodall
On Mon, 27 Jun 2022, The Wanderer wrote: On 2022-06-27 at 10:31, Tim Woodall wrote: Hi, apt-get --only-source --download-only source will download the latest version of the source package. Is there a one liner that will give me the version of the package (including the epoch) without

Re: Is there an easy way to get the latest version number of a source package that is available?

2022-06-27 Thread The Wanderer
On 2022-06-27 at 10:31, Tim Woodall wrote: > Hi, > > apt-get --only-source --download-only source > > will download the latest version of the source package. > > Is there a one liner that will give me the version of the package > (including the epoch) without downloading the package and

Is there an easy way to get the latest version number of a source package that is available?

2022-06-27 Thread Tim Woodall
Hi, apt-get --only-source --download-only source will download the latest version of the source package. Is there a one liner that will give me the version of the package (including the epoch) without downloading the package and parsing the dsc? -- Everything below here is what I've