summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 06:15:42 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-27 06:15:42 +0000
commit03f07b4dc86efcc102f76da5e3cbeeee21ae1316 (patch)
tree8a2431a33d3c903583421598391b9d4c5ce05835
parentUpdating source format. (diff)
downloadapt-03f07b4dc86efcc102f76da5e3cbeeee21ae1316.tar.xz
apt-03f07b4dc86efcc102f76da5e3cbeeee21ae1316.zip
Using apt binary specific configuration for apt-get.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/patches/progress-linux/0001-apt-options.patch15
-rw-r--r--debian/patches/series1
2 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/progress-linux/0001-apt-options.patch b/debian/patches/progress-linux/0001-apt-options.patch
new file mode 100644
index 0000000..368438e
--- /dev/null
+++ b/debian/patches/progress-linux/0001-apt-options.patch
@@ -0,0 +1,15 @@
+Author: Daniel Baumann <daniel.baumann@progress-linux.org>
+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
+@@ -456,7 +456,7 @@ static bool ShowCommonHelp(APT_CMD const
+ static void BinarySpecificConfiguration(char const * const Binary) /*{{{*/
+ {
+ std::string const binary = flNotDir(Binary);
+- if (binary == "apt" || binary == "apt-config")
++ if (binary == "apt" || binary == "apt-get" || binary == "apt-config")
+ {
+ _config->CndSet("Binary::apt::APT::Color", true);
+ _config->CndSet("Binary::apt::APT::Cache::Show::Version", 2);
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..80c0f62
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+progress-linux/0001-apt-options.patch