diff --git a/debootstrap b/debootstrap index 9b9e58d..01eb4b0 100755 --- a/debootstrap +++ b/debootstrap @@ -10,6 +10,9 @@ export PATH ########################################################################### +DEBOOTSTRAP_DIR=/home/sthibault/debootstrap + + if [ -z "$DEBOOTSTRAP_DIR" ]; then if [ -x /debootstrap/debootstrap ]; then DEBOOTSTRAP_DIR=/debootstrap @@ -720,8 +723,10 @@ if am_doing_phase finddebs; then info RESOLVEREQ "Resolving dependencies of required packages..." required=$(resolve_deps "$requiredX") + required=$(without "$required" "$EXCLUDE") info RESOLVEBASE "Resolving dependencies of base packages..." base=$(resolve_deps "$baseX") + base=$(without "$base" "$EXCLUDE") base=$(without "$base" "$required") if [ "$LOG_EXTRA_DEPS" = true ]; then diff --git a/scripts/sid b/scripts/sid index 710b74d..b67a9c5 100644 --- a/scripts/sid +++ b/scripts/sid @@ -1,4 +1,4 @@ -mirror_style release +mirror_style main download_style apt finddebs_style from-indices variants - buildd fakechroot minbase