diff options
author | Daniel Baumann <daniel@debian.org> | 2024-11-10 10:33:29 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2024-11-10 11:05:20 +0100 |
commit | ddba7f1d81ba8e71dadce1932b2aa48595054209 (patch) | |
tree | fe5a2044285e14dc228dcae222032e248bb4520a | |
parent | Making maintainer scripts executable in debian directory. (diff) | |
download | frr-ddba7f1d81ba8e71dadce1932b2aa48595054209.tar.xz frr-ddba7f1d81ba8e71dadce1932b2aa48595054209.zip |
Adding Rules-Requires-Root field.
Signed-off-by: Daniel Baumann <daniel@debian.org>
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index d5b35f15..84e09e7a 100644 --- a/debian/control +++ b/debian/control @@ -34,6 +34,7 @@ Build-Depends: bison, texinfo, lua5.3 <pkg.frr.lua>, liblua5.3-dev <pkg.frr.lua> +Rules-Requires-Root: no Standards-Version: 4.7.0 Homepage: https://www.frrouting.org Vcs-Browser: https://github.com/FRRouting/frr/tree/debian/master |