Files
termux-packages/packages/gawk
termux-pacman-bot 1c9fd7e161 chore(main/gawk): remove gawkbug
- For consistency with `bash`: https://github.com/termux/termux-packages/pull/25113#issuecomment-2993204795

6d9084fcd7/packages/bash/build.sh (L37)

- This kind of command prompts to autosend bug reports to gnu.org.
  - This is not desirable because the gnu.org bug tracker should not be overwhelmed by bugs from an esoteric platform that might not be convenient for upstream developers.
  - It is more efficient for bugs in Termux packages to be reported here, then forwarded to upstream issue trackers if reproducible on a mainstream desktop platform familiar to desktop developers.
  - It is assumed that is why the choice was made for `bash`, and that the same removal should be applied to `gawkbug`.

```
Send bug report to bug-gawk@gnu.org? [y/n]
```

- Remove references to `igawk`, which no longer seems to exist

- Specify removal of `gawk-${TERMUX_PKG_VERSION}` explicitly instead of `gawk-*`
2025-06-21 13:40:55 +00:00
..