diff --git a/debian/changelog b/debian/changelog index 75207ea09..e54443b8d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -18,6 +18,9 @@ systemd (215-3) UNRELEASED; urgency=medium on logind. (Closes: #758111) * Bump dependency on systemd-shim to (>= 7-2) to ensure we have a version which supports systemd >= 209. + * Rework bug-script to be more upfront about what kind of data is attached + and ask the user for permission before attaching the information to the + bug report. (Closes: #756248) -- Martin Pitt Mon, 08 Sep 2014 12:58:27 +0200 diff --git a/debian/systemd.bug-script b/debian/systemd.bug-script index 7af62d8e3..3b66b02ad 100644 --- a/debian/systemd.bug-script +++ b/debian/systemd.bug-script @@ -1,7 +1,22 @@ #!/bin/bash -REPORTBUG_VERSION=$(dpkg-query -f '${source:Version}' -W reportbug) +cat <&3 fi - yesno "Do you want to provide fstab information [Y|n]? " yep - if [ "$REPLY" = yep ]; then - echo "/etc/fstab" >&3 - fi + echo "/etc/fstab" >&3 echo "-- END ATTACHMENTS --" >&3 else