diff options
| author | Michael Biebl <biebl@debian.org> | 2026-02-09 12:00:08 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2026-02-09 12:07:57 +0100 |
| commit | d7061e0fb9623dabb27bfedc1d61c6a79c02799e (patch) | |
| tree | 4a28b03d1e9f5a29babbda629d9f4e843259cd42 | |
| parent | 013f3d0c509fef8ebbad4c1542d2f0ba819b6488 (diff) | |
Drop redundant Priority and Rules-Requires-Root field
| -rw-r--r-- | debian/control | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/debian/control b/debian/control index f9b48e6a..2669dcc7 100644 --- a/debian/control +++ b/debian/control @@ -1,6 +1,5 @@ Source: network-manager Section: net -Priority: optional Maintainer: Utopia Maintenance Team <pkg-utopia-maintainers@lists.alioth.debian.org> Uploaders: Michael Biebl <biebl@debian.org> Build-Depends: debhelper-compat (= 13), @@ -42,7 +41,6 @@ Build-Depends: debhelper-compat (= 13), python3-pexpect <!nocheck>, iproute2 <!nocheck>, Standards-Version: 4.7.2 -Rules-Requires-Root: no Vcs-Git: https://salsa.debian.org/utopia-team/network-manager.git Vcs-Browser: https://salsa.debian.org/utopia-team/network-manager Homepage: https://networkmanager.dev/ |