diff options
author | Micah Anderson <micah@riseup.net> | 2017-10-03 10:03:54 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2017-10-03 20:31:36 +0200 |
commit | 71f61bb6efdbe52ad21f923b83475df48a28cb38 (patch) | |
tree | 3420aec71ca53c46a19cd7c5cecc9ba67b4082bd | |
parent | 5bb52b1a6b2c94a3d1179300ac972523c8edd7c4 (diff) |
[pkg] lintian virtual-package-depends-without-real-package-depends
The package declares a depends on a virtual package without listing a real
package as an alternative first.
Its not necessary to have an alternative, but if there is a real package
providing that virtual package that most users will want to use, its better to
have one.
Its good to have a specific one set for build-dependencies, so that builds are
consistent.
Picking policykit-1-gnome as the suggested, but it could be any.
Related: #9033
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index bcef520..04fcb17 100644 --- a/debian/control +++ b/debian/control @@ -95,7 +95,7 @@ Architecture: all Depends: ${misc:Depends}, ${python:Depends}, bitmask-core, python-psutil, - polkit-1-auth-agent, + policykit-1-gnome | polkit-1-auth-agent, openvpn Enhances: openvpn Provides: leap.bitmask.vpn |