diff options
author | Christian Breunig <christian@breunig.cc> | 2023-02-15 19:05:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-15 19:05:47 +0100 |
commit | c8a6b4cf2efec079af558997c0600c54be45215c (patch) | |
tree | ff25541d9dad6ffd304b1de5919eb308d35f090f /debian | |
parent | a48940a943d237b0b2e8fcf8f9066c416d175e8d (diff) | |
parent | 819eab8708365ac5398f44c25178470358330c36 (diff) | |
download | vyos-1x-c8a6b4cf2efec079af558997c0600c54be45215c.tar.gz vyos-1x-c8a6b4cf2efec079af558997c0600c54be45215c.zip |
Merge pull request #1817 from sarthurdev/bookworm
debian: T5003: Upgrade base system to Debian 12 "Bookworm"
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index 2b940a412..fb29697d4 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,7 @@ Build-Depends: fakeroot, gcc-multilib [amd64], clang [amd64], + iproute2, llvm [amd64], libbpf-dev [amd64], libelf-dev (>= 0.2) [amd64], @@ -45,7 +46,6 @@ Depends: conserver-client, conserver-server, console-data, - crda, cron, curl, dbus, @@ -79,7 +79,7 @@ Depends: lcdproc, lcdproc-extra-drivers, libatomic1, - libbpf0 [amd64], + libbpf1 [amd64], libcharon-extra-plugins (>=5.9), libcharon-extauth-plugins (>=5.9), libndp-tools, |