diff options
author | Guillem Jover <guillem@debian.org> | 2018-08-08 11:12:06 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2018-08-30 03:14:07 +0200 |
commit | 892f07de4227c9bdede6f68bd4bf7a79ca1e2517 (patch) | |
tree | cba99ca96841b7c0d42a023ae646fcf547e29035 /debian/control | |
parent | c3f8bca7e6cf4d75ca94dc4b92c9d7f63d23775f (diff) | |
download | dpkg-892f07de4227c9bdede6f68bd4bf7a79ca1e2517.tar.gz |
debian: Add sensible-utils to libdpkg-perl Suggests
The Dpkg::Source::Package::V2 module will try to use sensible-editor if
it's present. Add the Suggests to make the relationship explicit.
Warned-by: lintian
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/control b/debian/control index a3f819118..469e21a21 100644 --- a/debian/control +++ b/debian/control @@ -142,6 +142,8 @@ Suggests: gcc | c-compiler, binutils, patch, +# Used (if available) by Dpkg::Source::Package::V2. + sensible-utils, # Needed by Dpkg::Source::Package::V3::Git git, # Needed by Dpkg::Source::Package::V3::Bzr |