New Upstream Release - bash-completion

Ready changes

Summary

Merged new upstream version: 2.11.0 (was: 2.11).

Resulting package

Built on 2023-07-17T06:45 (took 6m47s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-releases bash-completion

Lintian Result

Diff

diff --git a/debian/changelog b/debian/changelog
index d118a4f1..6ad77bbc 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,11 @@
-bash-completion (1:2.11-8) UNRELEASED; urgency=medium
+bash-completion (1:2.11.0-1) UNRELEASED; urgency=medium
 
- -- Gabriel F. T. Gomes <gabriel@debian.org>  Sun, 16 Jul 2023 23:14:51 -0700
+  [ Gabriel F. T. Gomes ]
+
+  [ Debian Janitor ]
+  * New upstream release.
+
+ -- Gabriel F. T. Gomes <gabriel@debian.org>  Mon, 17 Jul 2023 06:40:22 -0000
 
 bash-completion (1:2.11-7) unstable; urgency=medium
 
diff --git a/debian/patches/04-xine_add_more_formats.patch b/debian/patches/04-xine_add_more_formats.patch
index ccd408c7..dcdef96f 100644
--- a/debian/patches/04-xine_add_more_formats.patch
+++ b/debian/patches/04-xine_add_more_formats.patch
@@ -9,9 +9,11 @@ Bug-Debian: https://bugs.debian.org/496162
  completions/mplayer |    2 +-
  2 files changed, 5 insertions(+), 5 deletions(-)
 
---- bash-completion.orig/bash_completion
-+++ bash-completion/bash_completion
-@@ -1967,13 +1967,13 @@ _install_xspec '!*.@(?(e)ps|pdf)' ps2pdf ps2pdf12 ps2pdf13 ps2pdf14 ps2pdfwr
+Index: bash-completion.git/bash_completion
+===================================================================
+--- bash-completion.git.orig/bash_completion
++++ bash-completion.git/bash_completion
+@@ -2128,13 +2128,13 @@ _install_xspec '!*.@(?(e)ps|pdf)' ps2pdf
  _install_xspec '!*.texi*' makeinfo texi2html
  _install_xspec '!*.@(?(la)tex|texi|dtx|ins|ltx|dbj)' tex latex slitex jadetex pdfjadetex pdftex pdflatex texi2dvi xetex xelatex luatex lualatex
  _install_xspec '!*.mp3' mpg123 mpg321 madplay
diff --git a/debian/patches/06-xpdf_support_compressed_pdf.patch b/debian/patches/06-xpdf_support_compressed_pdf.patch
index de050f4c..df148847 100644
--- a/debian/patches/06-xpdf_support_compressed_pdf.patch
+++ b/debian/patches/06-xpdf_support_compressed_pdf.patch
@@ -7,9 +7,11 @@ Bug-Debian: https://bugs.debian.org/702498
  bash_completion |    3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)
 
---- bash-completion.orig/bash_completion
-+++ bash-completion/bash_completion
-@@ -1958,7 +1958,8 @@ _install_xspec '!*.@(gif|jp?(e)g?(2)|j2[ck]|jp[2f]|tif?(f)|png|p[bgp]m|bmp|x[bp]
+Index: bash-completion.git/bash_completion
+===================================================================
+--- bash-completion.git.orig/bash_completion
++++ bash-completion.git/bash_completion
+@@ -2119,7 +2119,8 @@ _install_xspec '!*.@(gif|jp?(e)g?(2)|j2[
  _install_xspec '!*.@(@(?(e)ps|?(E)PS|pdf|PDF)?(.gz|.GZ|.bz2|.BZ2|.Z))' gv ggv kghostview
  _install_xspec '!*.@(dvi|DVI)?(.@(gz|Z|bz2))' xdvi kdvi
  _install_xspec '!*.dvi' dvips dviselect dvitype dvipdf advi dvipdfm dvipdfmx
