summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Mention fix for #1033588 in the changelogHEADmasterGabriel F. T. Gomes2023-04-191-1/+1
|
* Convert aptitude patch to quiltGabriel F. T. Gomes2023-04-173-0/+28
|
* Revert "completions/aptitude: add showsrc source"Gabriel F. T. Gomes2023-04-171-1/+1
| | | | This reverts commit e68fde20600326e426e802233e46c940cab9478b.
* Cherry-pick patch for SSH's PubkeyAcceptedAlgorithmsGabriel F. T. Gomes2023-04-173-0/+35
| | | | The upstream patch does not apply cleanly, so fix it locally.
* completions/aptitude: add showsrc sourceHeinrich Schuchardt2023-04-171-1/+1
| | | | | | Add missing sub-commands. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
* Remove downstream patchGabriel F. T. Gomes2023-04-163-45/+2
| | | | | | | | | | | | | | | | As reported in bug #1033847 [1], our first downstream patches causes long delays in NIS-based systems. Also, the patch doesn't seem to have any effect on the issues it intended to fix [2,3]. Since they have been in use since a long time, I'll not try to find what upstream patch fixed the original problems. Apart from that, upstream has changed a lot since our last sync (July 2020), and this patch will no longer apply once upstream releases a new version (supposed to happen when the release tasks complete [4]). [1] https://bugs.debian.org/1033847 [2] https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/1288314 [3] https://bugs.launchpad.net/ubuntu/+source/bash-completion/+bug/1288031 [4] https://github.com/scop/bash-completion/projects/2
* Mention usage instructions on dh_bash-completionSamuel Henrique2022-12-231-0/+3
|
* Open master branch for developmentGabriel F. T. Gomes2022-04-031-0/+4
| | | | Patch generated with 'debchange --increment'.
* Prepare for releasedebian/2.11-6Gabriel F. T. Gomes2022-04-031-2/+2
| | | | Patch generated with 'debchange --release --distribution unstable'.
* Backport recognition of freecad files as zip filesGabriel F. T. Gomes2022-04-033-0/+23
|
* Backport fix for completion of find -exec commandsGabriel F. T. Gomes2022-04-033-0/+23
|
* Open master branch for developmentGabriel F. T. Gomes2021-11-111-0/+4
| | | | Patch generated with 'debchange --increment'.
* Prepare for releasedebian/2.11-5Gabriel F. T. Gomes2021-11-111-2/+2
| | | | Patch generated with 'debchange --release --distribution unstable'.
* Request sh instead of bash in post scripts (bug #999416)Gabriel F. T. Gomes2021-11-113-2/+4
| | | | | | | | As reported by Adam [1], post scripts in bash-completion do not have any bashisms (also verified with `checkbashisms'), yet the hashbang in them is #!/bin/bash. This commit fixes this. [1] bugs.debian.org/999416
* Open master branch for developmentGabriel F. T. Gomes2021-10-031-0/+4
| | | | Patch generated with 'debchange --increment'.
* Prepare for releasedebian/2.11-4Gabriel F. T. Gomes2021-10-031-2/+2
| | | | Patch generated with 'debchange --release --distribution unstable'.
* Backport support for long options in perltidyGabriel F. T. Gomes2021-10-033-0/+53
| | | | Thanks to 積丹尼 Dan Jacobson for reporting.
* Backport support for python 9 from upstreamGabriel F. T. Gomes2021-10-033-0/+64
| | | | Thanks to Diederik de Haas for reporting and providing the solution.
* Remove constraints unnecessary since busterJenkins2021-09-072-11/+6
| | | | | * Remove 11 maintscript entries from 1 files. Changes-By: deb-scrub-obsolete
* Open master branch for developmentGabriel F. T. Gomes2021-08-281-0/+4
| | | | Patch generated with 'debchange --increment'.
* Prepare for releasedebian/2.11-3Gabriel F. T. Gomes2021-08-281-2/+2
| | | | Patch generated with 'debchange --release --distribution unstable'.
* Backport fix for wrong completions after TZ, TERM, LANG, and othersGabriel F. T. Gomes2021-08-283-0/+143
| | | | | | | | | | As reported in https://bugs.debian.org/988975#5, completions after some special words, such as TZ, TERM, and LANG, suggest completions that only make sense when these words are used as variables that someone wants to assign to. When these words are used as search patterns, for instance in 'grep -F TERM', the completions do not make sense. Since this bug has already been fixed upstream, this patch backports it.
* Open master branch for developmentGabriel F. T. Gomes2021-08-281-2/+3
| | | | Patch generated with 'debchange --increment'.
* Remove constraints unnecessary since stretchJenkins2021-05-152-179/+7
| | | | | * Remove 179 maintscript entries from 1 files. Changes-By: deb-scrub-obsolete
* Prepare for releaseGabriel F. T. Gomes2021-03-281-2/+2
| | | | Patch generated with 'debchange --release --distribution experimental'.
* dh_bash-completion: Tighten is_filelist matchingKevin Locke2021-03-272-1/+4
| | | | | | | | | | | | | The regular expressions in is_filelist which matches "well-known idioms on bash scripts" currently matches the path to the bash-completion script in the nitrokey-app package: 'data/bash-autocomplete/nitrokey-app' =~ /\s*complete.*-[A-Za-z].*/ Avoid this by ensuring the is only matched when following a line break or character which can be used to chain shell commands. Signed-off-by: Kevin Locke <kevin@kevinlocke.name>
* Open master branch for developmentGabriel F. T. Gomes2021-03-271-0/+4
| | | | Patch generated with 'debchange --increment'.
* Prepare for releasedebian/2.11-2Gabriel F. T. Gomes2020-08-121-2/+2
| | | | Patch generated with 'debchange --release'.
* Provide dh-sequence-bash-completionGabriel F. T. Gomes2020-08-092-0/+3
| | | | | | | | | | | | As reported at bug #951484 [1], if bash-completion provided a dh-sequence-bash-completion package, there would be no need to change the rules file to add the --with-bash-completion option to dh calls. This patch implements this, which turned out to be a trivial change in bash-completion itself. I tested it on the dput package and it works as suggested. [1] https://bugs.debian.org/951484
* Open master branch for developmentGabriel F. T. Gomes2020-08-071-0/+4
| | | | Patch generated with 'debchange --increment'.
* Prepare for releasedebian/2.11-1Gabriel F. T. Gomes2020-08-061-2/+2
| | | | Patch generated with 'debchange --release'.
* Update patch after upstream syncGabriel F. T. Gomes2020-08-031-4/+4
| | | | | | | | | | | | | Upstream commit commit dbe0ec8c1a8a36752d3b63b685add075f36ba113 Author: Ville Skyttä <ville.skytta@iki.fi> Date: Wed May 6 22:54:33 2020 +0300 *: run all shell code through shfmt -s changed some indentation, which rendered our patch inapplicable. This commit updates our patch.
* Update patch after upstream syncGabriel F. T. Gomes2020-08-031-2/+2
| | | | | | | | | | | | | Upstream commit commit e4d5ebadf2a7ae61162defb7d6045fb8bff3f0da Author: Andrew Gaul <andrew@gaul.org> Date: Tue Feb 18 04:20:15 2020 +0900 totem: reuse kaffeine completions (#372) reused the completions for xine in totem, which renders our patch inapplicable. This commit updates our patch.
* Update upstream version informationGabriel F. T. Gomes2020-08-031-1/+3
| | | | | The update was created with `gbp import-orig --pristine-tar --uscan', this patch just updates the version information in debian/changelog.
* Update upstream source from tag 'upstream/2.11'Gabriel F. T. Gomes2020-08-03663-10371/+11133
|\ | | | | | | Update to upstream version '2.11' with Debian dir 932c2c1a6192441f3cd8897e72d737f2f0277f60
| * New upstream version 2.11upstream/2.11upstreamGabriel F. T. Gomes2020-08-03663-10371/+11133
| |
* | Open master branch for developmentGabriel F. T. Gomes2020-08-031-0/+4
| | | | | | | | Patch generated with `debchange --increment'.
* | Prepare for releasedebian/2.10-2Gabriel F. T. Gomes2020-07-311-2/+2
| | | | | | | | Patch generated with `debchange --release'.
* | Update maintainer emailGabriel F. T. Gomes2020-07-311-1/+1
| |
* | Fix dh_bash-completion for debhelper 13Sergio Durigan Junior2020-07-312-0/+66
| | | | | | | | | | | | | | | | As reported in bug #965225, dh_bash-completion fails with debhelper 13. Patch submitted via BTS [2]. [1] https://bugs.debian.org/965225 [2] https://bugs.debian.org/965225#19
* | Remove old dh overrideGabriel F. T. Gomes2020-05-161-7/+0
| | | | | | | | Binaries are identical before and after this change.
* | Bump debhelper from 12 to 13Gabriel F. T. Gomes2020-05-162-1/+2
| |
* | Update Standards-Version to 4.5.0Gabriel F. T. Gomes2020-05-162-1/+4
| | | | | | | | | | | | | | | | | | | | | | Checked against the upgrade checklist: 9.2.1 bash-completion does not create users. 9.3.1 9.3.2 9.3.3 bash-completion does not include a system service.
* | Update standards version to 4.4.1, no changes needed.Debian Janitor2020-01-252-1/+2
| | | | | | | | | | Fixes: lintian: out-of-date-standards-version See-also: https://lintian.debian.org/tags/out-of-date-standards-version.html
* | Set upstream metadata fields: Bug-Database, Bug-Submit, Repository, ↵Debian Janitor2020-01-252-0/+6
| | | | | | | | | | | | | | Repository-Browse. Fixes: lintian: upstream-metadata-file-is-missing See-also: https://lintian.debian.org/tags/upstream-metadata-file-is-missing.html
* | Set debhelper-compat version in Build-Depends.Debian Janitor2020-01-253-2/+2
| | | | | | | | | | Fixes: lintian: uses-debhelper-compat-file See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html
* | Bump debhelper from old 11 to 12.Debian Janitor2020-01-253-2/+3
| | | | | | | | | | Fixes: lintian: package-uses-old-debhelper-compat-version See-also: https://lintian.debian.org/tags/package-uses-old-debhelper-compat-version.html
* | Trim trailing whitespace.Debian Janitor2020-01-251-2/+4
| | | | | | | | | | Fixes: lintian: file-contains-trailing-whitespace See-also: https://lintian.debian.org/tags/file-contains-trailing-whitespace.html
* | Open master branch for developmentGabriel F. T. Gomes2020-01-251-0/+4
| | | | | | | | Patch generated with `debchange --increment'.
* | Prepare for releasedebian/2.10-1Gabriel F. T. Gomes2020-01-251-2/+2
| | | | | | | | Patch generated with `debchange --release'.