[devscripts] 01/02: uscan: Fix spelling of $packages

James McCoy jamessan at debian.org
Tue Jul 28 03:03:07 UTC 2015


This is an automated email from the git hooks/post-receive script.

jamessan pushed a commit to branch master
in repository devscripts.

commit c9b52e2576e3af1a6c1f5f1177b9e3ab014a4292
Author: James McCoy <jamessan at debian.org>
Date:   Mon Jul 27 22:55:12 2015 -0400

    uscan: Fix spelling of $packages
    
    Regression introduced in 7c250fa9d0b31aad0a3ad53d2aeb33ee140dd6dc
    
    Signed-off-by: James McCoy <jamessan at debian.org>
---
 scripts/uscan.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/uscan.pl b/scripts/uscan.pl
index b64122d..58b8416 100755
--- a/scripts/uscan.pl
+++ b/scripts/uscan.pl
@@ -554,7 +554,7 @@ for my $dir (@dirs) {
 	}
 
 	my ($package, $debversion, $uversion);
-	$packages = $changelog->{Source};
+	$package = $changelog->{Source};
 	$debversion = $changelog->{Version};
 	if (! defined $package || ! defined $debversion) {
 	    uscan_warn "$progname warning: Problems determining package name and/or version from\n  $dir/debian/changelog, skipping\n";

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git



More information about the devscripts-devel mailing list