diff -Nru bash-completion-2.11/debian/changelog bash-completion-2.11/debian/changelog --- bash-completion-2.11/debian/changelog 2023-11-02 11:44:54.000000000 +0000 +++ bash-completion-2.11/debian/changelog 2023-11-03 11:03:08.000000000 +0000 @@ -1,3 +1,9 @@ +bash-completion (1:2.11-7~simonarons) jammy; urgency=medium + + * Added 7zz symlink to the extremely small patch to add "7zz" to 7z completion. + + -- Simon Arons Fri, 03 Nov 2023 12:03:08 +0100 + bash-completion (1:2.11-6~simonarons) jammy; urgency=medium * Extremely small patch to add "7zz" to 7z completion. diff -Nru bash-completion-2.11/debian/patches/16-add-7zz-to-7z-completion.patch bash-completion-2.11/debian/patches/16-add-7zz-to-7z-completion.patch --- bash-completion-2.11/debian/patches/16-add-7zz-to-7z-completion.patch 2023-11-02 11:44:54.000000000 +0000 +++ bash-completion-2.11/debian/patches/16-add-7zz-to-7z-completion.patch 2023-11-03 11:02:54.000000000 +0000 @@ -10,3 +10,16 @@ + complete -F _7z 7z 7zz 7za # ex: filetype=sh +Index: bash-completion-2.11/completions/Makefile.am +=================================================================== +--- bash-completion-2.11.orig/completions/Makefile.am ++++ bash-completion-2.11/completions/Makefile.am +@@ -746,7 +746,7 @@ CLEANFILES = \ + + symlinks: $(DATA) + $(ss) 7z \ +- 7za ++ 7za 7zz + $(ss) aclocal \ + aclocal-1.10 aclocal-1.11 aclocal-1.12 aclocal-1.13 \ + aclocal-1.14 aclocal-1.15 aclocal-1.16