Bug#688150: devscripts: [debcheckout] Short option `-p` does not work anymore
Adam D. Barratt
adam at adam-barratt.org.uk
Wed Sep 19 22:28:22 UTC 2012
On Wed, 2012-09-19 at 22:39 +0200, Paul Menzel wrote:
> the short option `-p` is not recognized anymore.
>
> $ debcheckout -p brasero
> Usage:
> debcheckout [*OPTIONS*] *PACKAGE* [*DESTDIR*]
> debcheckout [*OPTIONS*] *REPOSITORY_URL* [*DESTDIR*]
> debcheckout --help
> $ echo $?
> 3
This is due to:
"print|p" => \$print_mode,
"details|d" => \$details_mode,
"package|p=s" => \$use_package,
The "package" option was added in 2.10.13.
Regards,
Adam
More information about the devscripts-devel
mailing list