Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
04-xine_add_more_formats.patch | Add oga and ogx formats diff --git a/bash_completion b/bash_completion index 59c273ca..f6830e7a 100644 |
j^ (j) <https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/311525/comments/2> | no | debian | vendor | |
06-xpdf_support_compressed_pdf.patch | xpdf in Debian also supports compressed PDFs diff --git a/bash_completion b/bash_completion index f6830e7a..82a349fd 100644 |
Alfredo Finelli <0x4146@gmail.com> | no | debian | vendor, https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=702498 | |
11-add-completions-for-openrc-rc-service.patch | Add completions for OpenRC rc-service This patch adds completions for the rc-service command from OpenRC, as suggested and provided by Mathieu Roy via a Debian bug [1], fixed and extended for more options by myself. When ran on a chroot with a freshly bootstrapped Debian system, the following completions produce the following output. For the options: # rc-service [TAB][TAB] -c -h --ifstopped -q savecache -C --help kmod --quiet udev cron -i -l -r -v -d -I --list rc -V -D --ifcrashed -N rcS --verbose --debug --ifexists networking --resolve --version --dry-run --ifinactive --nocolor rsyslog -Z -e --ifnotstarted --nodeps -s --exists --ifstarted procps -S # rc-service [CURSOR] # rc-service -h[TAB] # rc-service -h [CURSOR] # rc-service --v[TAB] # rc-service --ver[CURSOR] # rc-service --ver[TAB][TAB] --verbose --version # rc-service --ver[CURSOR] # rc-service --verbose --l[TAB] # rc-service --verbose --list [CURSOR] For the services: # rc-service --list[ENTER] cron hwclock.sh kmod networking procps rc rcS rsyslog savecache udev # rc-service r[TAB][TAB] rc rcS rsyslog # rc-service r[CURSOR] # rc-service --dry-run cr[TAB] # rc-service --dry-run cron [CURSOR] # rc-service --dry-run cron [TAB][TAB] force-reload reload restart start status stop # rc-service --dry-run cron [CURSOR] # rc-service --dry-run cron re[TAB][TAB] reload restart # rc-service --dry-run cron re[CURSOR] # rc-service --dry-run cron res[TAB] # rc-service --dry-run cron restart [CURSOR] Adding `set show-all-if-ambiguous on' to .inputrc yields the same results, but without the need for the additional [TAB] as displayed above. [1] https://bugs.debian.org/865548 |
Gabriel F. T. Gomes <gabriel@inconstante.eti.br> | invalid | debian | vendor, https://bugs.debian.org/865548 | |
18-aptitude-showsrc-source | commit e68fde20600326e426e802233e46c940cab9478b completions/aptitude: add showsrc source Add missing sub-commands. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> diff --git a/completions/aptitude b/completions/aptitude index 827395a0..54a90693 100644 |
Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | no | 2022-04-25 |