This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
commit ff4692b945e889a3618ccba448c1d735a6395243 Author: Guillem Jover <[email protected]> Date: Sat Jul 15 01:59:41 2017 +0200 Dpkg::Vendor::Ubuntu: Remove unused Dpkg::Path Missed in commit d62520090a7dafb123b6f1f4d4e9b61b75218057. --- debian/changelog | 1 + scripts/Dpkg/Vendor/Ubuntu.pm | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 034b9fc..c06258a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -24,6 +24,7 @@ dpkg (1.19.0) UNRELEASED; urgency=medium Thanks to Chris Lamb <[email protected]>. Closes: #870221 - Remove unused POSIX module imports. - Use Errno module instead of the slow to import POSIX. + - Remove unused Dpkg::Path from Dpkg::Vendor::Ubuntu. * Documentation: - Document currently accepted syntax for changelogs in deb-changelog(5). Closes: #858579 diff --git a/scripts/Dpkg/Vendor/Ubuntu.pm b/scripts/Dpkg/Vendor/Ubuntu.pm index 477b8ae..cf93bcc 100644 --- a/scripts/Dpkg/Vendor/Ubuntu.pm +++ b/scripts/Dpkg/Vendor/Ubuntu.pm @@ -26,7 +26,6 @@ our $VERSION = '0.01'; use Dpkg::ErrorHandling; use Dpkg::Gettext; -use Dpkg::Path qw(find_command); use Dpkg::Control::Types; use Dpkg::BuildOptions; use Dpkg::Arch qw(debarch_eq get_host_arch); -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/dpkg/dpkg.git

