From 38aaa2667f7c4e41fb399ac265456491068f60a7 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Mon, 19 Feb 2018 23:15:36 +0900 Subject: DEB build scripts: fixed version numbering scheme. Added check to make sure the selected distro and version is supported. Signed-off-by: Michele Calgaro --- debian/_buildscripts/local/scripts/distro_list.txt | 31 ++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 debian/_buildscripts/local/scripts/distro_list.txt (limited to 'debian/_buildscripts/local/scripts/distro_list.txt') diff --git a/debian/_buildscripts/local/scripts/distro_list.txt b/debian/_buildscripts/local/scripts/distro_list.txt new file mode 100644 index 000000000..0ca037eb0 --- /dev/null +++ b/debian/_buildscripts/local/scripts/distro_list.txt @@ -0,0 +1,31 @@ +#!/bin/bash + +# List of supported distributions +DISTROS=" + debian 5.0 lenny + debian 6.0 squeeze + debian 7.0 wheezy + debian 8.0 jessie + debian 9.0 stretch + debian 10.0 buster ~a + debian 10.0 sid ~b + raspbian 7.0 raspbian-wheezy + raspbian 8.0 raspbian-jessie + ubuntu 10.04 lucid + ubuntu 10.10 maverick + ubuntu 11.04 natty + ubuntu 11.10 oneiric + ubuntu 12.04 precise + ubuntu 12.10 quantal + ubuntu 13.04 raring + ubuntu 13.10 saucy + ubuntu 14.04 trusty + ubuntu 14.10 utopic + ubuntu 15.04 vivid + ubuntu 15.10 wily + ubuntu 16.04 xenial + ubuntu 16.10 yakkety + ubuntu 17.04 zesty + ubuntu 17.10 artful + ubuntu 18.04 bionic ~a +" -- cgit v1.2.1