diff options
author | Jakub Ružička <jakub.ruzicka@nic.cz> | 2021-04-13 20:29:11 +0200 |
---|---|---|
committer | Ondrej Zajicek (work) <santiago@crfreenet.org> | 2021-05-19 17:22:11 +0200 |
commit | 280d133a9b50dab88d51871927f26cd967211f85 (patch) | |
tree | f6b64c8f1573f93bdb87112fd6976279ca86f9eb | |
parent | 53cabf94f8de41f740ed08456877f6b8b5889170 (diff) |
ubuntu: use any init-system-helpers
init-system-helpers (>= 1.56~) can't be satisfied on:
* Ubuntu 18.04 (1.51)
* Ubuntu 16.04 (1.29)
* Debian 9 (1.48)
Remove the specific version requirement in order to enable build on
older platforms.
-rw-r--r-- | distro/pkg/deb/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distro/pkg/deb/control b/distro/pkg/deb/control index 879c1d6e..5ea624b3 100644 --- a/distro/pkg/deb/control +++ b/distro/pkg/deb/control @@ -21,7 +21,7 @@ Homepage: https://bird.network.cz/ Package: bird2 Architecture: kfreebsd-any linux-any -Pre-Depends: init-system-helpers (>= 1.56~), +Pre-Depends: init-system-helpers, ${misc:Pre-Depends} Depends: adduser, lsb-base, |