Package: debconf Version: 1.5.79 Severity: wishlist Please add an option --selections that will output "seen" questions in the format used as input to debconf-set-selection, and an option --all that, when used with --selections, will output all questions in that format. I.e.
debconf-show [--selections [--all]] packagename Although debconf-show --selections --all packagename can be implemented by debconf-get-selections | grep '^packagename\t' # \t replaced by real tab debconf is priority required and debconf-utils is optional, and implementing the behavior without --all requires first displaying the output from debconf-show packagename and then filtering the output of debconf-get-selections manually. ...Marvin