dput (1.1.2)
[PTS] [DDPO]
NEW: VCS has unreleased changes: 1.1.3 > 1.1.2
- Git: https://salsa.debian.org/debian/dput.git
-
- Branch: main
- Path: debian/changelog
- Browser: https://salsa.debian.org/debian/dput/
- Last scan: 2022-08-03 18:55:23+00
- Next scan: 2022-08-11 08:08:00+00
- Merge requests: 4
- Debian changelog in Git:
dput (1.1.3) UNRELEASED; urgency=medium
* Ignore positional command-line arguments when options specify action.
Closes: bug#1014182. Thanks to Ben Hutchings for the report.
--
dput (1.1.2) unstable; urgency=medium
* Default to "$HOME/.config" if variable XDG_CONFIG_HOME is not set.
Closes: bug#1014181, bug#1014182.
Thanks to Ben Hutchings for the reports.
-- Ben Finney <bignose@debian.org> Sat, 02 Jul 2022 08:15:28 +1000
- This branch is 2 commits ahead of tag release/1.1.2
- Git log:
commit ad3fa527da1c5a6273109af00cc9fb6cc5fa3c6e
Author: Ben Finney <bignose@debian.org>
Date: Fri Jul 8 11:59:32 2022 +1000
Refine the check for positional arguments when an option specifies action.
Some of the command-line options change the behaviour such that positional
arguments are ignored. The program should not expect positional arguments in
this condition.
commit d446a7058ba4187a55e8820bcfdff7d86bf0dc89
Author: Ben Finney <bignose@debian.org>
Date: Fri Jul 8 11:56:17 2022 +1000
Explicitly test commandline parsing with optinos but no arguments.
The presence of an option does not avoid the requirement for a positional
argument. So we enhance the test case to ensure the program exits with a failure
in this condition too.