Debian Patches

Status for hwloc/2.11.0-2

Patch Description Author Forwarded Bugs Origin Last update
doc-nopdf no
bash-completion commit 1a6f64b4905545ad0b6740ef0fb315b5857c638b

fix: multiple syntax errors / missing quotes in hwloc bash completions

```
-bash: /opt/homebrew/etc/bash_completion.d/hwloc: line 210: syntax error near unexpected token `<'
-bash: /opt/homebrew/etc/bash_completion.d/hwloc: line 210: ` COMPREPLY=( "<integer>" "" )'
-bash: /opt/homebrew/etc/bash_completion.d/hwloc: line 211: syntax error near unexpected token `;;'
-bash: /opt/homebrew/etc/bash_completion.d/hwloc: line 211: ` ;;'
```
and
```
> shellcheck /opt/homebrew/etc/bash_completion.d/hwloc

In /opt/homebrew/etc/bash_completion.d/hwloc line 295:
COMPREPLY=( "hwloc" "list" taskset" )
^-- SC1009 (info): The mentioned syntax error was in this variable assignment.
^-- SC1073 (error): Couldn't parse this array assignment. Fix to allow more checks.
^-- SC1078 (warning): Did you forget to close this double quoted string?
```

diff --git a/contrib/completion/bash/hwloc b/contrib/completion/bash/hwloc
index 8649b3938..f091e075d 100644
Tavis Rudd <tavis@damnsimple.com> no 2024-07-02

All known versions for source package 'hwloc'

Links