summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 16:24:28 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-15 16:24:28 +0000
commit2e7b40c11f44d02bd96eaef714a55c9198d680d8 (patch)
treeb8591f10d3f43153a5d2245a997c2a956c85f709
parentAdding upstream version 1:2.11. (diff)
downloadbash-completion-2e7b40c11f44d02bd96eaef714a55c9198d680d8.tar.xz
bash-completion-2e7b40c11f44d02bd96eaef714a55c9198d680d8.zip
Adding debian version 1:2.11-8.debian/1%2.11-8
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/README.Debian15
-rw-r--r--debian/bug-presubj8
-rw-r--r--debian/changelog847
-rw-r--r--debian/clean1
-rw-r--r--debian/control23
-rw-r--r--debian/copyright32
-rw-r--r--debian/docs2
-rw-r--r--debian/extra/bash_completion1
-rw-r--r--debian/extra/debhelper/bash_completion.pm8
-rwxr-xr-xdebian/extra/debhelper/dh_bash-completion177
-rw-r--r--debian/gbp.conf6
-rw-r--r--debian/install3
-rw-r--r--debian/links1
-rw-r--r--debian/manpages1
-rw-r--r--debian/patches/04-xine_add_more_formats.patch30
-rw-r--r--debian/patches/06-xpdf_support_compressed_pdf.patch21
-rw-r--r--debian/patches/07-dpkg_support_raw-extract_vextract.patch59
-rw-r--r--debian/patches/11-add-completions-for-openrc-rc-service.patch144
-rw-r--r--debian/patches/12-properly-handle-TERM-and-other-envvars.patch139
-rw-r--r--debian/patches/13-backport-support-for-python-9.patch62
-rw-r--r--debian/patches/14-backport-support-for-long-options-in-perltidy.patch51
-rw-r--r--debian/patches/15-find-exec.patch20
-rw-r--r--debian/patches/16-freecad-extension.patch21
-rw-r--r--debian/patches/17-ssh-pubacceptedalgorithms.patch33
-rw-r--r--debian/patches/18-aptitude-showsrc-source23
-rw-r--r--debian/patches/19-clean-wine-symlinks13
-rw-r--r--debian/patches/series12
-rw-r--r--debian/postinst34
-rw-r--r--debian/postrm25
-rw-r--r--debian/preinst36
-rwxr-xr-xdebian/rules33
-rw-r--r--debian/source/format1
-rw-r--r--debian/upstream/metadata4
-rw-r--r--debian/watch3
34 files changed, 1889 insertions, 0 deletions
diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..5b69051
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,15 @@
+bash-completion for Debian
+--------------------------
+
+ Completions are kept in /usr/share/bash-completion/completions.
+
+ If a package installs its completion files under /etc/bash_completion.d/,
+ bash-completion is still able to use them, but bash-completion itself does
+ not install any files under that directory.
+
+ If you are a package maintainer, you are encouraged to use
+ dh_bash-completion(1), which will take care of installing third-party
+ completions into the appropriate directory.
+
+ -- David Paleino <dapal@debian.org> Sun, 10 Apr 2011 15:33:19 +0200
+ -- Gabriel F. T. Gomes <gabriel@inconstante.net.br> Mon, 12 Feb 2018 21:46:42 -0200
diff --git a/debian/bug-presubj b/debian/bug-presubj
new file mode 100644
index 0000000..4af6778
--- /dev/null
+++ b/debian/bug-presubj
@@ -0,0 +1,8 @@
+Before reporting a bug in bash-completion, please check that you don't have
+Acrobat's acroread.sh installed in /etc/bash_completion.d/. That completion,
+in fact, redefines internal bash-completion functions, breaking it.
+
+For more information about this issue, please read:
+
+ - http://forums.adobe.com/thread/745833
+ - http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=616018
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..82f3a34
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,847 @@
+bash-completion (1:2.11-8) unstable; urgency=medium
+
+ * Clean wine symlinks after build to fix FBTS at rebuild (Closes: #1044094).
+
+ -- Gabriel F. T. Gomes <gabriel@debian.org> Sun, 17 Sep 2023 17:38:13 -0700
+
+bash-completion (1:2.11-7) unstable; urgency=medium
+
+ [Gabriel F. T. Gomes]
+ * Remove patch for quotes in readline (Closes: #1033847, #1033588).
+ * Cherry-pick fix for ssh PubkeyAcceptedKeytypes (Closes: #1033642).
+
+ [Heinrich Schuchardt]
+ * Add showsrc and source to aptitude completion.
+
+ -- Gabriel F. T. Gomes <gabriel@debian.org> Sun, 16 Jul 2023 23:01:32 -0700
+
+bash-completion (1:2.11-6) unstable; urgency=medium
+
+ * Fix completion of find -exec commands (Closes: #1002010).
+ * Recognize freecad files as zip files (Closes: #1004128).
+
+ -- Gabriel F. T. Gomes <gabriel@debian.org> Sun, 03 Apr 2022 09:14:34 -0300
+
+bash-completion (1:2.11-5) unstable; urgency=medium
+
+ * Request sh instead of bash in post scripts (Closes: #999416).
+
+ -- Gabriel F. T. Gomes <gabriel@debian.org> Thu, 11 Nov 2021 09:06:34 -0300
+
+bash-completion (1:2.11-4) unstable; urgency=medium
+
+ [ Gabriel F. T. Gomes ]
+ * Backport support for python 9 from upstream (Closes: #994990).
+ * Backport support for long options in perltidy (Closes: #995034).
+
+ [ Debian Janitor ]
+ * Remove constraints unnecessary since buster:
+ + Remove 11 maintscript entries from 1 files.
+
+ -- Gabriel F. T. Gomes <gabriel@debian.org> Sun, 03 Oct 2021 14:09:35 -0300
+
+bash-completion (1:2.11-3) unstable; urgency=medium
+
+ [ Debian Janitor ]
+ * Remove constraints unnecessary since stretch:
+ + Remove 179 maintscript entries from 1 files.
+
+ [ Gabriel F. T. Gomes ]
+ * Backport fix for TZ, TERM, LANG, and others (Closes: #988975).
+
+ -- Gabriel F. T. Gomes <gabriel@debian.org> Sat, 28 Aug 2021 11:47:01 -0300
+
+bash-completion (1:2.11-3~exp1) experimental; urgency=medium
+
+ [ Kevin Locke ]
+ * Improve file matching in dh_bash-completion (Closes: #985151).
+
+ -- Gabriel F. T. Gomes <gabriel@debian.org> Sun, 28 Mar 2021 12:30:08 -0300
+
+bash-completion (1:2.11-2) unstable; urgency=medium
+
+ * Provide dh-sequence-bash-completion (Closes: #951484).
+
+ -- Gabriel F. T. Gomes <gabriel@debian.org> Wed, 12 Aug 2020 09:14:35 -0300
+
+bash-completion (1:2.11-1) unstable; urgency=medium
+
+ * Update upstream sources.
+
+ -- Gabriel F. T. Gomes <gabriel@debian.org> Thu, 06 Aug 2020 21:41:33 -0300
+
+bash-completion (1:2.10-2) unstable; urgency=medium
+
+ [ Sergio Durigan Junior ]
+ * Fix dh_bash-completion for debhelper 13 (Closes: #965225).
+
+ [ Gabriel F. T. Gomes ]
+ * Update standards version to 4.5.0, no changes needed.
+ * Bump debhelper from 12 to 13.
+
+ [ Debian Janitor ]
+ * Trim trailing whitespace.
+ * Bump debhelper from old 11 to 12.
+ * Set debhelper-compat version in Build-Depends.
+ * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
+ Repository-Browse.
+ * Update standards version to 4.4.1, no changes needed.
+
+ -- Gabriel F. T. Gomes <gabriel@debian.org> Fri, 31 Jul 2020 15:41:50 -0300
+
+bash-completion (1:2.10-1) unstable; urgency=medium
+
+ * Update upstream sources.
+
+ -- Gabriel F. T. Gomes <gabriel@inconstante.net.br> Sat, 25 Jan 2020 17:15:01 -0300
+
+bash-completion (1:2.9-1.1) unstable; urgency=high
+
+ * Non-maintainer upload.
+ * No-chage source-only upload to allow testing migration.
+ (Closes: #949597)
+
+ -- Boyuan Yang <byang@debian.org> Wed, 22 Jan 2020 11:42:20 -0500
+
+bash-completion (1:2.9-1) unstable; urgency=medium
+
+ * Update upstream sources (Closes: #921159, #933690, #933936).
+
+ -- Gabriel F. T. Gomes <gabriel@inconstante.net.br> Mon, 12 Aug 2019 08:35:04 -0300
+
+bash-completion (1:2.8-7) unstable; urgency=medium
+
+ * Updated to Debian Policy 4.4.0.
+ * Update maintainer email address.
+
+ -- Gabriel F. T. Gomes <gabriel@inconstante.net.br> Tue, 09 Jul 2019 23:43:09 -0300
+
+bash-completion (1:2.8-6) unstable; urgency=medium
+
+ [Gabriel F. T. Gomes <gabriel@inconstante.eti.br>]
+ * Fix bad array subscript error with slash. (Closes: #923167)
+
+ [Daniel Lewart <lewart3@gmail.com>]
+ * Fix warning message for non-existent /etc/bash_completion.d.
+ (Closes: #923210)
+
+ -- Gabriel F. T. Gomes <gabriel@inconstante.eti.br> Fri, 01 Mar 2019 18:41:48 -0300
+
+bash-completion (1:2.8-5) unstable; urgency=medium
+
+ * Fix perl completions with a space between option and argument.
+ (Closes: #614775)
+ * Fix COMP_FILEDIR_FALLBACK to address comment #45 on bug #550676
+ (https://bugs.debian.org/550676#45). (Closes: #550676)
+ * Remove obsolete conffiles from very old versions. (Closes: #645439)
+ * Remove patch to disable completion with avahi-browse for everyone.
+ Completion with avahi-browse is still disabled by default. To enable it,
+ set COMP_KNOWN_HOSTS_WITH_AVAHI to anything. (See #574950)
+
+ -- Gabriel F. T. Gomes <gabriel@inconstante.eti.br> Fri, 21 Dec 2018 22:34:39 -0200
+
+bash-completion (1:2.8-4) unstable; urgency=medium
+
+ * Allow `+' in (ssh/know_hosts) hostnames. (Closes: #848125)
+ * Add completions for OpenRC rc-service. (Closes: #865548)
+ * Add zstd completions for tar. (Closes: #913949)
+
+ -- Gabriel F. T. Gomes <gabriel@inconstante.eti.br> Sat, 17 Nov 2018 23:36:41 -0200
+
+bash-completion (1:2.8-3) unstable; urgency=medium
+
+ [G. Branden Robinson <g.branden.robinson@gmail.com>]
+ * Fix extremely annoying and long-standing breakage of completion
+ within POSIX command substitution $(). (Closes: #742466)
+
+ [Gabriel F. T. Gomes <gabriel@inconstante.eti.br>]
+ * Revert `Extra fix for man completion' (from version 1:2.8-2).
+ * Fix wildcard completion. (Closes: #891667).
+
+ -- Gabriel F. T. Gomes <gabriel@inconstante.eti.br> Sat, 10 Nov 2018 18:00:06 -0200
+
+bash-completion (1:2.8-2) unstable; urgency=low
+
+ * Fix for held packages completion in dpkg (Closes: #907294)
+ * Extra fix for man completion (Closes: #892307)
+ * Fix for cvs log completion (Closes: #892080)
+
+ -- Gabriel F. T. Gomes <gabriel@inconstante.eti.br> Sun, 04 Nov 2018 18:01:45 -0200
+
+bash-completion (1:2.8-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Use install-data-hook, not install-data-local (Closes: #910128)
+
+ -- Emmanouil Kampitakis <info+debian@kampitakis.de> Sat, 27 Oct 2018 21:53:12 +0000
+
+bash-completion (1:2.8-1) unstable; urgency=low
+
+ * Update upstream sources.
+ * Complete package versions with apt-get install (Closes: #640217)
+ * Add support for extra dpkg-source options (Closes: #756887)
+ * Add support for extra openssl commands (Closes: #779814)
+ * Add support for extra aptitude commands (Closes: #867587)
+ * Fix regression when MANPATH is set with colons (Closes: #892307)
+
+ -- Gabriel F. T. Gomes <gabriel@inconstante.eti.br> Fri, 30 Mar 2018 20:07:32 -0300
+
+bash-completion (1:2.7-1) unstable; urgency=medium
+
+ * New maintainer (Closes: #876095).
+ * Update upstream sources (Closes: #847971).
+ - Complete python commands with pyz files (Closes: #888090).
+ - Fix acronym database path for wtf (Closes: #731567).
+ * debhelper compatibility bumped to 11.
+ * Standards-Version bump to 4.1.3:
+ - Copyright format URL updated to https (required since version 4.0.0).
+
+ -- Gabriel F. T. Gomes <gabriel@inconstante.eti.br> Mon, 12 Feb 2018 20:36:42 -0200
+
+bash-completion (1:2.1-4.3) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Stop shipping the mount/umount completions
+ - will be provided by mount package itself. (See: #820247)
+
+ -- Andreas Henriksson <andreas@fatal.se> Tue, 12 Apr 2016 16:03:50 +0200
+
+bash-completion (1:2.1-4.2) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * fix location of bash-completion files
+ Closes: #668254
+
+ -- Andreas Tille <tille@debian.org> Tue, 18 Aug 2015 21:47:32 +0200
+
+bash-completion (1:2.1-4.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Remove dmesg and renice completions which will instead be shipped
+ from src:util-linux in their respective packages (Closes: #755986)
+
+ -- Andreas Henriksson <andreas@fatal.se> Wed, 06 May 2015 20:32:10 +0200
+
+bash-completion (1:2.1-4) unstable; urgency=medium
+
+ * Fix dont_return_from_sourced_script.patch: typo during the patch
+ backport (Closes: #742362)
+
+ -- David Paleino <dapal@debian.org> Sat, 22 Mar 2014 21:57:39 +0100
+
+bash-completion (1:2.1-3) unstable; urgency=medium
+
+ * Import patch from Ubuntu:
+ - fix_quote_readline_by_ref.patch, thanks to JuanJo Ciarlante
+ (Closes: #739835):
+ + avoid escaping 1st '~' (LP: #1288314)
+ + avoid quoting if empty, else expansion without args only shows
+ dirs (LP: #1288031)
+ + replace double escaping to single (eg for completing file/paths
+ with spaces)
+ - words_bad_array_subscript.patch, thanks to Barry Warsaw
+ - dpkg_ddeb.patch: dpkg also supports *.ddeb, thanks to Sebastien
+ Bacher (LP: #568404, Closes: #737881)
+ - disable_avahi_browse.patch: slow, and doesn't scale to big
+ networks, thanks to Chris Jones (Closes: #574950, LP: #510591)
+ - xine_add_more_formats.patch: add oga and ogx to multimedia players
+ (Closes: #496162, LP: #311525)
+ * debian/maintscript, debian/postinst:
+ - clean etc conffiles on upgrade since completion files are in /usr
+ with 2.0, thanks to Sebastien Bacher
+ * debian/control: marked Multi-Arch: foreign
+ * debian/patches/:
+ - fix_gcc_detection.patch, correctly parses Debian's GCC version
+ number, thanks to Tomas Janousek (Closes: #665651)
+ - xpdf_support_compressed_pdf.patch, in Debian xpdf also supports
+ compressed files, thanks to Alfredo Finelli (Closes: #702498)
+ - dpkg_support_raw-extract_vextract.patch: add support for more
+ options in dpkg-deb, thanks to Uwe Storbeck (Closes: #698977)
+ - dpkg_fix_-W_option.patch: -W|--show doesn't support udebs/ddebs,
+ thanks to Luca Capello (Closes: #697513)
+ - aptitude_safe-upgrade.patch: safe-upgrade supports package names,
+ thanks to Nicolas Le Cam (Closes: #673235)
+ - ifconfig_locale.patch: _mac_addresses() didn't consider locale
+ awareness of ifconfig, thanks to Thilo Six (Closes: #704832)
+ - dont_return_from_sourced_script.patch: avoid problems with shells
+ not supporting returning from a sourced script (Closes: #741657)
+ - look_for_pod.patch: perldoc: look for .pod in addition to .pm
+ files, thanks to Carl Hayter (Closes: #708173)
+ * debian/extra/debhelper/dh_bash-completion: fix installation process
+ when more than one "proper snippet" is being installed, thanks to
+ Jean-Michel Vourgère (Closes: #680852)
+ * Dropped completions included in util-linux (Closes: #737672)
+
+ -- David Paleino <dapal@debian.org> Wed, 19 Mar 2014 11:44:27 +0100
+
+bash-completion (1:2.1-2) unstable; urgency=low
+
+ * Don't install nmcli completion (Closes: #728742).
+
+ -- David Paleino <dapal@debian.org> Tue, 05 Nov 2013 00:12:48 +0100
+
+bash-completion (1:2.1-1) unstable; urgency=low
+
+ * New upstream version:
+ - fusermount: Complete curlftpfs-mounts for "fusermount -u"
+ (Closes: #685377)
+ - colormake: New make alias completion (LP: #743208, Closes: #682557)
+ - ssh: Add -O argument completion (Closes: #680652)
+ - tar: Support *.tar.lz (Closes: #703599)
+ * Fixed typo in README.Debian (Closes: #689843)
+ * Use canonical Vcs-* urls.
+ * Standards-Version bump to 3.9.5, no changes needed.
+ * debhelper compatibility bumped to 9.
+ * Updated debian/copyright.
+
+ -- David Paleino <dapal@debian.org> Mon, 04 Nov 2013 18:08:07 +0100
+
+bash-completion (1:2.0-1) unstable; urgency=low
+
+ [ David Paleino ]
+ * New upstream version
+ - Recognise symlinks to directories as directories (Closes: #666055)
+ - sudo -e should list filenames instead of commands (Closes: #446355)
+ - ri completion: defines function outside _* namespace (Closes: #669178)
+ - overrides lyx's bash-completion (Closes: #662203)
+ - complete 'apt-get changelog' (Closes: #659395)
+ - sudo su {user} -c "sss failing because of quotation (LP: #783136)
+ - scp and rsync error on local path completion (LP: #772571)
+ * Standards-Version bump to 3.9.3, no changes needed
+ * Updated debian/copyright
+ * Added Pre-Depends on dpkg because of dpkg-maintscript-helper
+
+ [ Jonathan Nieder ]
+ * Replace /etc/bash_completion symlink with a shim script (Closes: #669180)
+ * Remove no longer needed symlink-issue patch
+ * Remove /etc/bash_completion symlink to make room for shim script
+ on upgrade from versions 1:1.99-2 and 1:1.99-3.
+
+ -- David Paleino <dapal@debian.org> Sun, 17 Jun 2012 21:08:02 +0200
+
+bash-completion (1:1.99-3) unstable; urgency=low
+
+ * Fixed issue when loading completions from the /etc/bash_completion
+ symlink.
+
+ -- David Paleino <dapal@debian.org> Wed, 11 Jan 2012 14:41:37 +0100
+
+bash-completion (1:1.99-2) unstable; urgency=low
+
+ * Make /etc/bash_completion a symlink to the new location, waiting
+ for bash to update its scripts (Closes: #648319)
+ * Dropped debian/NEWS
+ * Drop references to old triggers-mechanism (Closes: #655286)
+
+ -- David Paleino <dapal@debian.org> Tue, 10 Jan 2012 07:26:30 +0100
+
+bash-completion (1:1.99-1) unstable; urgency=low
+
+ * Uploading to unstable
+ * New upstream pre-2.x snapshot
+ - correctly list purgeable packages for dpkg --listfiles and dpkg
+ --purge (Closes: #647684)
+ - fix bash_completion paths in README (Closes: #647941)
+ - _known_hosts_real: Handle more than two hostnames per known hosts
+ line (Closes: #647352)
+ - _known_hosts_real: Support > 1 files per *KnownHostsFile line
+ (Closes: #650514)
+
+ -- David Paleino <dapal@debian.org> Sun, 08 Jan 2012 00:29:16 +0100
+
+bash-completion (1:1.90-1) experimental; urgency=low
+
+ * bash-completion 2 preview: dynamic loading of completions
+ - optionally fallback to generic file completion if _filedir
+ returns nothing (Closes: #619014, LP: #533985)
+ - various fixes (Closes: #622383)
+ - apt: add 'download' to subcommands (Closes: #625234, LP: #720541)
+ - aptitude: add 'versions' command (Closes: #604393)
+ - dpkg-query: use the 'dpkg' completion (Closes: #642526)
+ - lintian: remove --unpack-level (Closes: #623680)
+ - rrdtool: complete filenames after commands (Closes: #577933)
+ - provide profile.d hook for per user disabling of bash_completion
+ (Closes: #593835)
+ - mutt: support tildes when recursively sourcing muttrc files
+ (Closes: #615134)
+ - tar: improve tar *[cr]*f completions (Closes: #618734)
+ * More checks in update-bash-completion: avoid unnecessary
+ sourcing of completion if symlink already exists
+ * Add message for users before they report a bug (debian/bug-presubj),
+ I'm kind of fed-up with bugs caused by acroread.sh :/
+ * Removed patches merged upstream
+ * Drop trigger-based completion loading
+ * Standards-Version bump to 3.9.2, no changes needed
+
+ -- David Paleino <dapal@debian.org> Thu, 03 Nov 2011 13:03:51 +0100
+
+bash-completion (1:1.3-3) experimental; urgency=low
+
+ * Include install-completions from upstream
+ * Use new mechanism to symlink completions (Closes: #623880)
+
+ -- David Paleino <dapal@debian.org> Mon, 25 Apr 2011 14:38:24 +0200
+
+bash-completion (1:1.3-2) experimental; urgency=low
+
+ * Change completion directory layout (00-change_completions_layout.patch)
+ * Use autoreconf in debian/rules
+ * Implement dpkg triggers and update-bash-completion script, and monthly
+ cronjob to clean up unused completions.
+ * Remove old UCF-related postinst tasks
+ * Remove old conffiles, using dpkg-maintscript-helper
+ * Added debian/NEWS, to explain the changes with this revision
+ * Use Breaks+Replaces xen-tools, because of conflicting files
+ * Added debian/README.Debian with instructions on the new layout,
+ and how to enable completions
+
+ -- David Paleino <dapal@debian.org> Tue, 12 Apr 2011 12:15:12 +0200
+
+bash-completion (1:1.3-1) unstable; urgency=low
+
+ * New upstream release
+ - Fixed "service" completion, thanks to John Hedges (Closes: #586210)
+ - Fixed typo in openssl completion (Closes: #609552)
+ - Added ip completion (Closes: #600617)
+ - Added _tilde(), fix ~username completion (Closes: #587095)
+ - Add *.webm to mplayer file completions (Closes: #588079).
+ * debian/watch: fix to handle .tar.bz2 files
+ * Bump Standards-Version to 3.9.1, no changes needed
+ * Install upstream CHANGES file
+ * Update copyright years in debian/copyright
+ * debian/rules: reflect new source layout
+
+ -- David Paleino <dapal@debian.org> Sun, 06 Feb 2011 22:00:58 +0100
+
+bash-completion (1:1.2-3) unstable; urgency=low
+
+ * Provide a saner upgrade path from older bash packages, which
+ shipped /etc/bash_completion (Closes: #564254)
+
+ -- David Paleino <dapal@debian.org> Tue, 16 Nov 2010 09:06:24 +0100
+
+bash-completion (1:1.2-2) unstable; urgency=low
+
+ * debian/patches/:
+ - 00-fix_586210.patch added, fixes a weird error while loading
+ service(8) completions. Thanks to John Hedges (Closes: #586210)
+ * debian/control:
+ - added Replaces: cryptsetup (Closes: #586161)
+
+ -- David Paleino <dapal@debian.org> Sun, 20 Jun 2010 09:57:35 +0200
+
+bash-completion (1:1.2-1) unstable; urgency=low
+
+ * New upstream release
+ - contrib/munin-node fixed (Closes: #550943)
+ - contrib/dpkg fixed -W and --show completing on .?(u)deb's
+ (Closes: #552109)
+ - added munindoc completion to contrib/munin-node, thanks to Tom
+ Feiner (Closes: #553371)
+ - contrib/cpio: added missing completions for -?, --help, --license,
+ --usage, --version and (-p) --to-stdout (Closes: #557436)
+ - added .okular completion to okular (Closes: #545530)
+ - refreshed reportbug completion, added --from-buildd (Closes: #579471)
+ - special-case "apt-get source" (Closes: #572000)
+ - added lintian completion (Closes: #547361)
+ - protect various completions from unusual user input by not embedding the
+ input in external command arguments (Closes: #552631)
+ - awk and sed usage portability fixes (Closes: #501479)
+ - fix completion of usernames (Closes: #511788)
+ - fix mount handling of escapes (LP: #219971, Closes: #511149)
+ - update find completion (LP: #570113)
+ * debian/patches/* removed, merged upstream
+ * debian/control:
+ - add Conflicts/Replaces on xen-tools (<= 4.1-1) (Closes: #550590)
+ - Standards-Version bumped to 3.8.4, no changes needed
+ * debian/links: remove dangling symlink in /usr/share/doc/bash
+ (Closes: #565447)
+ * debian/watch: fix regex to avoid old timestamp-based releases
+ * debian/preinst: definitely remove anything in /usr/share/doc/bash/
+ * debian/source/format: using 3.0 (quilt)
+ * debin/rules made minimal
+
+ -- David Paleino <dapal@debian.org> Wed, 16 Jun 2010 19:03:06 +0200
+
+bash-completion (1:1.1-3) unstable; urgency=low
+
+ * debian/patches/03-fix_552631.patch fixed (Closes: #556251)
+
+ -- David Paleino <dapal@debian.org> Sat, 14 Nov 2009 23:42:55 +0100
+
+bash-completion (1:1.1-2) unstable; urgency=low
+
+ * debian/control, debian/rules: added quilt infrastructure
+ * debian/README.source added
+ * debian/patches/:
+ - 01-fix_550943.patch added, fixes function names (Closes: #550943)
+ - 02-fix_552109.patch added, fixes -W and --show completion for
+ dpkg-deb (Closes: #552109)
+ - 03-fix_552631.patch added (Closes: #552631)
+ * debian/control:
+ - updated my email address
+ - DMUA removed
+
+ -- David Paleino <dapal@debian.org> Sat, 14 Nov 2009 18:10:49 +0100
+
+bash-completion (1:1.1-1) unstable; urgency=low
+
+ * New upstream release
+ - fix svk completion using $filenames instead of $default
+ (Closes: #524961)
+ - fix typo in .ass subtitles completion for mplayer
+ (Closes: #531337)
+ - fix regression on man(1) completion: also complete on local .3pm
+ files (Closes: #531343)
+ - added avahi-discovered hosts to _known_hosts_real()
+ (Closes: #518561)
+ - added m4v completion to mplayer (Closes: #504213)
+ - improve qemu completion (Closes: #534901)
+ - added sshfs completion (shares the same as scp) (Closes: #545978)
+ - added --no-generate to "apt-cache pkgnames" calls, make it faster
+ on certain configurations (Closes: #547550)
+ - add *.ogv to xine-based players (Closes: #540033)
+ - fix sbcl file/dirname completion (Closes: #545743)
+ - fix _quote_readline on bash 4 (Closes: #544024)
+ - patched _known_hosts() to support multiple
+ {Global,User}KnownHosts in SSH config files, thanks to Thomas
+ Nilsson (Closes: #524190)
+ - fix completing multiple hosts (Closes: #535585)
+ * debian/extra/bash-completion.pm moved to bash_completion.pm
+ (Closes: #535105)
+ * debian/patches/ removed, merged upstream
+ * debian/rules:
+ - passing debian/CHANGES to dh_installchangelogs, it's missing from
+ upstream tarball :(
+ - rewritten using dh7
+ * debian/control:
+ - debhelper Build-Dependency bumped to >= 7.0.50
+ - removed quilt Build-Dependency, no more used
+ - added ${misc:Depends} dependency
+ - Standards-Version bumped to 3.8.3, no changes needed
+ * debian/compat bumped to 7
+ * debian/docs added
+ * debian/install updated, using upstream buildsystem
+
+ -- David Paleino <d.paleino@gmail.com> Sat, 10 Oct 2009 18:11:00 +0200
+
+bash-completion (1:1.0-3) unstable; urgency=low
+
+ * debian/extra/bash-completion.pm added, thanks to Ryan Niebur
+ (Closes: #530598)
+ * debian/rules: added quilt support
+ * debian/control: added quilt Build-Depends
+ * debian/patches/:
+ - 01-529510.patch added, checks for GNUish userland fail on
+ GNU/kFreeBSD, GNU/kOpenSolaris, etc (Closes: #529510)
+ - 02-514377.patch added, assumes .gz files can't be concatenated
+ (Closes: #514377)
+ - 03-522656.patch added, evince supports compressed dvi files
+ (Closes: #522656)
+ - 04-495883.patch added, aptitude: add build-dep to bash_completion
+ (Closes: #495883)
+
+ -- David Paleino <d.paleino@gmail.com> Sat, 30 May 2009 19:36:14 +0200
+
+bash-completion (1:1.0-2) unstable; urgency=low
+
+ * Remove mtx completion from bash_completion.d/ (Closes: #522545)
+
+ -- David Paleino <d.paleino@gmail.com> Sat, 04 Apr 2009 21:16:38 +0200
+
+bash-completion (1:1.0-1) unstable; urgency=low
+
+ * New upstream release:
+ - also see /usr/share/doc/bash-completion/changelog.gz
+ - fix man -l completing filenames (Closes: #497074)
+ - (Partly) fixed java classes completion (Closes: #496828). Look for
+ FIXME in source.
+ - dump to /dev/null error message from look(1) with no arguments
+ (Closes: #495142)
+ - set ssh as default for rsync (was rsh) (Closes: #492328)
+ - added .oga, .ogv, .ogx to mplayer completion (Closes: #496162)
+ - added .epub to unzip|zipinfo completion (Closes: #492476)
+ - added ssh-copy-id completion (Closes: #491856)
+ - moved ssh completion to separate file (Closes: #360628)
+ - bogus completion when mounting subdirs fixed (Closes: #322238)
+ - fix `apt-cache showsrc` completing only on source package names
+ (Closes: #361535)
+ - fixed bugs with gdb completion:
+ - when an empty directory is in $PATH (thanks to Morita Sho)
+ (Closes: #497597)
+ - when a non-existing directory is in $PATH (Closes: #499780)
+ - fix missing completion for "-n" and "-e" (we were using echo, now
+ using printf) (thanks to Morita Sho) (Closes: #498105)
+ - fixed gpg completion --@(export|@(?(l|nr|nrl)sign|edit)-key))
+ (Closes: #500316)
+ - fixed .cb[rz] completion for evince (Closes: #502885)
+ - added gpg2 completion (Closes: #489927)
+ - fixed mplayer -skin completion (Closes: #501473)
+ - fixed errors with POSIX enabled (Closes: #502804)
+ - fixed dpkg-source wrong exit() with return() (Closes: #503317)
+ - added --schedule-only to aptitude's completion (Closes: #502664)
+ - added build-dep to aptitude's completion (Closes: #495883)
+ - added support for `-F configfile' to _known_hosts(), ssh, scp and
+ sftp, thanks to Freddy Vulto (Closes: #504141)
+ - fixed sed quoting bug in _known_hosts(), thanks to Freddy Vulto
+ (Closes: #504650)
+ - allow for comments in known_hosts files (Closes: #511789)
+ - fixed perl -I/-x completion, thanks to Freddy Vulto
+ (Closes: #504547)
+ - README updated: explain how to use bash-completion correctly.
+ (Closes: #506560)
+ - added qdbus completion, thanks to Terence Simpson (LP: #257903)
+ - fixed completion of environment variables, thanks to Morita Sho
+ (Closes: #272660)
+ - fix dpkg completion bug: it listed only non-Essential packages
+ (Closes: #511790)
+ - fixed _dpkg_source completion (Closes: #503317)
+ - remove unused UNAME local variable in _info() (Closes: #501843)
+ - added .zip to jar completions (Closes: #521041)
+ - Merge from Ubuntu:
+ + consume error messages in configure completion (LP: #223882)
+ (Mika Fischer)
+ + quote $xspec in _filedir_xspec in case it is empty, which would
+ cause errors if there was no match under failglob. (LP: #194419)
+ (Mika Fischer)
+ - Ville Skyttä:
+ + remove duplicate cpio completion, thanks to Freddy Vulto
+ (Closes: #512823)
+ + fix awk error in "modprobe -r /" completion (Closes: #512556)
+ - Jakob Unterwurzacher:
+ + ps2pdf can run on .pdf files as well.
+ (Closes: #516614, LP: #316943)
+ * debian/links fixed (Closes: #494292)
+ * debian/control:
+ - fixed typo in the long description
+ - added Vcs-* fields
+ - Standards-Version to 3.8.1
+ - DMUA set
+ - removed Luk Claes from Uploaders
+ - Homepage added
+ * debian/install:
+ - correctly install contrib/* under /etc/bash_completion.d/
+ * debian/copyright updated
+ * debian/extra/dh_bash-completion:
+ - updated to support a list of files in debian/<package>.bash-completion
+ (Closes: #512917)
+ * debian/rules:
+ - install upstream CHANGES and AUTHORS too
+
+ -- David Paleino <d.paleino@gmail.com> Fri, 03 Apr 2009 14:21:43 +0200
+
+bash-completion (20080705) unstable; urgency=low
+
+ [ David Paleino ]
+ * Added more completions to imagemagick (thanks to Nelson A. de
+ Oliveira) (Closes: #487786)
+ * Added xrandr completion (thanks to Anton Khirnov) (Closes: #487825)
+ * Improving _gdb completion:
+ - $filenames to $default (Closes: #463969)
+ - also show directory names (i.e. compgen -d) in COMPREPLY.
+ - added . to $PATH, to allow debugging "local" executables.
+ - do not complete Bash's builtins (thanks to Morita Sho)
+
+ [ Luk Claes ]
+ * Remove use of ucf for /etc/bash-completion (Closes: #488171).
+
+ -- Luk Claes <luk@debian.org> Sat, 05 Jul 2008 16:14:15 +0200
+
+bash-completion (20080617.5) unstable; urgency=medium
+
+ * Revert way of setting environment variables (Closes: #487774).
+ * Add equals sign to _get_cword for mutt_aliases (Closes: #482635).
+ * Enhance mlayer completion (Closes: #487826, #487838).
+
+ -- Luk Claes <luk@debian.org> Tue, 24 Jun 2008 19:50:57 +0200
+
+bash-completion (20080617.4) experimental; urgency=low
+
+ [ David Paleino ]
+ * Merged Ubuntu changes:
+ - added quote(), quote_readline(), dequote() helper functions.
+ - added _remove_word()
+ - fixed _get_cword()
+ - refactored _filedir using quote_readline()
+ - refactored _filedir_xspec using quote_readline()
+ - fixed COMPREPLY's in _iwconfig
+ - fixed _cvs()
+ - _known_hosts(): use files from UserKnownHostsFile options in
+ addition to standard ones.
+ - fixed _command() to correctly prune the command line
+ - disabled completion of PostgreSQL users and databases
+ - fixed _java_packages()
+ - fixed _muttquery()
+ - added flv/FLV completion to mplayer
+ - added --installed to apt-cache
+ - only complete on filenames for aspell
+ - fixed code for exclusions compspecs
+ - added code to gracefully handle debug options (set +/-v)
+
+ -- Luk Claes <luk@debian.org> Mon, 23 Jun 2008 19:25:25 +0200
+
+bash-completion (20080617.3) unstable; urgency=low
+
+ [ David Paleino ]
+ * Fixed IFS for filedir_xspec - Thanks to Stefan Lippers-Hollmann
+ (Closes: #487571)
+
+ [ Luk Claes ]
+ * Install dh-bash-completion to ease installation of completions.
+
+ -- Luk Claes <luk@debian.org> Mon, 23 Jun 2008 07:24:21 +0200
+
+bash-completion (20080617.2) unstable; urgency=low
+
+ [ David Paleino ]
+ * New upstream release
+ - provide a manpage for extra/dh_bash-completion
+ - fix semi-serious problem with _filedir() (Closes: #487449)
+ * debian/rules:
+ - added rule to generate dh_bash-completion's manpage
+ * debian/install, debian/dirs:
+ - installing dh_bash-completion into /usr/bin
+ * debian/control:
+ - new package dh-bash-completion
+
+ [ Luk Claes ]
+ * Comment new package to make sure current fix gets in the archive first.
+ * Add compression completion for vi(m).
+
+ -- Luk Claes <luk@debian.org> Sun, 22 Jun 2008 19:47:23 +0200
+
+bash-completion (20080617.1) unstable; urgency=medium
+
+ [ David Paleino ]
+ * Urgency set to medium because the package is currently unusable.
+ * New upstream sub-release
+ - fixed some typos here and there which prevented bash completions
+ at all (Closes: #487441).
+ - really closing Debian bug #455510.
+
+ -- Luk Claes <luk@debian.org> Sun, 22 Jun 2008 00:22:53 +0200
+
+bash-completion (20080617) unstable; urgency=low
+
+ [ David Paleino ]
+ * New upstream release
+ - add more completions to aptitude (Closes: #432289)
+ - fixed UTF-8 problem with _get_cword(), thanks to
+ Andrei Paskevich (Closes: #472132)
+ - fixed autoremove completion, thanks to Flavio Visentin
+ (Closes: #474974)
+ - cmf and CMF added to playmidi completion (Closes: #365658)
+ - added rrdtool completion, thanks to Justin Pryzby (Closes: #428641)
+ - added OpenDocument completion for unzip/zipinfo (.od{f,g,p,s,t})
+ (Closes: #472940)
+ - fixed escaping problems with job control (i.e. disown, jobs, bg,
+ fg): the argument is now surrounded by "" (Closes: #347316)
+ - make mkdir complete also on filenames (Closes: #376433)
+ - {bz,z}{cat,cmp,diff,egrep,fgrep,grep,less,more} now should complete
+ on all filenames, not just compressed archives (just commented out)
+ (Closes: #455510)
+ - fixes Perl completion (Closes: #470742)
+ - fixes get_cword -> _get_cword typo (Closes: #478596)
+ - fixes _get_cword() function to properly handle filenames with
+ whitespaces (Closes: #394636, #468254, #474094)
+ - added .pdf.bz2 completion to evince (Closes: #424736)
+ - added .svg completion to display (Closes: #441017)
+ - added .m2ts completion to mplayer (Closes: #480879)
+ - added extra/dh_bash-completion to ease future rewrite of bc.
+ * debian/copyright - now in a fancier machine-parsable format.
+ * debian/control:
+ - added myself to Uploaders
+ - debhelper Build-Depends updated to >= 6.
+ * debian/watch:
+ - improved current watch line regex
+ - added (commented out) probable future watch line
+ * debian/compat bumped to 6
+ * debian/dirs, debian/install and debian/links added
+ * debian/rules:
+ - refactored to make use of debian/{dirs,install,links}
+
+ [ Steve Kemp ]
+ * Applied patch to fix completion of umount command.
+ (Closes: #470539)
+ * Fixed the completion of Perl manpages.
+ (Closes: #404976)
+ * Added 'aif' to the filenames offed for completion for mplayer.
+ (Closes: #474517)
+ * Allow tsocks completion.
+ (Closes: #409423)
+ * Update mutt completion to handle local usernames.
+ (Closes: #416655)
+ * Update apt-get completion to include the flag "--no-install-recommends"
+ (Closes: #475242)
+
+ -- Luk Claes <luk@debian.org> Sat, 21 Jun 2008 21:59:43 +0200
+
+bash-completion (20060301-4) unstable; urgency=low
+
+ * Add some fixes from Ubuntu:
+ * Fix completion of filenames with spaces (Closes: #468254).
+ * Fix parsing of SSH config files (Closes: #435117).
+ * Change priority to standard (Closes: #471666).
+ * Add some more completions for xine (Closes: #452083, #471249).
+ * Fix completion of gzip (Closes: #351913).
+ * Also use $HOSTFILE in hostname completion (Closes: #400380).
+
+ -- Luk Claes <luk@debian.org> Sat, 22 Mar 2008 23:10:30 +0000
+
+bash-completion (20060301-3) unstable; urgency=low
+
+ * Fix kpdf completion (Closes: #468163, #413374).
+ * Fix completion of - or -- with _command (Closes: #415276).
+ * Add sux to the complete -u list (Closes: #466089).
+ * Add dvipdfm to the list of dvi programs (Closes: #396644).
+ * Add --purge-unused option completion for aptitude (Closes: #438471).
+ * Add divx extension completion for mplayer (Closes: #444294).
+ * Add pdf.gz completion for evince (Closes: #456887).
+ * Add --remove-all completion for update-alternatives (Closes: #269173).
+
+ -- Luk Claes <luk@debian.org> Wed, 05 Mar 2008 22:57:27 +0100
+
+bash-completion (20060301-2) unstable; urgency=low
+
+ * Take over the package.
+
+ -- Luk Claes <luk@debian.org> Wed, 27 Feb 2008 19:22:03 +0100
+
+bash-completion (20060301-1) unstable; urgency=low
+
+ * Upload to unstable.
+
+ -- Matthias Klose <doko@debian.org> Sat, 09 Feb 2008 23:18:20 +0100
+
+bash-completion (20060301-0ubuntu2) hardy; urgency=low
+
+ * Replace bash (<< 3.1dfsg-9), handle upgrade in preinst.
+ * Exclude hashed hostnames from ssh host completion results. Closes: #428085.
+ * Fix: ifup/down don't really complete. Closes: #463756.
+ * Allow perl completion to complete filenames, complete -I and -x arguments.
+ Closes: #443394.
+ * Add find -wholename completion. Closes: #431220.
+ * Handle whitespaces in $HOME for _known_hosts() completion. Closes: #414821.
+ * dpkg -L: complete for removed-but-not-purged packages. Closes: #372156.
+ * Complete for apt-get autoremove. Closes: #433542, #443816, #445332.
+ * Update completion for mplayer (mka/flac). Closes: #340452.
+ * Add ping6/fping6 completion. Closes: #413170.
+ * Handle whitespace in paths for mount/umount completion. Closes: #367957.
+ * apt-get: Support --auto-remove. LP: #60666.
+
+ -- Matthias Klose <doko@ubuntu.com> Sat, 09 Feb 2008 23:11:32 +0100
+
+bash-completion (20060301-0ubuntu1) hardy; urgency=low
+
+ * Initial release, split out from the bash package.
+ The software currently is unsupported upstream.
+ * Don't try to set a readonly variable. LP: #149527.
+ * Support purge in apt-get auto completion (Mathias Gug). LP: #151677.
+ * evince: Autocomplete on cbr/cbz/djvu files. LP: #156200, #175220.
+ Closes: #400678.
+ * kdvi: complete .*\.dvi\.(gz|bz2). LP: #128234.
+ * kpdf: Complete postscript files. LP: #162319.
+ * Make completion working in the middle of a word (Adam Simpkins).
+ LP: #139666.
+
+ -- Matthias Klose <doko@ubuntu.com> Fri, 08 Feb 2008 16:46:34 +0100
diff --git a/debian/clean b/debian/clean
new file mode 100644
index 0000000..f41aae7
--- /dev/null
+++ b/debian/clean
@@ -0,0 +1 @@
+debian/extra/debhelper/dh_bash-completion.1
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..c3f72d7
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,23 @@
+Source: bash-completion
+Section: shells
+Priority: standard
+Maintainer: Gabriel F. T. Gomes <gabriel@debian.org>
+Build-Depends: debhelper-compat (= 13)
+Build-Depends-Indep: perl
+Standards-Version: 4.5.0
+Vcs-Git: https://salsa.debian.org/debian/bash-completion.git
+Vcs-Browser: https://salsa.debian.org/debian/bash-completion
+Homepage: https://github.com/scop/bash-completion
+Rules-Requires-Root: no
+
+Package: bash-completion
+Architecture: all
+Multi-Arch: foreign
+Depends: ${misc:Depends}
+Provides: dh-sequence-bash-completion
+Description: programmable completion for the bash shell
+ bash completion extends bash's standard completion behavior to achieve
+ complex command lines with just a few keystrokes. This project was
+ conceived to produce programmable completion routines for the most
+ common Linux/UNIX commands, reducing the amount of typing sysadmins
+ and programmers need to do on a daily basis.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..0d36155
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,32 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+
+Files: *
+Copyright: © 2006-2008, Ian Macdonald <ian@caliban.org>
+ © 2008-2018, Bash Completion Maintainers
+License: GPL-2+
+
+Files: debian/*
+Copyright: © 2008, Luk Claes <luk@debian.org>
+ © 2008, Matthias Klose <doko@ubuntu.com>
+ © 2008-2013, David Paleino <d.paleino@gmail.com>
+ © 2017-2019, Gabriel F. T. Gomes <gabriel@inconstante.net.br>
+License: GPL-2+
+
+License: GPL-2+
+ This program is free software; you can redistribute it and/or
+ modify it under the terms of the GNU General Public License
+ as published by the Free Software Foundation; either version 2
+ of the License, or (at your option) any later version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
+ .
+ On Debian systems, the full text of the GNU General Public
+ License version 2 can be found in the file
+ `/usr/share/common-licenses/GPL-2'.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..5faa2f2
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1,2 @@
+README.md
+AUTHORS
diff --git a/debian/extra/bash_completion b/debian/extra/bash_completion
new file mode 100644
index 0000000..41ffe59
--- /dev/null
+++ b/debian/extra/bash_completion
@@ -0,0 +1 @@
+. /usr/share/bash-completion/bash_completion
diff --git a/debian/extra/debhelper/bash_completion.pm b/debian/extra/debhelper/bash_completion.pm
new file mode 100644
index 0000000..23c74ff
--- /dev/null
+++ b/debian/extra/debhelper/bash_completion.pm
@@ -0,0 +1,8 @@
+#!/usr/bin/perl
+use warnings;
+use strict;
+use Debian::Debhelper::Dh_Lib;
+
+insert_after("dh_installman", "dh_bash-completion");
+
+1;
diff --git a/debian/extra/debhelper/dh_bash-completion b/debian/extra/debhelper/dh_bash-completion
new file mode 100755
index 0000000..fabae58
--- /dev/null
+++ b/debian/extra/debhelper/dh_bash-completion
@@ -0,0 +1,177 @@
+#!/usr/bin/perl -w
+
+=head1 NAME
+
+dh_bash-completion - install bash completions for package
+
+=cut
+
+use strict;
+use File::Find;
+use Debian::Debhelper::Dh_Lib;
+
+=head1 SYNOPSIS
+
+B<dh_bash-completion> [S<I<debhelper options>>]
+
+=head1 DESCRIPTION
+
+dh_bash-completion is a debhelper program that is responsible for installing
+completions for bash, usable installing the "bash-completion" package.
+
+In order to use it, you need to pass "--with bash-completion" to debhelper and
+Build-depend on bash-completion.
+
+If a file named debian/package.bash-completion exists, then different actions
+are performed, depending on its format.
+
+It can be a proper completion snippet, and in that case it would be installed
+in the completion directory, and no other actions would be performed.
+
+It can also be a list of files, with an optionally specified name to call the
+completion snippet after. The file format is as follows:
+
+ my/path/to/foo-completion # this would be installed as "foo-completion"
+ my/path/to/bar-completion baz # this would be installed as "baz"
+
+=cut
+
+# This helper function tries to determine (using some poor man's
+# heuristics) whether $file (its first and only argument) is a
+# filelist containing a list of files to be installed by us, or a
+# bash-completion script, which should itself be installed.
+#
+# If we're dealing with a filelist, return 1. Otherwise, return 0.
+sub is_filelist {
+ # The file to be checked.
+ my ($file) = @_;
+
+ open (DH_FILE, '<', $file) || error("cannot read $file: $!");
+
+ while (<DH_FILE>) {
+ # Get rid of lines containing just spaces or comments.
+ chomp;
+ s/^\s++//;
+ next if /^#/;
+ s/\s++$//;
+
+ # We always ignore/permit empty lines
+ next if $_ eq '';
+
+ # This is the heart of the script. Here, we check for some
+ # well-known idioms on bash scripts, and try to determine if
+ # they're present in the file we're examining. We assume that
+ # if they are, then this means the file is a bash-completion
+ # script.
+ #
+ # The regexes check:
+ #
+ # - If we're calling the bash function "complete", which is a
+ # pretty common thing to do in bash-completion scripts, or
+ #
+ # - If we're using the $(program) way of executing a program.
+ # We don't take into account multi-line statements. Or
+ #
+ # - If we're calling the bash function "compgen", which is
+ # also a pretty common thing that bash-completion scripts
+ # do. Or
+ #
+ # - If we see an "if...then" construction in the file. We
+ # take into account multi-line statements.
+ if (/(^|[|&;])\s*complete.*-[A-Za-z].*/
+ || /\$\(.*\)/
+ || /\s*compgen.*-[A-Za-z].*/
+ || /\s*if.*;.*then/s) {
+ return 0;
+ }
+ }
+
+ # If we reached the end, this is not a bash-completion script.
+ return 1;
+}
+
+init();
+
+my $srcdir = '.';
+$srcdir = $dh{SOURCEDIR}."/" if defined $dh{SOURCEDIR};
+
+# PROMISE: DH NOOP WITHOUT bash-completion cli-options()
+
+PKG: foreach my $package (@{$dh{DOPACKAGES}}) {
+ next if is_udeb($package);
+
+ my $tmp = tmpdir($package);
+ my $bc_dir = "$tmp/usr/share/bash-completion/completions";
+ my $completions = pkgfile($package,"bash-completion");
+
+ my @install;
+ my $name;
+
+ if ($completions) {
+ install_dir($bc_dir);
+
+ # Invoke our heuristic function to try and determine
+ # if we're dealing with a filelist or with a
+ # bash-completion script.
+ if (!is_filelist($completions)) {
+ verbose_print "detected $completions as a bash-completion script";
+ install_file($completions, "$bc_dir/$package");
+ next PKG
+ }
+
+ # try parsing a list of files
+ @install = filedoublearray($completions);
+ foreach my $set (@install) {
+ my @filelist;
+ my @tmp = @$set;
+ if (@$set > 1) {
+ $name = pop @$set;
+ }
+ else {
+ $name = basename($tmp[0]);
+ }
+ verbose_print "installing $tmp[0] as $name";
+
+ my @found;
+ foreach my $glob (@$set) {
+ @found = glob "$srcdir/$glob";
+ if (!compat(6)) {
+ # Fall back to looking into debian/tmp
+ if (!@found || !-e $found[0]) {
+ @found = glob "debian/tmp/$glob";
+ }
+ }
+
+ if (!@found || !-e $found[0]) {
+ warning "file-list parsing failed, installing as proper snippet";
+
+ install_file($completions, "$bc_dir/$package");
+ next PKG
+ }
+ push @filelist, @found;
+ }
+
+ if (!@filelist) {
+ error("$package missing files (@$set), aborting");
+ }
+
+ foreach my $src (@filelist) {
+ install_file($src, "$bc_dir/$name");
+ }
+ }
+ }
+}
+
+=head1 SEE ALSO
+
+L<debhelper(1)>
+
+This program is a part of bash-completion.
+
+L<bash(1)>
+
+=head1 AUTHOR
+
+David Paleino <d.paleino@gmail.com>
+
+=cut
diff --git a/debian/gbp.conf b/debian/gbp.conf
new file mode 100644
index 0000000..e26b1d6
--- /dev/null
+++ b/debian/gbp.conf
@@ -0,0 +1,6 @@
+[DEFAULT]
+pristine-tar = True
+upstream-tag = upstream/%(version)s
+
+[buildpackage]
+ignore-branch = True
diff --git a/debian/install b/debian/install
new file mode 100644
index 0000000..fa9f427
--- /dev/null
+++ b/debian/install
@@ -0,0 +1,3 @@
+debian/extra/bash_completion /etc/
+debian/extra/debhelper/dh_bash-completion /usr/bin/
+debian/extra/debhelper/bash_completion.pm /usr/share/perl5/Debian/Debhelper/Sequence/
diff --git a/debian/links b/debian/links
new file mode 100644
index 0000000..cc24a75
--- /dev/null
+++ b/debian/links
@@ -0,0 +1 @@
+usr/share/doc/bash-completion/README.md.gz usr/share/doc/bash/README.md.bash_completion.gz
diff --git a/debian/manpages b/debian/manpages
new file mode 100644
index 0000000..f41aae7
--- /dev/null
+++ b/debian/manpages
@@ -0,0 +1 @@
+debian/extra/debhelper/dh_bash-completion.1
diff --git a/debian/patches/04-xine_add_more_formats.patch b/debian/patches/04-xine_add_more_formats.patch
new file mode 100644
index 0000000..ccd408c
--- /dev/null
+++ b/debian/patches/04-xine_add_more_formats.patch
@@ -0,0 +1,30 @@
+From: j^ (j) <https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/311525/comments/2>
+Subject: Add oga and ogx formats
+Origin: vendor
+Bug-Ubuntu: https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/311525
+Bug-Debian: https://bugs.debian.org/496162
+
+---
+ bash_completion | 8 ++++----
+ 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
+ _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
+-_install_xspec '!*@(.@(mp?(e)g|MP?(E)G|wm[av]|WM[AV]|avi|AVI|asf|vob|VOB|bin|dat|divx|DIVX|vcd|ps|pes|fli|flv|FLV|fxm|FXM|viv|rm|ram|yuv|mov|MOV|qt|QT|web[am]|WEB[AM]|mp[234]|MP[234]|m?(p)4[av]|M?(P)4[AV]|mkv|MKV|og[agmv]|OG[AGMV]|t[ps]|T[PS]|m2t?(s)|M2T?(S)|mts|MTS|wav|WAV|flac|FLAC|asx|ASX|mng|MNG|srt|m[eo]d|M[EO]D|s[3t]m|S[3T]M|it|IT|xm|XM)|+([0-9]).@(vdr|VDR))?(.@(crdownload|part))' xine aaxine fbxine
+-_install_xspec '!*@(.@(mp?(e)g|MP?(E)G|wm[av]|WM[AV]|avi|AVI|asf|vob|VOB|bin|dat|divx|DIVX|vcd|ps|pes|fli|flv|FLV|fxm|FXM|viv|rm|ram|yuv|mov|MOV|qt|QT|web[am]|WEB[AM]|mp[234]|MP[234]|m?(p)4[av]|M?(P)4[AV]|mkv|MKV|og[agmv]|OG[AGMV]|t[ps]|T[PS]|m2t?(s)|M2T?(S)|mts|MTS|wav|WAV|flac|FLAC|asx|ASX|mng|MNG|srt|m[eo]d|M[EO]D|s[3t]m|S[3T]M|it|IT|xm|XM|iso|ISO)|+([0-9]).@(vdr|VDR))?(.@(crdownload|part))' kaffeine dragon totem
++_install_xspec '!*@(.@(mp?(e)g|MP?(E)G|wm[av]|WM[AV]|avi|AVI|asf|vob|VOB|bin|dat|divx|DIVX|vcd|ps|pes|fli|flv|FLV|fxm|FXM|viv|rm|ram|yuv|mov|MOV|qt|QT|web[am]|WEB[AM]|mp[234]|MP[234]|m?(p)4[av]|M?(P)4[AV]|mkv|MKV|og[agmvx]|OG[AGMVX]|t[ps]|T[PS]|m2t?(s)|M2T?(S)|mts|MTS|wav|WAV|flac|FLAC|asx|ASX|mng|MNG|srt|m[eo]d|M[EO]D|s[3t]m|S[3T]M|it|IT|xm|XM)|+([0-9]).@(vdr|VDR))?(.@(crdownload|part))' xine aaxine fbxine
++_install_xspec '!*@(.@(mp?(e)g|MP?(E)G|wm[av]|WM[AV]|avi|AVI|asf|vob|VOB|bin|dat|divx|DIVX|vcd|ps|pes|fli|flv|FLV|fxm|FXM|viv|rm|ram|yuv|mov|MOV|qt|QT|web[am]|WEB[AM]|mp[234]|MP[234]|m?(p)4[av]|M?(P)4[AV]|mkv|MKV|og[agmvx]|OG[AGMVX]|t[ps]|T[PS]|m2t?(s)|M2T?(S)|mts|MTS|wav|WAV|flac|FLAC|asx|ASX|mng|MNG|srt|m[eo]d|M[EO]D|s[3t]m|S[3T]M|it|IT|xm|XM|iso|ISO)|+([0-9]).@(vdr|VDR))?(.@(crdownload|part))' kaffeine dragon totem
+ _install_xspec '!*.@(avi|asf|wmv)' aviplay
+ _install_xspec '!*.@(rm?(j)|ra?(m)|smi?(l))' realplay
+ _install_xspec '!*.@(mpg|mpeg|avi|mov|qt)' xanim
+ _install_xspec '!*.@(og[ag]|m3u|flac|spx)' ogg123
+-_install_xspec '!*.@(mp3|ogg|pls|m3u)' gqmpeg freeamp
++_install_xspec '!*.@(mp3|og[ag]|pls|m3u)' gqmpeg freeamp
+ _install_xspec '!*.fig' xfig
+ _install_xspec '!*.@(mid?(i)|cmf)' playmidi
+ _install_xspec '!*.@(mid?(i)|rmi|rcp|[gr]36|g18|mod|xm|it|x3m|s[3t]m|kar)' timidity
diff --git a/debian/patches/06-xpdf_support_compressed_pdf.patch b/debian/patches/06-xpdf_support_compressed_pdf.patch
new file mode 100644
index 0000000..de050f4
--- /dev/null
+++ b/debian/patches/06-xpdf_support_compressed_pdf.patch
@@ -0,0 +1,21 @@
+From: Alfredo Finelli <0x4146@gmail.com>
+Subject: xpdf in Debian also supports compressed PDFs
+Origin: vendor, https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=702498
+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]
+ _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
+-_install_xspec '!*.[pf]df' acroread gpdf xpdf
++_install_xspec '!*.[pf]df' acroread gpdf
++_install_xspec '!*.@(pdf|fdf)?(.@(gz|GZ|bz2|BZ2|Z))' xpdf
+ _install_xspec '!*.@(?(e)ps|pdf)' kpdf
+ _install_xspec '!*.@(okular|@(?(e|x)ps|?(E|X)PS|[pf]df|[PF]DF|dvi|DVI|cb[rz]|CB[RZ]|djv?(u)|DJV?(U)|dvi|DVI|gif|jp?(e)g|miff|tif?(f)|pn[gm]|p[bgp]m|bmp|xpm|ico|xwd|tga|pcx|GIF|JP?(E)G|MIFF|TIF?(F)|PN[GM]|P[BGP]M|BMP|XPM|ICO|XWD|TGA|PCX|epub|EPUB|odt|ODT|fb?(2)|FB?(2)|mobi|MOBI|g3|G3|chm|CHM)?(.?(gz|GZ|bz2|BZ2|xz|XZ)))' okular
+ _install_xspec '!*.pdf' epdfview pdfunite
diff --git a/debian/patches/07-dpkg_support_raw-extract_vextract.patch b/debian/patches/07-dpkg_support_raw-extract_vextract.patch
new file mode 100644
index 0000000..9c619bb
--- /dev/null
+++ b/debian/patches/07-dpkg_support_raw-extract_vextract.patch
@@ -0,0 +1,59 @@
+From: Uwe Storbeck <uwe@ibr.ch>
+Subject: support more options for dpkg-deb
+Origin: vendor, https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=698977
+Bug-Debian: https://bugs.debian.org/698977
+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()
+ COMPREPLY=($(compgen -W '$(_parse_help "$1")' -- "$cur"))
+ [[ ${COMPREPLY-} == *= ]] && compopt -o nospace
+ } &&
+- complete -F _dpkg dpkg dpkg-deb dpkg-query
++ complete -F _dpkg dpkg dpkg-query
++
++# Debian dpkg-deb(1) completion
++#
++_dpkg_deb()
++{
++ local cur prev words cword split
++ _init_completion -s || return
++
++ _expand || return 0
++
++ local i=$cword
++
++ # find the last option flag
++ if [[ $cur != -* ]]; then
++ while [[ $prev != -* && $i -ne 1 ]]; do
++ i=$((i-1))
++ prev=${words[i-1]}
++ done
++ fi
++
++ case $prev in
++ -c|-I|-W|-f|-e|-x|-X|-R|--contents|--info|--show|--field|--control| \
++ --extract|--vextract|--raw-extract|--fsys-tarfile)
++ _filedir '?(u|d)deb'
++ return 0
++ ;;
++ -b|--build)
++ _filedir -d
++ return 0
++ ;;
++ esac
++
++ $split && return
++
++ COMPREPLY=( $( compgen -W '$( _parse_help "$1" )' -- "$cur" ) )
++ [[ $COMPREPLY == *= ]] && compopt -o nospace
++} &&
++complete -F _dpkg_deb dpkg-deb
+
+ # Debian GNU dpkg-reconfigure(8) completion
+ #
diff --git a/debian/patches/11-add-completions-for-openrc-rc-service.patch b/debian/patches/11-add-completions-for-openrc-rc-service.patch
new file mode 100644
index 0000000..9452540
--- /dev/null
+++ b/debian/patches/11-add-completions-for-openrc-rc-service.patch
@@ -0,0 +1,144 @@
+From: Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
+Subject: Add completions for OpenRC rc-service
+Origin: vendor, https://bugs.debian.org/865548
+Bug-Debian: https://bugs.debian.org/865548
+Forwarded: yes, https://github.com/scop/bash-completion/pull/254
+
+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
+---
+ completions/rc-service | 56 ++++++++++++++++++++++++++++++++++++++++++
+ 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
+--- /dev/null
++++ b/completions/rc-service
+@@ -0,0 +1,56 @@
++# rc-service(8) completion -*- shell-script -*-
++#
++# Adapted from update-rc.d
++#
++# Copyright (C) 2004 Servilio Afre Puentes <servilio@gmail.com>
++# 2018 Mathieu Roy <yeupou@gnu.org>
++# 2018 Gabriel F. T. Gomes <gabriel@inconstante.eti.br>
++
++_rc_service()
++{
++ local cur prev words cword
++ _init_completion || return
++
++ local sysvdir services options valid_options
++
++ sysvdir=/etc/init.d
++
++ services=( $( printf '%s ' $sysvdir/!(README*|*.sh|$_backup_glob) ) )
++ services=( ${services[@]#$sysvdir/} )
++ options=( -d --debug \
++ -D --nodeps \
++ -e --exists \
++ -c --ifcrashed \
++ -i --ifexists \
++ -I --ifinactive \
++ -N --ifnotstarted \
++ -s --ifstarted \
++ -S --ifstopped \
++ -l --list \
++ -r --resolve \
++ -Z --dry-run \
++ -h --help \
++ -C --nocolor \
++ -V --version \
++ -v --verbose \
++ -q --quiet \
++ )
++
++
++ if [[ ($cword -eq 1) || ("$prev" == -* ) ]]; then
++ COMPREPLY=( $( compgen -W '${options[@]} ${services[@]}' \
++ -- "$cur" ) )
++ elif [[ -x $sysvdir/$prev ]]; then
++ COMPREPLY=( $( compgen -W '`sed -e "y/|/ /" \
++ -ne "s/^.*Usage:[ ]*[^ ]*[ ]*{*\([^}\"]*\).*$/\1/p" \
++ $sysvdir/$prev`' \
++ -- "$cur" ) )
++ else
++ COMPREPLY=()
++ fi
++
++ return 0
++} &&
++complete -F _rc_service rc-service
++
++# ex: filetype=sh
diff --git a/debian/patches/12-properly-handle-TERM-and-other-envvars.patch b/debian/patches/12-properly-handle-TERM-and-other-envvars.patch
new file mode 100644
index 0000000..5194b81
--- /dev/null
+++ b/debian/patches/12-properly-handle-TERM-and-other-envvars.patch
@@ -0,0 +1,139 @@
+From 79a504a44cefa119f1ef8c0db28e7fa674aeaf32 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Ville=20Skytt=C3=A4?= <ville.skytta@iki.fi>
+Date: Mon, 7 Dec 2020 01:12:10 +0200
+Subject: [PATCH] _variables: split out _variable_assignments, use in export
+
+Closes https://github.com/scop/bash-completion/issues/457
+---
+ bash_completion | 77 +++++++++++++++++++++++++++++----------------
+ completions/export | 5 +--
+ 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
+@@ -679,37 +679,60 @@ _variables()
+ COMPREPLY+=("$cur}")
+ __ltrim_colon_completions "$cur"
+ return 0
+- else
+- case ${prev-} in
+- TZ)
+- cur=/usr/share/zoneinfo/$cur
+- _filedir
+- for i in "${!COMPREPLY[@]}"; do
+- if [[ ${COMPREPLY[i]} == *.tab ]]; then
+- unset 'COMPREPLY[i]'
+- continue
+- elif [[ -d ${COMPREPLY[i]} ]]; then
+- COMPREPLY[i]+=/
+- compopt -o nospace
+- fi
+- COMPREPLY[i]=${COMPREPLY[i]#/usr/share/zoneinfo/}
+- done
+- return 0
+- ;;
+- TERM)
+- _terms
+- return 0
+- ;;
+- LANG | LC_*)
+- COMPREPLY=($(compgen -W '$(locale -a 2>/dev/null)' \
+- -- "$cur"))
+- return 0
+- ;;
+- esac
+ fi
+ return 1
+ }
+
++# Complete assignment of various known environment variables.
++# The word to be completed is expected to contain the entire
++# assignment, including the variable name and the "=". See related
++# parameters to _init_completion.
++#
++# @param $1 variable assignment to be completed
++# @return True (0) if variable value completion was attempted,
++# False (> 0) if not.
++_variable_assignments()
++{
++ local cur=${1-}
++
++ if [[ $cur =~ ^([A-Za-z_][A-Za-z0-9_]*)=(.*)$ ]]; then
++ prev=${BASH_REMATCH[1]}
++ cur=${BASH_REMATCH[2]}
++ else
++ return 1
++ fi
++
++ case $prev in
++ TZ)
++ cur=/usr/share/zoneinfo/$cur
++ _filedir
++ for i in "${!COMPREPLY[@]}"; do
++ if [[ ${COMPREPLY[i]} == *.tab ]]; then
++ unset 'COMPREPLY[i]'
++ continue
++ elif [[ -d ${COMPREPLY[i]} ]]; then
++ COMPREPLY[i]+=/
++ compopt -o nospace
++ fi
++ COMPREPLY[i]=${COMPREPLY[i]#/usr/share/zoneinfo/}
++ done
++ ;;
++ TERM)
++ _terms
++ ;;
++ LANG | LC_*)
++ COMPREPLY=($(compgen -W '$(locale -a 2>/dev/null)' \
++ -- "$cur"))
++ ;;
++ *)
++ _variables && return 0
++ _filedir
++ ;;
++ esac
++
++ return 0
++}
++
+ # 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
+@@ -25,10 +25,7 @@ _export()
+ done
+
+ if [[ $cur == *=* ]]; then
+- local ocur=$cur oprev=$prev
+- prev=${cur%%=*} cur=${cur#*=}
+- _variables && return
+- cur=$ocur prev=$oprev
++ _variable_assignments $cur && return
+ 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):
+ Not really a grep option, but tests _longopt.
+ """
+ assert completion == "foo foo.d/".split()
++
++ @pytest.mark.complete("grep TZ ", cwd="shared/default")
++ def test_no_variable_assignment_confusion(self, completion):
++ """
++ Test TZ doesn't trigger known variable value assignment completion.
++
++ Not really a grep specific, but good to test somewhere.
++ 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
new file mode 100644
index 0000000..de75f45
--- /dev/null
+++ b/debian/patches/13-backport-support-for-python-9.patch
@@ -0,0 +1,62 @@
+commit dc1c404b3c14cd3e3627a6720cf32a4e27079285
+Author: Ville Skyttä <ville.skytta@iki.fi>
+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 = \
+ python3.6 \
+ python3.7 \
+ python3.8 \
++ python3.9 \
+ pyvenv-3.4 \
+ pyvenv-3.5 \
+ pyvenv-3.6 \
+ pyvenv-3.7 \
+ pyvenv-3.8 \
++ pyvenv-3.9 \
+ qemu-kvm \
+ qemu-system-i386 \
+ qemu-system-x86_64 \
+@@ -894,9 +896,11 @@ symlinks: $(DATA)
+ $(ss) pylint \
+ pylint-2 pylint-3
+ $(ss) python \
+- micropython pypy pypy3 python2 python2.7 python3 python3.3 python3.4 python3.5 python3.6 python3.7 python3.8
++ micropython pypy pypy3 python2 python2.7 python3 python3.3 \
++ python3.4 python3.5 python3.6 python3.7 python3.8 python3.9
+ $(ss) pyvenv \
+- pyvenv-3.4 pyvenv-3.5 pyvenv-3.6 pyvenv-3.7 pyvenv-3.8
++ pyvenv-3.4 pyvenv-3.5 pyvenv-3.6 pyvenv-3.7 pyvenv-3.8 \
++ pyvenv-3.9
+ $(ss) qdbus \
+ dcop
+ $(ss) qemu \
+diff --git a/completions/python b/completions/python
+index d50c18f0..d7e18b90 100644
+--- a/completions/python
++++ b/completions/python
+@@ -62,6 +62,6 @@ _python()
+ COMPREPLY=($(compgen -W '$(_parse_help "$1" -h)' -- "$cur"))
+ fi
+ } &&
+- complete -F _python python python2 python2.7 python3 python3.{3..8} pypy pypy3 micropython
++ 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
+@@ -20,6 +20,6 @@ _pyvenv()
+
+ _filedir -d
+ } &&
+- complete -F _pyvenv pyvenv pyvenv-3.{4..8}
++ complete -F _pyvenv pyvenv pyvenv-3.{4..9}
+
+ # ex: filetype=sh
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
new file mode 100644
index 0000000..02a56c0
--- /dev/null
+++ b/debian/patches/14-backport-support-for-long-options-in-perltidy.patch
@@ -0,0 +1,51 @@
+commit a283b6963421adb3acf087c9816614a9c0c4c214
+Author: Ville Skyttä <ville.skytta@iki.fi>
+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
+@@ -16,25 +16,34 @@ _perltidy()
+ esac
+
+ case $cur in
+- -pro=*)
++ -pro=* | --profile=*)
+ cur="${cur#*=}"
+ _filedir
+ return
+ ;;
+- -ole=*)
++ -ole=* | --output-line-ending=*)
+ COMPREPLY=($(compgen -W 'dos win mac unix' -- "${cur#*=}"))
+ return
+ ;;
+- -bt=* | -pt=* | -sbt=* | -bvt=* | -pvt=* | -sbvt=* | -bvtc=* | -pvtc=* | -sbvtc=* | \
+- -cti=* | -kbl=* | -vt=*)
++ -bt=* | --brace-tightness=* | -pt=* | --paren-tightness=* | \
++ -sbt=* | --square-bracket-tightness=* | \
++ -bvt=* | --brace-vertical-tightness=* | \
++ -pvt=* | --paren-vertical-tightness=* | \
++ -sbvt=* | --square-bracket-vertical-tightness=* | \
++ -bvtc=* | --brace-vertical-tightness-closing=* | \
++ -pvtc=* | --paren-vertical-tightness-closing=* | \
++ -sbvtc=* | --square-bracket-vertical-tightness-closing=* | \
++ -cti=* | --closing-token-indentation=* | \
++ -kbl=* | --keep-old-blank-lines=* | \
++ -vt=* | --vertical-tightness=*)
+ COMPREPLY=($(compgen -W '0 1 2' -- "${cur#*=}"))
+ return
+ ;;
+- -vtc=*)
++ -vtc=* | --vertical-tightness-closing=*)
+ COMPREPLY=($(compgen -W '0 1' -- "${cur#*=}"))
+ return
+ ;;
+- -cab=*)
++ -cab=* | --comma-arrow-breakpoints=*)
+ COMPREPLY=($(compgen -W '0 1 2 3' -- "${cur#*=}"))
+ return
+ ;;
diff --git a/debian/patches/15-find-exec.patch b/debian/patches/15-find-exec.patch
new file mode 100644
index 0000000..fcb963e
--- /dev/null
+++ b/debian/patches/15-find-exec.patch
@@ -0,0 +1,20 @@
+commit f1ddf810e4ee6693acb9fab1be1794586aa111a0
+Author: Ville Skyttä <ville.skytta@iki.fi>
+Date: Sat Mar 20 10:41:04 2021 +0200
+
+ fix(find): don't look for -exec etc command if completing before it
+
+ 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
+@@ -10,6 +10,7 @@ _find()
+ local i
+ for i in ${!words[*]}; do
+ if [[ ${words[i]} == -@(exec|ok)?(dir) ]]; then
++ ((cword > i)) || break
+ _command_offset $((i + 1))
+ return
+ fi
diff --git a/debian/patches/16-freecad-extension.patch b/debian/patches/16-freecad-extension.patch
new file mode 100644
index 0000000..317c336
--- /dev/null
+++ b/debian/patches/16-freecad-extension.patch
@@ -0,0 +1,21 @@
+commit fcaf3d4118af251973a57028302bf057a9681f1f
+Author: steelman <stlman@poczta.fm>
+Date: Thu Apr 22 21:39:19 2021 +0200
+
+ feat(unzip,zipinfo): recognize FreeCAD files (#520)
+
+ 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 @@
+ }
+ # bzcmp, bzdiff, bz*grep, bzless, bzmore intentionally not here, see Debian: #455510
+ _install_xspec '!*.?(t)bz?(2)' bunzip2 bzcat pbunzip2 pbzcat lbunzip2 lbzcat
+-_install_xspec '!*.@(zip|[aegjswx]ar|exe|pk3|wsz|zargo|xpi|s[tx][cdiw]|sx[gm]|o[dt][tspgfc]|od[bm]|oxt|epub|apk|aab|ipa|do[ct][xm]|p[op]t[mx]|xl[st][xm]|pyz|whl)' unzip zipinfo
++_install_xspec '!*.@(zip|[aegjswx]ar|exe|pk3|wsz|zargo|xpi|s[tx][cdiw]|sx[gm]|o[dt][tspgfc]|od[bm]|oxt|epub|apk|aab|ipa|do[ct][xm]|p[op]t[mx]|xl[st][xm]|pyz|whl|[Ff][Cc][Ss]td)' unzip zipinfo
+ _install_xspec '*.Z' compress znew
+ # zcmp, zdiff, z*grep, zless, zmore intentionally not here, see Debian: #455510
+ _install_xspec '!*.@(Z|[gGd]z|t[ag]z)' gunzip zcat
diff --git a/debian/patches/17-ssh-pubacceptedalgorithms.patch b/debian/patches/17-ssh-pubacceptedalgorithms.patch
new file mode 100644
index 0000000..7cb62e5
--- /dev/null
+++ b/debian/patches/17-ssh-pubacceptedalgorithms.patch
@@ -0,0 +1,33 @@
+commit 7c0084e0f4d82a9b4d76f72e28b8afe773146de7
+Author: Gabriel F. T. Gomes <gabriel@inconstante.net.br>
+Date: Sun Apr 9 22:34:28 2023 -0700
+
+ fix(ssh): deprecated option PubkeyAcceptedKeyTypes
+
+ As reported by a Debian user in https://bugs.debian.org/1033642, ssh
+ changed the option name from PubkeyAcceptedKeyTypes to
+ 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
+@@ -53,7 +53,7 @@ _ssh_options()
+ NoHostAuthenticationForLocalhost NumberOfPasswordPrompts
+ PasswordAuthentication PermitLocalCommand PKCS11Provider Port
+ PreferredAuthentications ProxyCommand ProxyJump ProxyUseFdpass
+- PubkeyAcceptedKeyTypes PubkeyAuthentication RekeyLimit RemoteCommand
++ PubkeyAcceptedAlgorithms PubkeyAuthentication RekeyLimit RemoteCommand
+ RemoteForward RequestTTY RevokedHostKeys SendEnv ServerAliveCountMax
+ ServerAliveInterval SmartcardDevice StreamLocalBindMask
+ StreamLocalBindUnlink StrictHostKeyChecking SyslogFacility TCPKeepAlive
+@@ -172,7 +172,7 @@ _ssh_suboption()
+ proxycommand | remotecommand | localcommand)
+ COMPREPLY=($(compgen -c -- "$cur"))
+ ;;
+- pubkeyacceptedkeytypes)
++ pubkeyacceptedalgorithms | pubkeyacceptedkeytypes)
+ COMPREPLY=($(compgen -W '$(_ssh_query "$2" key)' -- "$cur"))
+ ;;
+ requesttty)
diff --git a/debian/patches/18-aptitude-showsrc-source b/debian/patches/18-aptitude-showsrc-source
new file mode 100644
index 0000000..d1cc74c
--- /dev/null
+++ b/debian/patches/18-aptitude-showsrc-source
@@ -0,0 +1,23 @@
+commit e68fde20600326e426e802233e46c940cab9478b
+Author: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
+Date: Mon Apr 25 14:51:16 2022 +0200
+
+ 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 e5ea163..558be7c 100644
+--- a/completions/aptitude
++++ b/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
+ show forbid-version changelog keep keep-all build-dep add-user-tag
+- remove-user-tag versions' -- "$cur"))
++ remove-user-tag showsrc source versions' -- "$cur"))
+ fi
+
+ } &&
diff --git a/debian/patches/19-clean-wine-symlinks b/debian/patches/19-clean-wine-symlinks
new file mode 100644
index 0000000..0ba834c
--- /dev/null
+++ b/debian/patches/19-clean-wine-symlinks
@@ -0,0 +1,13 @@
+diff --git a/completions/Makefile.am b/completions/Makefile.am
+index 723b42f..b130bc7 100644
+--- a/completions/Makefile.am
++++ b/completions/Makefile.am
+@@ -738,6 +738,8 @@ CLEANFILES = \
+ vgsplit \
+ vigr \
+ whatis \
++ wine-development \
++ wine-stable \
+ xpovray \
+ xvnc4viewer \
+ ypcat
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..a7b1f18
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,12 @@
+04-xine_add_more_formats.patch
+06-xpdf_support_compressed_pdf.patch
+07-dpkg_support_raw-extract_vextract.patch
+11-add-completions-for-openrc-rc-service.patch
+12-properly-handle-TERM-and-other-envvars.patch
+13-backport-support-for-python-9.patch
+14-backport-support-for-long-options-in-perltidy.patch
+15-find-exec.patch
+16-freecad-extension.patch
+17-ssh-pubacceptedalgorithms.patch
+18-aptitude-showsrc-source
+19-clean-wine-symlinks
diff --git a/debian/postinst b/debian/postinst
new file mode 100644
index 0000000..4b09374
--- /dev/null
+++ b/debian/postinst
@@ -0,0 +1,34 @@
+#!/bin/sh
+
+set -e
+
+case "$1" in
+ configure)
+ if [ -d /etc/bash_completion.d ]; then
+ # let's remove old bash-completion conffiles
+ for f in $(find /etc/bash_completion.d/ -type f -name "*.dpkg-*"); do
+ dpkg-maintscript-helper rm_conffile ${f%.dpkg-*} 1:1.3-1 -- "$@"
+ done
+ fi
+
+ if dpkg --compare-versions "$2" le "1:2.1-3"; then
+ if [ -d /etc/bash_completion.d/helpers ]; then
+ rmdir --ignore-fail-on-non-empty /etc/bash_completion.d/helpers 2>/dev/null
+ fi
+ # disabled from Ubuntu, third party packages might have installed things here
+ #if [ -d /etc/bash_completion.d ]; then
+ # rmdir --ignore-fail-on-non-empty /etc/bash_completion.d 2>/dev/null
+ #fi
+ fi
+ ;;
+ abort-upgrade|abort-remove|abort-deconfigure)
+ ;;
+ *)
+ echo "postinst called with unknown argument \`$1'" >&2
+ exit 1
+ ;;
+esac
+
+#DEBHELPER#
+
+exit 0
diff --git a/debian/postrm b/debian/postrm
new file mode 100644
index 0000000..12fec19
--- /dev/null
+++ b/debian/postrm
@@ -0,0 +1,25 @@
+#!/bin/sh
+
+set -e
+
+case "$1" in
+ purge)
+ rm -f /etc/bash_completion
+ if [ -d /etc/bash_completion.d ]; then
+ # let's remove old bash-completion conffiles
+ for f in $(find /etc/bash_completion.d/ -type f -name "*.dpkg-*"); do
+ dpkg-maintscript-helper rm_conffile ${f%.dpkg-*} 1:1.3-1 -- "$@"
+ done
+ fi
+ ;;
+ remove|upgrade|failed-upgrade|abort-install|abort-upgrade|disappear)
+ ;;
+ *)
+ echo "postrm called with unknown argument \`$1'" >&2
+ exit 1
+ ;;
+esac
+
+#DEBHELPER#
+
+exit 0
diff --git a/debian/preinst b/debian/preinst
new file mode 100644
index 0000000..3f24865
--- /dev/null
+++ b/debian/preinst
@@ -0,0 +1,36 @@
+#!/bin/sh
+
+set -e
+
+case "$1" in
+ install|upgrade)
+ if [ -e /usr/share/doc/bash/completion-contrib ]; then
+ rm -rf /usr/share/doc/bash/completion-contrib
+ fi
+ # let's remove old bash-completion conffiles
+ for f in $(dpkg-query -W -f='${Conffiles}\n' bash-completion | grep bash_completion.d | cut -d\ -f2); do
+ dpkg-maintscript-helper rm_conffile $f 1:1.3-1 -- "$@"
+ done
+ if dpkg --compare-versions "$2" lt-nl 1:2.0-1 &&
+ dpkg --compare-versions "$2" ge 1:1.99-2 &&
+ [ -L /etc/bash_completion ] &&
+ [ "$(readlink /etc/bash_completion)" = \
+ /usr/share/bash-completion/bash_completion ]; then
+ rm -f /etc/bash_completion
+ fi
+ ;;
+
+ abort-upgrade)
+ ;;
+
+ *)
+ echo "preinst called with unknown argument \`$1'" >&2
+ exit 1
+ ;;
+esac
+
+#DEBHELPER#
+
+exit 0
+
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..ab839e4
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,33 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+# Uncomment this to turn on verbose mode.
+#export DH_VERBOSE=1
+
+include /usr/share/dpkg/pkg-info.mk
+
+REMOVE=adb bts nmcli hwclock ionice mock modules mount rtcwake dmesg renice umount
+
+override_dh_compress:
+ dh_compress -Xcompletions
+
+override_dh_installchangelogs:
+ dh_installchangelogs CHANGES
+
+dh_bash-completion.1: debian/extra/debhelper/dh_bash-completion
+ pod2man \
+ --center "Bash-Completion Debhelper" \
+ --release $(DEB_VERSION_UPSTREAM) \
+ $< > debian/extra/debhelper/$@
+
+override_dh_install: dh_bash-completion.1
+ dh_install
+ for i in $(REMOVE); do \
+ rm -vf debian/bash-completion/usr/share/bash-completion/completions/$$i; \
+ done
+
+override_dh_auto_test:
+ # nothing
+
+%:
+ dh $@
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..393424a
--- /dev/null
+++ b/debian/upstream/metadata
@@ -0,0 +1,4 @@
+Bug-Database: https://github.com/scop/bash-completion/issues
+Bug-Submit: https://github.com/scop/bash-completion/issues/new
+Repository: https://github.com/scop/bash-completion.git
+Repository-Browse: https://github.com/scop/bash-completion
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..2f2a795
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,3 @@
+version=4
+opts=filenamemangle=s/.+\/v?(\d\S+)\.tar\.gz/bash-completion-$1\.tar\.gz/ \
+ https://github.com/scop/bash-completion/tags .*/v?(\d\S+)\.tar\.gz