From fc2055e1e08e4e3b662b0c5f67a0d0a57267acd3 Mon Sep 17 00:00:00 2001 From: David Kalnischkies Date: Sun, 4 Jun 2017 18:14:13 +0200 Subject: avoid explicit types for pkg counts by auto Changes nothing on the program front and as the datatypes are sufficently comparable fixes no bug either, but problems later on if we ever change the types of those and prevent us using types which are too large for the values we want to store waste (a tiny bit of) resources. Gbp-Dch: Ignore --- doc/examples/configure-index | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'doc/examples') diff --git a/doc/examples/configure-index b/doc/examples/configure-index index eb0a242c5..aada67bf5 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -455,6 +455,12 @@ DPkg // controls if apt will apport on the first dpkg error or if it // tries to install as many packages as possible StopOnError "true"; + + Progress-Fancy { + progress-fg ""; + progress-bg ""; + progress-bar ""; + }; } /* Options you can set to see some debugging text They correspond to names -- cgit v1.2.3