diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-04-28 22:08:18 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-04-28 22:21:13 +0200 |
commit | 52a631183306e19c23468957197156b80bfbf6f5 (patch) | |
tree | 3e8a6d71f85b21905c0b69c50ce38085ad62ea74 /debian | |
parent | 2fa8ec7f39ed8f3d21bd1f9e55add695aa2b2de6 (diff) | |
download | vyatta-cfg-52a631183306e19c23468957197156b80bfbf6f5.tar.gz vyatta-cfg-52a631183306e19c23468957197156b80bfbf6f5.zip |
Debian: alter depends to prepare for Buster
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/control b/debian/control index da9093e..716ca32 100644 --- a/debian/control +++ b/debian/control @@ -13,14 +13,14 @@ Depends: sed (>= 4.1.5), procps (>= 1:3.2.7-3), coreutils (>= 5.97-5.3), vyatta-bash | bash (>= 4.1), - vyatta-config-migrate, + vyatta-config-migrate, bsdutils (>=1:2.13), curl, libsocket6-perl, libvyatta-cfg1 (>=${binary:Version}), unionfs-fuse, - libboost-filesystem1.55.0 | libboost-filesystem1.62.0, - libapt-pkg4.12, + libboost-filesystem1.55.0 | libboost-filesystem1.62.0 | libboost-filesystem1.67.0, + libapt-pkg4.12 | libapt-pkg5.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.55-dev | libboost-filesystem1.62-dev | libboost-filesystem1.67.0 Description: libvyatta-cfg development package Development header and library files for the Vyatta configuration back-end library. |