[neon/backports-jammy/distrobox/Neon/unstable] debian/patches: Drop patch to fix hashbangs in completion scripts; fixed upstream

Michel Alexandre Salim null at kde.org
Fri Jul 14 11:42:05 BST 2023


Git commit 2cd5d4f7017d35304e14bac4d04dcee03d88f346 by Michel Alexandre Salim.
Committed on 22/12/2022 at 21:35.
Pushed by jriddell into branch 'Neon/unstable'.

Drop patch to fix hashbangs in completion scripts; fixed upstream

Signed-off-by: Michel Alexandre Salim <michel at michel-slm.name>

D  +0    -72   debian/patches/fix_completions_with_hashbangs.diff
D  +0    -1    debian/patches/series

https://invent.kde.org/neon/backports-jammy/distrobox/-/commit/2cd5d4f7017d35304e14bac4d04dcee03d88f346

diff --git a/debian/patches/fix_completions_with_hashbangs.diff b/debian/patches/fix_completions_with_hashbangs.diff
deleted file mode 100644
index d9234d0..0000000
--- a/debian/patches/fix_completions_with_hashbangs.diff
+++ /dev/null
@@ -1,72 +0,0 @@
-Description: Remove hashbangs from Bash completions
- These files start with the #! sequence that marks interpreted scripts, but
- they are bash completion scripts that is merely intended to be sourced.
-Author: Michel Alexandre Salim <michel at michel-slm.name>
-Bug-<Vendor>: <URL to the vendor bug report if any, optional>
-Forwarded: https://github.com/89luca89/distrobox/pull/431
-Last-Update: 2022-09-21
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/completions/distrobox
-+++ b/completions/distrobox
-@@ -1,4 +1,3 @@
--#!/usr/bin/env bash
- # shellcheck disable=all
- 
- _generate_from_help() {
---- a/completions/distrobox-create
-+++ b/completions/distrobox-create
-@@ -1,4 +1,3 @@
--#!/usr/bin/env bash
- # shellcheck disable=all
- 
- if [ -e /usr/share/bash-completion/completions/distrobox ]; then
---- a/completions/distrobox-enter
-+++ b/completions/distrobox-enter
-@@ -1,4 +1,3 @@
--#!/usr/bin/env bash
- # shellcheck disable=all
- 
- if [ -e /usr/share/bash-completion/completions/distrobox ]; then
---- a/completions/distrobox-ephemeral
-+++ b/completions/distrobox-ephemeral
-@@ -1,4 +1,3 @@
--#!/usr/bin/env bash
- # shellcheck disable=all
- 
- if [ -e /usr/share/bash-completion/completions/distrobox ]; then
---- a/completions/distrobox-generate-entry
-+++ b/completions/distrobox-generate-entry
-@@ -1,4 +1,3 @@
--#!/usr/bin/env bash
- # shellcheck disable=all
- 
- if [ -e /usr/share/bash-completion/completions/distrobox ]; then
---- a/completions/distrobox-list
-+++ b/completions/distrobox-list
-@@ -1,4 +1,3 @@
--#!/usr/bin/env bash
- # shellcheck disable=all
- 
- if [ -e /usr/share/bash-completion/completions/distrobox ]; then
---- a/completions/distrobox-rm
-+++ b/completions/distrobox-rm
-@@ -1,4 +1,3 @@
--#!/usr/bin/env bash
- # shellcheck disable=all
- 
- if [ -e /usr/share/bash-completion/completions/distrobox ]; then
---- a/completions/distrobox-stop
-+++ b/completions/distrobox-stop
-@@ -1,4 +1,3 @@
--#!/usr/bin/env bash
- # shellcheck disable=all
- 
- if [ -e /usr/share/bash-completion/completions/distrobox ]; then
---- a/completions/distrobox-upgrade
-+++ b/completions/distrobox-upgrade
-@@ -1,4 +1,3 @@
--#!/usr/bin/env bash
- # shellcheck disable=all
- 
- if [ -e /usr/share/bash-completion/completions/distrobox ]; then
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index d83e5cd..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-fix_completions_with_hashbangs.diff



More information about the Neon-commits mailing list