diff options
author | Andrei Belov <defan@nginx.com> | 2021-10-21 15:28:58 +0300 |
---|---|---|
committer | Andrei Belov <defan@nginx.com> | 2021-10-21 15:28:58 +0300 |
commit | 7503cc96df4f8c5637ac90dcf6095d93fd03296f (patch) | |
tree | 7b97e53cc67183cd44b5f057bba5779575d4e8be /pkg/deb/debian/rules.in | |
parent | 0900edb10d6def65dd6482d9ed3c596eb5305b3f (diff) | |
download | unit-7503cc96df4f8c5637ac90dcf6095d93fd03296f.tar.gz unit-7503cc96df4f8c5637ac90dcf6095d93fd03296f.tar.bz2 |
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).
Diffstat (limited to '')
-rw-r--r-- | pkg/deb/debian/rules.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pkg/deb/debian/rules.in b/pkg/deb/debian/rules.in index c7a56b6b..3f1f9db8 100644 --- a/pkg/deb/debian/rules.in +++ b/pkg/deb/debian/rules.in @@ -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 |