aboutsummaryrefslogtreecommitdiffstats
path: root/Perl
diff options
context:
space:
mode:
authorDenis Barbier <barbier>2002-04-05 00:12:50 +0000
committerDenis Barbier <barbier>2002-04-05 00:12:50 +0000
commit56d851f4fa641a69c637aeacfff1322a2d96b5d2 (patch)
tree0850dbb736c2ca7812786540dea6604ca0c95e66 /Perl
parenta55f2224d45a9615ea97d4259b50b899be9e8cec (diff)
Some broken packages have no tarball in their .dsc file.
This caused transmonitor-check to abort, they are now skipped CVS version numbers Perl/Local/Inside/DebSrc.pm: 1.2 -> 1.3
Diffstat (limited to 'Perl')
-rw-r--r--Perl/Local/Inside/DebSrc.pm4
1 files changed, 4 insertions, 0 deletions
diff --git a/Perl/Local/Inside/DebSrc.pm b/Perl/Local/Inside/DebSrc.pm
index 99b378082fb..4b4a116ad5d 100644
--- a/Perl/Local/Inside/DebSrc.pm
+++ b/Perl/Local/Inside/DebSrc.pm
@@ -102,6 +102,10 @@ sub new {
}
}
close(DSC);
+ if ($origtargz eq '') {
+ warn "No tarball\n";
+ return undef;
+ }
my $self = $class->SUPER::new("$origtargz", @_);
bless ($self, $class);

© 2014-2024 Faster IT GmbH | imprint | privacy policy