diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-06-19 16:17:57 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-06-19 16:17:57 +0200 |
commit | c0b76e61707af9ca61cc25acfc763d9ad6eb0429 (patch) | |
tree | 8d21ab13fa3995963565269f20d5ca67d088b0da /debian | |
parent | fa2b172512aa024a9853166528c9e6601fde94d8 (diff) | |
download | vyatta-cfg-c0b76e61707af9ca61cc25acfc763d9ad6eb0429.tar.gz vyatta-cfg-c0b76e61707af9ca61cc25acfc763d9ad6eb0429.zip |
Debian: fix package dependencies to support Debian Bullseye
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/control b/debian/control index f1b719d..0d821c5 100644 --- a/debian/control +++ b/debian/control @@ -19,8 +19,8 @@ Depends: sed (>= 4.1.5), libvyatta-cfg1 (>=${binary:Version}), unionfs-fuse, systemd, - libboost-filesystem1.55.0 | libboost-filesystem1.62.0 | libboost-filesystem1.67.0 | libboost-filesystem1.74.0, - libapt-pkg4.12 | libapt-pkg5.0, + libboost-filesystem1.67.0 | libboost-filesystem1.74.0, + libapt-pkg4.12 | libapt-pkg5.0 | libapt-pkg6.0, ${perl:Depends}, ${shlibs:Depends} Suggests: util-linux (>= 2.13-5), net-tools, @@ -44,7 +44,7 @@ Architecture: any Priority: optional Section: libdevel Depends: libvyatta-cfg1 (>=${binary:Version}), - libboost-filesystem1.55-dev | libboost-filesystem1.62-dev | libboost-filesystem1.67.0 + libboost-filesystem1.67.0 | libboost-filesystem1.74.0 Description: libvyatta-cfg development package Development header and library files for the Vyatta configuration back-end library. |