diff --git a/debian/patches/07-dpkg_support_raw-extract_vextract.patch b/debian/patches/07-dpkg_support_raw-extract_vextract.patch
index 9c619bb9..c87fd952 100644
--- a/debian/patches/07-dpkg_support_raw-extract_vextract.patch
+++ b/debian/patches/07-dpkg_support_raw-extract_vextract.patch
@@ -8,9 +8,11 @@ Forwarded: no
  completions/dpkg |   44 +++++++++++++++++++++++++++++++++++++++++---
  1 file changed, 41 insertions(+), 3 deletions(-)
 
---- bash-completion.orig/completions/dpkg
-+++ bash-completion/completions/dpkg
-@@ -81,7 +81,45 @@ _dpkg()
+Index: bash-completion.git/completions/dpkg
+===================================================================
+--- bash-completion.git.orig/completions/dpkg
++++ bash-completion.git/completions/dpkg
+@@ -89,7 +89,45 @@ _dpkg()
      COMPREPLY=($(compgen -W '$(_parse_help "$1")' -- "$cur"))
      [[ ${COMPREPLY-} == *= ]] && compopt -o nospace
  } &&
diff --git a/debian/patches/11-add-completions-for-openrc-rc-service.patch b/debian/patches/11-add-completions-for-openrc-rc-service.patch
index 94525406..6d8ceab4 100644
--- a/debian/patches/11-add-completions-for-openrc-rc-service.patch
+++ b/debian/patches/11-add-completions-for-openrc-rc-service.patch
@@ -80,11 +80,10 @@ above.
  1 file changed, 56 insertions(+)
  create mode 100644 completions/rc-service
 
-diff --git a/completions/rc-service b/completions/rc-service
-new file mode 100644
-index 00000000..f90c86ae
+Index: bash-completion.git/completions/rc-service
+===================================================================
 --- /dev/null
-+++ b/completions/rc-service
++++ bash-completion.git/completions/rc-service
 @@ -0,0 +1,56 @@
 +# rc-service(8) completion                                 -*- shell-script -*-
 +#
diff --git a/debian/patches/12-properly-handle-TERM-and-other-envvars.patch b/debian/patches/12-properly-handle-TERM-and-other-envvars.patch
index 5194b81b..f76660a9 100644
--- a/debian/patches/12-properly-handle-TERM-and-other-envvars.patch
+++ b/debian/patches/12-properly-handle-TERM-and-other-envvars.patch
@@ -10,10 +10,10 @@ Closes https://github.com/scop/bash-completion/issues/457
  test/t/test_grep.py | 10 ++++++
  3 files changed, 61 insertions(+), 31 deletions(-)
 
-diff --git a/bash_completion b/bash_completion
-index 2114ea05086..1a097417d72 100644
---- a/bash_completion
-+++ b/bash_completion
+Index: bash-completion.git/bash_completion
+===================================================================
+--- bash-completion.git.orig/bash_completion
++++ bash-completion.git/bash_completion
 @@ -679,37 +679,60 @@ _variables()
          COMPREPLY+=("$cur}")
          __ltrim_colon_completions "$cur"
@@ -102,10 +102,10 @@ index 2114ea05086..1a097417d72 100644
  # Initialize completion and deal with various general things: do file
  # and variable completion where appropriate, and adjust prev, words,
  # and cword as if no redirections exist so that completions do not
-diff --git a/completions/export b/completions/export
-index 8d823614aaf..9cf94277678 100644
---- a/completions/export
-+++ b/completions/export
+Index: bash-completion.git/completions/export
+===================================================================
+--- bash-completion.git.orig/completions/export
++++ bash-completion.git/completions/export
 @@ -25,10 +25,7 @@ _export()
      done
  
@@ -118,11 +118,11 @@ index 8d823614aaf..9cf94277678 100644
      fi
  
      case $cur in
-diff --git a/test/t/test_grep.py b/test/t/test_grep.py
-index a249122eb12..10956b1f5e9 100644
---- a/test/t/test_grep.py
-+++ b/test/t/test_grep.py
-@@ -14,3 +14,13 @@ def test_2(self, completion):
+Index: bash-completion.git/test/t/test_grep.py
+===================================================================
+--- bash-completion.git.orig/test/t/test_grep.py
++++ bash-completion.git/test/t/test_grep.py
+@@ -14,3 +14,13 @@ class TestGrep:
          Not really a grep option, but tests _longopt.
          """
          assert completion == "foo foo.d/".split()
@@ -136,4 +136,3 @@ index a249122eb12..10956b1f5e9 100644
 +        Refs https://github.com/scop/bash-completion/issues/457
 +        """
 +        assert "foo" in completion
