summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabriel F. T. Gomes <gabriel@inconstante.net.br>2023-04-17 22:23:20 -0700
committerGabriel F. T. Gomes <gabriel@inconstante.net.br>2023-04-17 22:23:20 -0700
commit1c33aa453cf4c51dcea19eca752c99bd77b21300 (patch)
treef635deabac356d1a038a2d69c5ec42526f276c40
parent8e3c908e20b97b9c4a5d4e86b4d655d1a52a2336 (diff)
downloadbash-completion-1c33aa453cf4c51dcea19eca752c99bd77b21300.tar.gz
Convert aptitude patch to quilt
-rw-r--r--debian/changelog4
-rw-r--r--debian/patches/18-aptitude-showsrc-source23
-rw-r--r--debian/patches/series1
3 files changed, 28 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 88ce08b9..1ae04c72 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,12 @@
bash-completion (1:2.11-7) UNRELEASED; urgency=medium
+ [Gabriel F. T. Gomes]
* Remove downstream patch (Closes: #1033847).
* 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, 03 Apr 2022 09:17:08 -0300
bash-completion (1:2.11-6) unstable; urgency=medium
diff --git a/debian/patches/18-aptitude-showsrc-source b/debian/patches/18-aptitude-showsrc-source
new file mode 100644
index 00000000..d1cc74c4
--- /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/series b/debian/patches/series
index 597cc436..95fb6bc6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -8,3 +8,4 @@
15-find-exec.patch
16-freecad-extension.patch
17-ssh-pubacceptedalgorithms.patch
+18-aptitude-showsrc-source