diff options
author | Guillem Jover <guillem@debian.org> | 2017-04-09 03:16:40 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2017-10-17 02:28:09 +0200 |
commit | 4bf65e6ba11fb5097b82073bea48e1ae4a96f5d7 (patch) | |
tree | d461e4877b7b32cd1e402a61734a2db0deb5d67e /debian | |
parent | 44b0bf1a576e3b0cfcb4c87f18d4195c3ffccb8f (diff) | |
download | dpkg-4bf65e6ba11fb5097b82073bea48e1ae4a96f5d7.tar.gz |
Dpkg::Arch: Do not emit a perl warning if gcc or dpkg is not found
We are emitting options or errors elsewhere.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index db66fbf84..a904cf63c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -111,6 +111,8 @@ dpkg (1.19.0) UNRELEASED; urgency=medium - Call source format prerequisites Dpkg::Source::Package method if present. Addresses: #877688 - Unify Dpkg::ErrorHandling subprocess errors with the ones from libdpkg. + - Do not emit a perl warning if gcc or dpkg is not found from Dpkg::Arch, + the code already handles the commands not being present. * Documentation: - Document currently accepted syntax for changelogs in deb-changelog(5). Closes: #858579 |