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 | |
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')
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index b129c07a3..ef1b1c27f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -200,6 +200,7 @@ dpkg (1.19.1) UNRELEASED; urgency=medium test driver, so it does not get honored. - Rename maintainer-build DEB_BUILD_OPTIONS to new standardized terse. - Enable verbose test suite only in non-terse builds. + - Add a Suggests on sensible-utils to libdpkg-perl. * Test suite: - Skip Dpkg::OpenPGP test if gpg is not present. - Check POD in all perl scripts. 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 |