diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-08-22 12:57:19 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-08-22 12:57:19 +0900 |
commit | 7ba95482fbf2654210e4a31ef18bae967ca1949b (patch) | |
tree | 8adf531dc06f7c7642858af25e74fdb1154b0c8a /debian/_buildscripts/local/additional_files | |
parent | 526484083b471f495b2f97a65aa1d3d395d29a84 (diff) | |
download | tde-packaging-7ba95482fbf2654210e4a31ef18bae967ca1949b.tar.gz tde-packaging-7ba95482fbf2654210e4a31ef18bae967ca1949b.zip |
DEB build scripts: update list of supported distros.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'debian/_buildscripts/local/additional_files')
-rw-r--r-- | debian/_buildscripts/local/additional_files/etc/pbuilderrc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/_buildscripts/local/additional_files/etc/pbuilderrc b/debian/_buildscripts/local/additional_files/etc/pbuilderrc index 76de919af..5b30176e2 100644 --- a/debian/_buildscripts/local/additional_files/etc/pbuilderrc +++ b/debian/_buildscripts/local/additional_files/etc/pbuilderrc @@ -55,7 +55,7 @@ case "$DISTRIBUTION" in fi ;; - sid|bullseye|buster|stretch) + sid|bookwork|bullseye|buster|stretch) COMPONENTS="main contrib non-free" ;; @@ -83,7 +83,7 @@ EXTRAPACKAGES="$EXTRAPACKAGES fakeroot apt-transport-https ca-certificates" #-- select base apt sources case "$DISTRIBUTION" in # debian - sid|bullseye|buster|stretch) + sid|bookwork|bullseye|buster|stretch) MIRRORSITE=http://deb.debian.org/debian ;; @@ -144,7 +144,7 @@ fi #-- apt is better if target distribution contains apt >= 1.4~beta3 #-- aptitude is better if target distribution contains apt < 1.4~beta3 case "$DISTRIBUTION" in - sid|bullseye|buster|stretch|\ + sid|bookwork|bullseye|buster|stretch|\ ceres|chimaera|beowulf|ascii|\ raspbian-bullseye|raspbian-buster|raspbian-stretch|\ impish|hirsute|groovy|focal|bionic) |