summaryrefslogtreecommitdiff
path: root/debian/apt.bug-script
Commit message (Collapse)AuthorAgeFilesLines
* Revert "bugscript: switch from bash to POSIX shell"David Kalnischkies2022-03-121-1/+1
| | | | | | | | | This reverts commit 4f89d3629b22255963da3705e4222c71045da58a. The bugscript uses yesno which is documented to require bash in /usr/share/doc/reportbug/README.developers.gz. Closes: #1007121
* bugscript: switch from bash to POSIX shellPaul Wise2022-02-151-1/+1
| | | | | | This means Debian is one step closer to removing bash from essential. See-also: https://salsa.debian.org/debian/grow-your-ideas/-/issues/20#note_296809
* bugscript: switch from `echo -e` to printfPaul Wise2022-02-151-4/+4
| | | | | | Otherwise slashes in filenames could be interpreted as newlines etc. Also makes it portable to shells that don't support `echo -e`.
* bugscript: quote config file namesPaul Wise2022-02-151-2/+2
| | | | | | | The file names could contain spaces and without quoting, the files would not be found and included in the bug reports. Suggested-by: shellcheck
* bugscript: switch from options in shebang to options for setPaul Wise2022-02-151-1/+2
| | | | | Otherwise the options won't be applied when running the script directly from a sh command instead of via the shebang.
* bugscript: drop workaround for long fixed issue in reportbugPaul Wise2022-02-151-5/+0
| | | | | | See-also: https://bugs.debian.org/169495 Fixed-in: reportbug 2.10 Fixed-on: 2002-12-23
* bugscript: include all configuration fragment filesDavid Kalnischkies2016-05-011-1/+1
| | | | Closes: 820861
* let dh_bugfiles take care of the bugscript instead of handcopyingDavid Kalnischkies2011-01-151-0/+33