]> err.no Git - dpkg/commitdiff
* scripts/Dpkg/Source/Package/V3_0/native.pm: Import missing function and bugfix.
authorRaphael Hertzog <hertzog@debian.org>
Tue, 18 Mar 2008 16:56:50 +0000 (17:56 +0100)
committerRaphael Hertzog <hertzog@debian.org>
Tue, 18 Mar 2008 16:56:50 +0000 (17:56 +0100)
scripts/Dpkg/Source/Package/V3_0/native.pm

index 5efab3ef993f817fc16b648c2a2bf15f738f5126..1ecd1dfb462994a68d2a89b77feb1f8ff1fb8dc3 100644 (file)
@@ -23,7 +23,7 @@ use base 'Dpkg::Source::Package';
 
 use Dpkg;
 use Dpkg::Gettext;
-use Dpkg::ErrorHandling qw(error syserr info);
+use Dpkg::ErrorHandling qw(error syserr info usageerr);
 use Dpkg::Compression;
 use Dpkg::Source::Archive;
 use Dpkg::Source::Functions qw(erasedir);
@@ -66,7 +66,7 @@ sub can_build {
 sub do_build {
     my ($self, $dir) = @_;
     my @tar_ignore = map { "--exclude=$_" } @{$self->{'options'}{'tar_ignore'}};
-    my @argv = $self->{'options'}{'ARGV'};
+    my @argv = @{$self->{'options'}{'ARGV'}};
 
     if (scalar(@argv)) {
         usageerr(_g("-b takes only one parameter with format `%s'"),