From d7d0798e4681bb7f5c1a1836df854a72d2772113 Mon Sep 17 00:00:00 2001 From: Lyndon Brown Date: Sat, 2 May 2020 12:54:22 +0100 Subject: [PATCH] debootstrap: remove useless obtaining debootstrap verbose help strings Gbp-Dch: Ignore --- scripts/build/bootstrap_debootstrap | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/build/bootstrap_debootstrap b/scripts/build/bootstrap_debootstrap index e2266b712..fe61451ba 100755 --- a/scripts/build/bootstrap_debootstrap +++ b/scripts/build/bootstrap_debootstrap @@ -24,8 +24,6 @@ Init_config_data "${@}" if ! command -v debootstrap >/dev/null then Echo_error "debootstrap - command not found" - Echo_verbose "debootstrap can be obtained from http://ftp.debian.org/debian/pool/main/d/debootstrap/" - Echo_verbose "On Debian based systems, debootstrap can be installed with 'apt-get install debootstrap'." exit 1 fi