diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-04-09 11:06:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-09 11:06:23 +0200 |
commit | 1d5fbf08463a910965e2dc1a4e6363af132de93c (patch) | |
tree | 88e2d45e108b15d4794f42612c5fdeedebcafc88 /debian | |
parent | 39e212b47393885e9c98fc7356c4389f22d74d46 (diff) | |
download | vyatta-cfg-1d5fbf08463a910965e2dc1a4e6363af132de93c.tar.gz vyatta-cfg-1d5fbf08463a910965e2dc1a4e6363af132de93c.zip |
Debian: add libboost-filesystem1.74.0 dependency for bullseye
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index edbeee7..f1b719d 100644 --- a/debian/control +++ b/debian/control @@ -19,7 +19,7 @@ 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.55.0 | libboost-filesystem1.62.0 | libboost-filesystem1.67.0 | libboost-filesystem1.74.0, libapt-pkg4.12 | libapt-pkg5.0, ${perl:Depends}, ${shlibs:Depends} Suggests: util-linux (>= 2.13-5), |