[PATCH] pbuilder-satisfydepends-gdebi: add "--force-yes" to apt-get call

Loïc Minier lool at dooz.org
Fri Jun 27 17:18:04 UTC 2008


Add "--force-yes" to generated apt-get call, consistent with other apt-get
calls; thanks Michael Vogt; Launchpad #123068.
---
 pbuilder-satisfydepends-gdebi |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/pbuilder-satisfydepends-gdebi b/pbuilder-satisfydepends-gdebi
index 8bd9d5f..5dbe433 100644
--- a/pbuilder-satisfydepends-gdebi
+++ b/pbuilder-satisfydepends-gdebi
@@ -25,7 +25,7 @@ set -e
 function checkbuilddep_internal () {
     $CHROOTEXEC apt-get -y --force-yes install gdebi-core
     INSTALL=$($CHROOTEXEC /usr/bin/gdebi --quiet --apt-line $DEBIAN_CONTROL)
-    $CHROOTEXEC /usr/bin/apt-get install -y $INSTALL
+    $CHROOTEXEC /usr/bin/apt-get install -y --force-yes $INSTALL
 }
 
 . /usr/lib/pbuilder/pbuilder-satisfydepends-checkparams
-- 
1.5.6.3


--1yeeQ81UyVL57Vl7
Content-Type: text/x-diff; charset=us-ascii
Content-Disposition: attachment; filename="0004-pdebuild-Move-to-end-of-arg-chain-for-PDEBUI.patch"



More information about the Pbuilder-maint mailing list