-
diff --git a/debian/patches/13-backport-support-for-python-9.patch b/debian/patches/13-backport-support-for-python-9.patch
index de75f45b..281bb7ae 100644
--- a/debian/patches/13-backport-support-for-python-9.patch
+++ b/debian/patches/13-backport-support-for-python-9.patch
@@ -4,11 +4,11 @@ Date:   Sun Sep 6 22:57:28 2020 +0300
 
     python, pyvenv: install for 3.9
 
-diff --git a/completions/Makefile.am b/completions/Makefile.am
-index e43d0e3c..ba75fa48 100644
---- a/completions/Makefile.am
-+++ b/completions/Makefile.am
-@@ -677,11 +677,13 @@ CLEANFILES = \
+Index: bash-completion.git/completions/Makefile.am
+===================================================================
+--- bash-completion.git.orig/completions/Makefile.am
++++ bash-completion.git/completions/Makefile.am
+@@ -675,11 +675,13 @@ CLEANFILES = \
  	python3.6 \
  	python3.7 \
  	python3.8 \
@@ -22,7 +22,7 @@ index e43d0e3c..ba75fa48 100644
  	qemu-kvm \
  	qemu-system-i386 \
  	qemu-system-x86_64 \
-@@ -894,9 +896,11 @@ symlinks: $(DATA)
+@@ -890,9 +892,11 @@ symlinks: $(DATA)
  	$(ss) pylint \
  		pylint-2 pylint-3
  	$(ss) python \
@@ -36,10 +36,10 @@ index e43d0e3c..ba75fa48 100644
  	$(ss) qdbus \
  		dcop
  	$(ss) qemu \
-diff --git a/completions/python b/completions/python
-index d50c18f0..d7e18b90 100644
---- a/completions/python
-+++ b/completions/python
+Index: bash-completion.git/completions/python
+===================================================================
+--- bash-completion.git.orig/completions/python
++++ bash-completion.git/completions/python
 @@ -62,6 +62,6 @@ _python()
          COMPREPLY=($(compgen -W '$(_parse_help "$1" -h)' -- "$cur"))
      fi
@@ -48,10 +48,10 @@ index d50c18f0..d7e18b90 100644
 +    complete -F _python python python2 python2.7 python3 python3.{3..9} pypy pypy3 micropython
  
  # ex: filetype=sh
-diff --git a/completions/pyvenv b/completions/pyvenv
-index 527a3840..3a1ecb37 100644
---- a/completions/pyvenv
-+++ b/completions/pyvenv
+Index: bash-completion.git/completions/pyvenv
+===================================================================
+--- bash-completion.git.orig/completions/pyvenv
++++ bash-completion.git/completions/pyvenv
 @@ -20,6 +20,6 @@ _pyvenv()
  
      _filedir -d
diff --git a/debian/patches/14-backport-support-for-long-options-in-perltidy.patch b/debian/patches/14-backport-support-for-long-options-in-perltidy.patch
index 02a56c06..2297fc83 100644
--- a/debian/patches/14-backport-support-for-long-options-in-perltidy.patch
+++ b/debian/patches/14-backport-support-for-long-options-in-perltidy.patch
@@ -4,10 +4,10 @@ Date:   Tue Apr 13 17:02:12 2021 +0300
 
     feat(perltidy): support long variants of arg completed options
 
-diff --git a/completions/perltidy b/completions/perltidy
-index 4404cf8..a6ee36b 100644
---- a/completions/perltidy
-+++ b/completions/perltidy
+Index: bash-completion.git/completions/perltidy
+===================================================================
+--- bash-completion.git.orig/completions/perltidy
++++ bash-completion.git/completions/perltidy
 @@ -16,25 +16,34 @@ _perltidy()
      esac
  
