Packages: removed support for EOL'ed Debian/Ubuntu distros.

While here, default debhelper compat level bumped to 11 (this is the
version installed out of the box on Ubuntu 18.04 "bionic" which is
the oldest one from supported distros).
This commit is contained in:
Andrei Belov
2021-10-21 15:28:58 +03:00
parent 0900edb10d
commit 7503cc96df
3 changed files with 3 additions and 102 deletions

View File

@@ -99,11 +99,7 @@ install: build do.tests
dh_testroot
dh_prep
dh_installdirs
ifeq ($(CODENAME), xenial)
dh_installinit
else
dh_installsystemd
endif
dh_installlogrotate
cd $(BUILDDIR_unit) && DESTDIR=$(INSTALLDIR) make install
cd $(BUILDDIR_unit) && DESTDIR=$(INSTALLDIR_dev) make libunit-install