Branch: master

b9f91655 2019-06-02 02:08:24 Michele Calgaro
DEB: updated supported distros

Signed-off-by: Michele Calgaro <michele.calgaro@...>
A raspbian/raspbian-buster
M debian/_buildscripts/local/additional_files/etc/pbuilderrc
R raspbian/raspbian-wheezy

debian/_buildscripts/local/additional_files/etc/pbuilderrc

diff --git a/debian/_buildscripts/local/additional_files/etc/pbuilderrc b/debian/_buildscripts/local/additional_files/etc/pbuilderrc
index b216320..010efdd 100644
--- a/debian/_buildscripts/local/additional_files/etc/pbuilderrc
+++ b/debian/_buildscripts/local/additional_files/etc/pbuilderrc
@@ -67,7 +67,7 @@
 		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,8 +84,12 @@
 		fi
 		;;
 
-	sid|buster|stretch|wheezy)
+	sid|buster|stretch)
 		MIRRORSITE=http://deb.debian.org/debian
+		;;
+
+	wheezy)
+		MIRRORSITE=http://archive.debian.org/debian
 		;;
 
 	ceres|beowulf|ascii)
@@ -100,7 +104,7 @@
 		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 @@
 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"
     ;;

raspbian/raspbian-buster

diff --git a/raspbian/raspbian-buster b/raspbian/raspbian-buster
new file mode 120000
index 0000000..29a6e09
--- /dev/null
+++ b/raspbian/raspbian-buster
@@ -0,0 +1 @@
+../debian/buster
\ No newline at end of file

raspbian/raspbian-wheezy

diff --git a/raspbian/raspbian-wheezy b/raspbian/raspbian-wheezy
deleted file mode 120000
index 2d806c6..0000000
--- a/raspbian/raspbian-wheezy
+++ /dev/null
@@ -1 +0,0 @@
-../debian/wheezy
\ No newline at end of file