#883396 debsnap: Add way to just get the latest version

Package:
devscripts
Source:
devscripts
Description:
scripts to make the life of a Debian Package maintainer easier
Submitter:
Samuel Thibault
Date:
2017-12-03 14:39:04 UTC
Severity:
wishlist
#883396#5
Date:
2017-12-03 14:34:44 UTC
From:
To:
Hello,

Very often, I would like to just download the latest binary .deb of a
given package. I would have thought I could use something like

debsnap --binary mybin last

where "last" would be some special token to mean "the latest version
available", but I don't seem something like this available in debsnap, I
have to first run --list, and then copy/paste the latest version. It
would be really nice to avoid that step.

Samuel
--- /etc/devscripts.conf ---
--- ~/.devscripts --- DEBSIGN_KEYID="0xB0A51BF58C9179C5!" DEBCHANGE_AUTO_NMU=no DEBSIGN_PROGRAM="gpg --use-agent"