diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-07-07 21:56:08 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2019-07-07 21:56:08 +0900 |
commit | 0d753e01e9432b271a974c3328d0f35f2209bb44 (patch) | |
tree | 89e307285396a9a9fb6728ccd7a312eb68411d5e /debian/_buildscripts/local/internals/distro_list.txt | |
parent | ad6d9a1c2c3e566774565094bed8d5adea5d2eeb (diff) | |
download | tde-packaging-0d753e01e9432b271a974c3328d0f35f2209bb44.tar.gz tde-packaging-0d753e01e9432b271a974c3328d0f35f2209bb44.zip |
DEB build script: updated available distros.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'debian/_buildscripts/local/internals/distro_list.txt')
-rw-r--r-- | debian/_buildscripts/local/internals/distro_list.txt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/debian/_buildscripts/local/internals/distro_list.txt b/debian/_buildscripts/local/internals/distro_list.txt index 71d1c60b1..d1961791e 100644 --- a/debian/_buildscripts/local/internals/distro_list.txt +++ b/debian/_buildscripts/local/internals/distro_list.txt @@ -14,17 +14,18 @@ DISTROS=" debian 7.0 wheezy '' '' debian 8.0 jessie '' '' debian 9.0 stretch '' '' - debian 10.0 buster ~a '' - debian 11.0 sid ~b '' + debian 10.0 buster '' '' + debian 11.0 bullseye ~a '' + debian 12.0 sid ~b '' # -- devuan -- devuan 1.0 jessie '' debian/jessie devuan 2.0 ascii '' debian/stretch devuan 3.0 beowulf ~a debian/buster devuan 4.0 ceres ~b debian/sid # -- raspbian -- - raspbian 7.0 raspbian-wheezy '' '' raspbian 8.0 raspbian-jessie '' '' raspbian 9.0 raspbian-stretch '' '' + raspbian 10.0 raspbian-buster ~a '' # -- ubuntu -- ubuntu 12.04 precise '' '' ubuntu 14.04 trusty '' '' @@ -32,5 +33,6 @@ DISTROS=" ubuntu 17.10 artful '' '' ubuntu 18.04 bionic '' '' ubuntu 18.10 cosmic '' '' - ubuntu 19.04 disco ~a '' + ubuntu 19.04 disco '' '' + ubuntu 19.10 eoan ~a '' " |