|
|
@ -52,7 +52,7 @@ case "$DISTRIBUTION" in
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
;;
|
|
|
|
;;
|
|
|
|
|
|
|
|
|
|
|
|
sid|buster|stretch|wheezy)
|
|
|
|
sid|bullseye|buster|stretch|wheezy)
|
|
|
|
COMPONENTS="main contrib non-free"
|
|
|
|
COMPONENTS="main contrib non-free"
|
|
|
|
;;
|
|
|
|
;;
|
|
|
|
|
|
|
|
|
|
|
@ -62,7 +62,7 @@ case "$DISTRIBUTION" in
|
|
|
|
EXTRAPACKAGES="$EXTRAPACKAGES devuan-keyring"
|
|
|
|
EXTRAPACKAGES="$EXTRAPACKAGES devuan-keyring"
|
|
|
|
;;
|
|
|
|
;;
|
|
|
|
|
|
|
|
|
|
|
|
cosmic|bionic|artful|xenial|trusty|precise)
|
|
|
|
eoan|disco|cosmic|bionic|artful|xenial|trusty|precise)
|
|
|
|
COMPONENTS="main restricted universe multiverse"
|
|
|
|
COMPONENTS="main restricted universe multiverse"
|
|
|
|
DEBOOTSTRAPOPTS=(--variant=buildd)
|
|
|
|
DEBOOTSTRAPOPTS=(--variant=buildd)
|
|
|
|
;;
|
|
|
|
;;
|
|
|
@ -84,7 +84,7 @@ case "$DISTRIBUTION" in
|
|
|
|
fi
|
|
|
|
fi
|
|
|
|
;;
|
|
|
|
;;
|
|
|
|
|
|
|
|
|
|
|
|
sid|buster|stretch)
|
|
|
|
sid|bullseye|buster|stretch)
|
|
|
|
MIRRORSITE=http://deb.debian.org/debian
|
|
|
|
MIRRORSITE=http://deb.debian.org/debian
|
|
|
|
;;
|
|
|
|
;;
|
|
|
|
|
|
|
|
|
|
|
@ -96,7 +96,7 @@ case "$DISTRIBUTION" in
|
|
|
|
MIRRORSITE=http://auto.mirror.devuan.org/merged
|
|
|
|
MIRRORSITE=http://auto.mirror.devuan.org/merged
|
|
|
|
;;
|
|
|
|
;;
|
|
|
|
|
|
|
|
|
|
|
|
cosmic|bionic|artful|xenial|trusty|precise)
|
|
|
|
eoan|disco|cosmic|bionic|artful|xenial|trusty|precise)
|
|
|
|
if [ "$ARCHITECTURE" = "amd64" ] || [ "$ARCHITECTURE" = "i386" ]; then
|
|
|
|
if [ "$ARCHITECTURE" = "amd64" ] || [ "$ARCHITECTURE" = "i386" ]; then
|
|
|
|
MIRRORSITE=http://archive.ubuntu.com/ubuntu
|
|
|
|
MIRRORSITE=http://archive.ubuntu.com/ubuntu
|
|
|
|
else
|
|
|
|
else
|
|
|
@ -138,10 +138,10 @@ fi
|
|
|
|
#-- apt is better if target distribution contains apt >= 1.4~beta3
|
|
|
|
#-- apt is better if target distribution contains apt >= 1.4~beta3
|
|
|
|
#-- aptitude is better if target distribution contains apt < 1.4~beta3
|
|
|
|
#-- aptitude is better if target distribution contains apt < 1.4~beta3
|
|
|
|
case "$DISTRIBUTION" in
|
|
|
|
case "$DISTRIBUTION" in
|
|
|
|
sid|buster|stretch|\
|
|
|
|
sid|bullseye|buster|stretch|\
|
|
|
|
ceres|beowulf|ascii|\
|
|
|
|
ceres|beowulf|ascii|\
|
|
|
|
raspbian-buster|raspbian-stretch|\
|
|
|
|
raspbian-buster|raspbian-stretch|\
|
|
|
|
cosmic|bionic|artful)
|
|
|
|
eoan|disco|cosmic|bionic|artful)
|
|
|
|
PBUILDERSATISFYDEPENDSCMD="/usr/lib/pbuilder/pbuilder-satisfydepends-apt"
|
|
|
|
PBUILDERSATISFYDEPENDSCMD="/usr/lib/pbuilder/pbuilder-satisfydepends-apt"
|
|
|
|
;;
|
|
|
|
;;
|
|
|
|
|
|
|
|
|
|
|
|