From 175d09249f636d1cf33fc6f44d8c495c8509da38 Mon Sep 17 00:00:00 2001 From: Arvin Schnell Date: Thu, 19 Nov 2020 13:28:59 +0100 Subject: [PATCH] - updated list of Debian and xUbuntu flavours --- Makefile.am | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/Makefile.am b/Makefile.am index 78097090..63f91766 100644 --- a/Makefile.am +++ b/Makefile.am @@ -14,25 +14,18 @@ EXTRA_DIST = $(doc_DATA) VERSION LIBVERSION snapper-$(VERSION).tar.bz2: dist-bzip2 DEBIAN_FLAVOURS = \ - Debian_7.0 \ - Debian_8.0 \ Debian_9.0 \ Debian_10.0 UBUNTU_FLAVOURS = \ - xUbuntu_14.04 \ - xUbuntu_14.10 \ - xUbuntu_15.04 \ - xUbuntu_15.10 \ - xUbuntu_16.04 \ - xUbuntu_16.10 \ xUbuntu_17.04 \ xUbuntu_17.10 \ xUbuntu_18.04 \ xUbuntu_18.10 \ xUbuntu_19.04 \ xUbuntu_19.10 \ - xUbuntu_20.04 + xUbuntu_20.04 \ + xUbuntu_20.10 show-debian: @echo "Debian flavors: $(DEBIAN_FLAVOURS)" -- 2.47.3