From b9f916559f246fa2c0b139a9495f92b17247cf92 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 2 Jun 2019 11:08:24 +0900 Subject: [PATCH] DEB: updated supported distros Signed-off-by: Michele Calgaro --- .../local/additional_files/etc/pbuilderrc | 14 +++++++++----- raspbian/raspbian-buster | 1 + raspbian/raspbian-wheezy | 1 - 3 files changed, 10 insertions(+), 6 deletions(-) create mode 120000 raspbian/raspbian-buster delete mode 120000 raspbian/raspbian-wheezy diff --git a/debian/_buildscripts/local/additional_files/etc/pbuilderrc b/debian/_buildscripts/local/additional_files/etc/pbuilderrc index b21632039..010efdddb 100644 --- a/debian/_buildscripts/local/additional_files/etc/pbuilderrc +++ b/debian/_buildscripts/local/additional_files/etc/pbuilderrc @@ -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" ;; diff --git a/raspbian/raspbian-buster b/raspbian/raspbian-buster new file mode 120000 index 000000000..29a6e0950 --- /dev/null +++ b/raspbian/raspbian-buster @@ -0,0 +1 @@ +../debian/buster \ No newline at end of file diff --git a/raspbian/raspbian-wheezy b/raspbian/raspbian-wheezy deleted file mode 120000 index 2d806c638..000000000 --- a/raspbian/raspbian-wheezy +++ /dev/null @@ -1 +0,0 @@ -../debian/wheezy \ No newline at end of file