This is an automated email from the git hooks/post-receive script. nthykier pushed a commit to branch master in repository lintian.
commit 23f9dae214f81aed90304c91dca13ec78e0d84d4 Author: Niels Thykier <[email protected]> Date: Mon Mar 23 21:10:00 2015 +0100 L::R::ResMan: Drop unused import Signed-off-by: Niels Thykier <[email protected]> --- lib/Lintian/Reporting/ResourceManager.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Lintian/Reporting/ResourceManager.pm b/lib/Lintian/Reporting/ResourceManager.pm index 2d02aba..8237f7b 100644 --- a/lib/Lintian/Reporting/ResourceManager.pm +++ b/lib/Lintian/Reporting/ResourceManager.pm @@ -24,7 +24,7 @@ use warnings; use autodie; use Carp qw(croak); -use File::Basename qw(basename fileparse); +use File::Basename qw(basename); use File::Copy qw(copy); use Lintian::Util qw(get_file_checksum); -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/lintian/lintian.git -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

