From 26878b9c90c5fabf3798aeddb45d4c3147d6890a Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 13 Apr 2024 13:09:10 +0200 Subject: Refreshing apt-options.patch. Signed-off-by: Daniel Baumann --- debian/patches/progress-linux/0001-apt-options.patch | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'debian') diff --git a/debian/patches/progress-linux/0001-apt-options.patch b/debian/patches/progress-linux/0001-apt-options.patch index 905944a..02ae46e 100644 --- a/debian/patches/progress-linux/0001-apt-options.patch +++ b/debian/patches/progress-linux/0001-apt-options.patch @@ -4,10 +4,10 @@ Description: Using apt binary specific configuration for apt-get. diff -Naurp apt.orig/apt-private/private-cmndline.cc apt/apt-private/private-cmndline.cc --- apt.orig/apt-private/private-cmndline.cc +++ apt/apt-private/private-cmndline.cc -@@ -472,7 +472,7 @@ static bool ShowCommonHelp(APT_CMD const - static void BinarySpecificConfiguration(char const * const Binary) /*{{{*/ - { - std::string const binary = flNotDir(Binary); +@@ -485,7 +485,7 @@ static void BinarySpecificConfiguration( + { + _config->CndSet("Binary::apt-cdrom::APT::Internal::OpProgress::EraseLines", false); + } - if (binary == "apt" || binary == "apt-config") + if (binary == "apt" || binary == "apt-get" || binary == "apt-config") { -- cgit v1.2.3