diff options
| author | David Lamparter <equinox@opensourcerouting.org> | 2024-05-03 13:13:21 +0200 |
|---|---|---|
| committer | David Lamparter <equinox@opensourcerouting.org> | 2024-05-03 13:26:30 +0200 |
| commit | dbd7657c538641d77b8daca2c5a7acf2ee863fbf (patch) | |
| tree | 42b7c0e8542443683b75ed15545bbc61ade7cf3f | |
| parent | 871e39c5c975d53b3bdf77064ac706c494117611 (diff) | |
debian: drop some ancient dependencies
Some of this stuff hasn't existed for more than a decade AFAICS.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
| -rw-r--r-- | debian/changelog | 1 | ||||
| -rw-r--r-- | debian/control | 7 |
2 files changed, 4 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog index 68640022fa..d23ea120bf 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,7 @@ frr (10.0-2) UNRELEASED; urgency=medium * fix build on hppa * only use libunwind on architectures where it is available * remove /var/lib/frr on purge + * drop some ancient dependency alternates -- David Lamparter <equinox-debian@diac24.net> Fri, 03 May 2024 12:51:03 +0200 diff --git a/debian/control b/debian/control index 273bddcbdc..df816df338 100644 --- a/debian/control +++ b/debian/control @@ -6,8 +6,7 @@ Uploaders: FRRouting-dev <dev@lists.frrouting.org>, Ondřej Surý <ondrej@debian.org> Build-Depends: bison, chrpath, - debhelper (>= 10~) | dh-systemd, - debhelper (>= 9.20150101~), + debhelper (>= 10~), flex, gawk, install-info, @@ -15,7 +14,7 @@ Build-Depends: bison, libcap-dev, libelf-dev:native, libjson-c-dev | libjson0-dev, - libpam0g-dev | libpam-dev, + libpam0g-dev, libpcre2-dev, libprotobuf-c-dev, libpython3-dev:native, @@ -25,7 +24,7 @@ Build-Depends: bison, libssh-dev <!pkg.frr.nortrlib>, libunwind-dev [!alpha !m68k !sparc64 !x32], libyang2-dev (>= 2.1.128), - pkgconf | pkg-config, + pkgconf, protobuf-c-compiler, python3:native, python3-dev:native, |
