diff options
author | David Lamparter <equinox@opensourcerouting.org> | 2023-01-02 14:43:29 +0100 |
---|---|---|
committer | David Lamparter <equinox@opensourcerouting.org> | 2023-01-24 18:19:42 +0100 |
commit | 5696a6a86458cd2ed5a3697cfd3cc6dd3142fd19 (patch) | |
tree | f24da0a75d8daa2104c3e4484044fedf00dc483b | |
parent | debian: remove unused debian/watchfrr.rc file (diff) | |
download | frr-5696a6a86458cd2ed5a3697cfd3cc6dd3142fd19.tar.xz frr-5696a6a86458cd2ed5a3697cfd3cc6dd3142fd19.zip |
debian: remove bogus "iproute" dependency
This is cargo cult from decades ago.
Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
(cherry picked from commit 75a7532a11cdf9cbb923c2a1ace5f0252fe4a70d)
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 01c940931..9b7dcfe41 100644 --- a/debian/control +++ b/debian/control @@ -39,7 +39,7 @@ Vcs-Git: https://github.com/FRRouting/frr.git -b debian/master Package: frr Architecture: linux-any -Depends: iproute2 | iproute, +Depends: iproute2, logrotate (>= 3.2-11), lsof, ${misc:Depends}, |