aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Ružička <jakub.ruzicka@nic.cz>2021-04-13 20:29:11 +0200
committerOndrej Zajicek (work) <santiago@crfreenet.org>2021-05-19 17:22:11 +0200
commit280d133a9b50dab88d51871927f26cd967211f85 (patch)
treef6b64c8f1573f93bdb87112fd6976279ca86f9eb
parent53cabf94f8de41f740ed08456877f6b8b5889170 (diff)
downloadbird-280d133a9b50dab88d51871927f26cd967211f85.tar.gz
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/control2
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,