diff options
author | Andrei Belov <defan@nginx.com> | 2021-12-01 09:01:52 +0300 |
---|---|---|
committer | Andrei Belov <defan@nginx.com> | 2021-12-01 09:01:52 +0300 |
commit | bc4968d1d781bb91ec54d80bce0f4c82f0c4cc23 (patch) | |
tree | af93b7949b1dca99a6d9d34a05fd723ea4d65178 | |
parent | d4b13c7cd5520b2b8bd8833765a3ba4246a93df7 (diff) | |
download | unit-bc4968d1d781bb91ec54d80bce0f4c82f0c4cc23.tar.gz unit-bc4968d1d781bb91ec54d80bce0f4c82f0c4cc23.tar.bz2 |
Packages: adjusted debhelper minimal version for Debian/Ubuntu.
Forgotten in 199a11eceb3c.
While here, Standards-Version increased to 4.1.4 (matches Ubuntu 18.04
as the oldest supported distro).
-rw-r--r-- | pkg/deb/debian.module/control-noarch.in | 4 | ||||
-rw-r--r-- | pkg/deb/debian.module/control.in | 4 | ||||
-rw-r--r-- | pkg/deb/debian/control.in | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/pkg/deb/debian.module/control-noarch.in b/pkg/deb/debian.module/control-noarch.in index d9d9e5e1..323377d9 100644 --- a/pkg/deb/debian.module/control-noarch.in +++ b/pkg/deb/debian.module/control-noarch.in @@ -2,9 +2,9 @@ Source: %%NAME%% Section: admin Priority: extra Maintainer: %%PACKAGE_VENDOR%% -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 11), linux-libc-dev%%MODULE_BUILD_DEPENDS%% -Standards-Version: 3.9.5 +Standards-Version: 4.1.4 Homepage: https://unit.nginx.org Package: %%NAME%% diff --git a/pkg/deb/debian.module/control.in b/pkg/deb/debian.module/control.in index 9a6fa797..f5ce8ae4 100644 --- a/pkg/deb/debian.module/control.in +++ b/pkg/deb/debian.module/control.in @@ -2,11 +2,11 @@ Source: %%NAME%% Section: admin Priority: extra Maintainer: %%PACKAGE_VENDOR%% -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 11), linux-libc-dev, libssl-dev, libpcre2-dev%%MODULE_BUILD_DEPENDS%% -Standards-Version: 3.9.5 +Standards-Version: 4.1.4 Homepage: https://unit.nginx.org Package: %%NAME%% diff --git a/pkg/deb/debian/control.in b/pkg/deb/debian/control.in index 4d59520e..691bafed 100644 --- a/pkg/deb/debian/control.in +++ b/pkg/deb/debian/control.in @@ -2,11 +2,11 @@ Source: unit Section: admin Priority: extra Maintainer: %%PACKAGE_VENDOR%% -Build-Depends: debhelper (>= 9), +Build-Depends: debhelper (>= 11), linux-libc-dev, libssl-dev, libpcre2-dev -Standards-Version: 3.9.5 +Standards-Version: 4.1.4 Homepage: https://unit.nginx.org Package: unit |