diff options
author | Christian Breunig <christian@breunig.cc> | 2023-05-29 12:59:27 +0000 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-05-29 15:04:29 +0200 |
commit | 7c698f29d774971e0cb2d9471a343d459956d876 (patch) | |
tree | 0cf451d8a251cf3117e42cfe402c064b4d3346cb /debian | |
parent | 2a1b4b50b4c948e3234b9e985abc43f68fb6ddbf (diff) | |
download | vyatta-cfg-7c698f29d774971e0cb2d9471a343d459956d876.tar.gz vyatta-cfg-7c698f29d774971e0cb2d9471a343d459956d876.zip |
T5003: Debian: update build and runtime dependencies for Bookworm
Diffstat (limited to 'debian')
-rw-r--r-- | debian/compat | 2 | ||||
-rw-r--r-- | debian/control | 10 |
2 files changed, 5 insertions, 7 deletions
diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 diff --git a/debian/control b/debian/control index f5b686d..956255b 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,8 @@ Source: vyatta-cfg Section: contrib/net Priority: extra Maintainer: VyOS Package Maintainers <maintainers@vyos.net> -Build-Depends: debhelper (>= 5), autotools-dev, libglib2.0-dev, - libboost-filesystem-dev (>= 1.55), libapt-pkg-dev, libtool, flex, +Build-Depends: debhelper (>= 10), autotools-dev, libglib2.0-dev, + libboost-filesystem-dev, libapt-pkg-dev, libtool, flex, bison, libperl-dev, autoconf, automake, pkg-config, cpio, dh-autoreconf Standards-Version: 3.9.1 @@ -14,19 +14,17 @@ Depends: sed (>= 4.1.5), coreutils (>= 5.97-5.3), vyatta-bash | bash (>= 4.1), bsdutils (>=1:2.13), - curl, libsocket6-perl, libvyatta-cfg1 (>=${binary:Version}), unionfs-fuse, systemd, uuid-runtime, - libboost-filesystem1.67.0 | libboost-filesystem1.74.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, ncurses-bin (>= 5.5-5), - ntpdate Description: VyOS configuration system This package provides the VyOS configuration system, including the base configuration templates and the config-mode CLI completion mechanism. @@ -45,7 +43,7 @@ Architecture: any Priority: optional Section: libdevel Depends: libvyatta-cfg1 (>=${binary:Version}), - libboost-filesystem1.67.0 | libboost-filesystem1.74.0 + libboost-filesystem1.74.0 Description: libvyatta-cfg development package Development header and library files for the Vyatta configuration back-end library. |