]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
ubuntu: use any init-system-helpers
authorJakub Ružička <jakub.ruzicka@nic.cz>
Tue, 13 Apr 2021 18:29:11 +0000 (20:29 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 19 May 2021 15:22:11 +0000 (17:22 +0200)
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.

distro/pkg/deb/control

index 879c1d6e3904b6f3ebf8a2b0db934e4e7e0a911c..5ea624b347670bb7fbfd2ebb8ed05bd47059b5f6 100644 (file)
@@ -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,