diff --git a/debian/patches/15-find-exec.patch b/debian/patches/15-find-exec.patch
index fcb963e2..85585710 100644
--- a/debian/patches/15-find-exec.patch
+++ b/debian/patches/15-find-exec.patch
@@ -6,10 +6,10 @@ Date:   Sat Mar 20 10:41:04 2021 +0200
 
     Closes https://github.com/scop/bash-completion/issues/509
 
-diff --git a/completions/find b/completions/find
-index 64121eda..f18c7d7e 100644
---- a/completions/find
-+++ b/completions/find
+Index: bash-completion.git/completions/find
+===================================================================
+--- bash-completion.git.orig/completions/find
++++ bash-completion.git/completions/find
 @@ -10,6 +10,7 @@ _find()
      local i
      for i in ${!words[*]}; do
diff --git a/debian/patches/16-freecad-extension.patch b/debian/patches/16-freecad-extension.patch
index 317c3368..9045abb6 100644
--- a/debian/patches/16-freecad-extension.patch
+++ b/debian/patches/16-freecad-extension.patch
@@ -6,11 +6,11 @@ Date:   Thu Apr 22 21:39:19 2021 +0200
 
     https://wiki.freecadweb.org/File_Format_FCStd
 
-diff --git a/bash_completion b/bash_completion
-index 51305148..fca32c57 100644
---- a/bash_completion
-+++ b/bash_completion
-@@ -2132,7 +2132,7 @@
+Index: bash-completion.git/bash_completion
+===================================================================
+--- bash-completion.git.orig/bash_completion
++++ bash-completion.git/bash_completion
+@@ -2126,7 +2126,7 @@ _install_xspec()
  }
  # bzcmp, bzdiff, bz*grep, bzless, bzmore intentionally not here, see Debian: #455510
  _install_xspec '!*.?(t)bz?(2)' bunzip2 bzcat pbunzip2 pbzcat lbunzip2 lbzcat
diff --git a/debian/patches/17-ssh-pubacceptedalgorithms.patch b/debian/patches/17-ssh-pubacceptedalgorithms.patch
index 7cb62e5b..c187cae2 100644
--- a/debian/patches/17-ssh-pubacceptedalgorithms.patch
+++ b/debian/patches/17-ssh-pubacceptedalgorithms.patch
@@ -9,10 +9,10 @@ Date:   Sun Apr 9 22:34:28 2023 -0700
     PubkeyAcceptedAlgorithms. The old name still works, but no longer
     presented in the manpages.
 
-diff --git a/completions/ssh b/completions/ssh
-index 907c039..4f83c48 100644
---- a/completions/ssh
-+++ b/completions/ssh
+Index: bash-completion.git/completions/ssh
+===================================================================
+--- bash-completion.git.orig/completions/ssh
++++ bash-completion.git/completions/ssh
 @@ -53,7 +53,7 @@ _ssh_options()
          NoHostAuthenticationForLocalhost NumberOfPasswordPrompts
          PasswordAuthentication PermitLocalCommand PKCS11Provider Port
diff --git a/debian/patches/18-aptitude-showsrc-source b/debian/patches/18-aptitude-showsrc-source
index d1cc74c4..d2e0aa50 100644
--- a/debian/patches/18-aptitude-showsrc-source
+++ b/debian/patches/18-aptitude-showsrc-source
@@ -8,10 +8,10 @@ Date:   Mon Apr 25 14:51:16 2022 +0200
     
     Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
 
-diff --git a/completions/aptitude b/completions/aptitude
-index e5ea163..558be7c 100644
---- a/completions/aptitude
-+++ b/completions/aptitude
+Index: bash-completion.git/completions/aptitude
+===================================================================
+--- bash-completion.git.orig/completions/aptitude
++++ bash-completion.git/completions/aptitude
 @@ -110,7 +110,7 @@ _aptitude()
              clean autoclean install reinstall remove hold unhold purge markauto
              unmarkauto why why-not dist-upgrade full-upgrade download search

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

More details

Full run details