]> git.puffer.fish Git - mirror/frr.git/commitdiff
debian: drop some ancient dependencies
authorDavid Lamparter <equinox@opensourcerouting.org>
Fri, 3 May 2024 11:13:21 +0000 (13:13 +0200)
committerDavid Lamparter <equinox@opensourcerouting.org>
Fri, 3 May 2024 11:26:30 +0000 (13:26 +0200)
Some of this stuff hasn't existed for more than a decade AFAICS.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
debian/changelog
debian/control

index 68640022fa463695b1801892ef4cf901a9e427be..d23ea120bf42697568f9befaf20e9ca01195af67 100644 (file)
@@ -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
 
index 273bddcbdcd772dd7de482eb7bba6ed0719c521e..df816df338de216ce01bfeedae69910f3a655882 100644 (file)
@@ -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,