DEB: updated supported distros

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/19/head
Michele Calgaro il y a 5 ans
Parent c8470abb4c
révision b9f916559f
Signé par: MicheleC
ID de la clé GPG: 2A75B7CA8ADED5CF

@ -67,7 +67,7 @@ case "$DISTRIBUTION" in
DEBOOTSTRAPOPTS=(--variant=buildd)
;;
raspbian-stretch|raspbian-jessie|raspbian-wheezy)
raspbian-buster|raspbian-stretch|raspbian-jessie)
COMPONENTS="main contrib non-free"
DEBOOTSTRAPOPTS=(--variant=buildd --no-check-gpg)
;;
@ -84,10 +84,14 @@ case "$DISTRIBUTION" in
fi
;;
sid|buster|stretch|wheezy)
sid|buster|stretch)
MIRRORSITE=http://deb.debian.org/debian
;;
wheezy)
MIRRORSITE=http://archive.debian.org/debian
;;
ceres|beowulf|ascii)
MIRRORSITE=http://auto.mirror.devuan.org/merged
;;
@ -100,7 +104,7 @@ case "$DISTRIBUTION" in
fi
;;
raspbian-stretch|raspbian-jessie|raspbian-wheezy)
raspbian-buster|raspbian-stretch|raspbian-jessie)
MIRRORSITE=http://ftp.fi.muni.cz/pub/linux/raspbian/raspbian
;;
esac
@ -142,13 +146,13 @@ fi
case "$DISTRIBUTION" in
sid|buster|stretch|\
ceres|beowulf|ascii|\
raspbian-stretch|\
raspbian-buster|raspbian-stretch|\
cosmic|bionic|artful)
PBUILDERSATISFYDEPENDSCMD="/usr/lib/pbuilder/pbuilder-satisfydepends-apt"
;;
jessie|wheezy|\
raspbian-jessie|raspbian-wheezy|\
raspbian-jessie|\
xenial|trusty|precise)
PBUILDERSATISFYDEPENDSCMD="/usr/lib/pbuilder/pbuilder-satisfydepends-aptitude"
;;

Chargement…
Annuler
Enregistrer