diff --git a/debian/changelog b/debian/changelog index bd74e1c..42e6136 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +debian-goodies (0.87) UNRELEASED; urgency=medium + + * find-dbgsym-packages: print the command being executed + + -- Paul Wise Mon, 25 May 2020 11:20:42 +0800 + debian-goodies (0.86) unstable; urgency=medium [ Paul Wise ] diff --git a/find-dbgsym-packages b/find-dbgsym-packages index 75f8525..186845b 100755 --- a/find-dbgsym-packages +++ b/find-dbgsym-packages @@ -143,6 +143,10 @@ } } } + + # Print the command that is being executed so + # that it is clear what password is needed + print("\$ @cmd\n"); # Finally execute the command constructed above exec(@cmd);