* Fixed an unfortunate typo in Rpm.pm, Closes: #140742

This commit is contained in:
joey
2002-04-01 04:06:14 +00:00
parent 8a569fb405
commit 8f2fe8eb22
2 changed files with 7 additions and 1 deletions

View File

@@ -98,7 +98,7 @@ sub scan {
# Get the filelist. # Get the filelist.
$this->filelist([map { chomp; $_ } `LANG=C rpm -qpl $file`]); $this->filelist([map { chomp; $_ } `LANG=C rpm -qpl $file`]);
if (defined $this->filelist->[0] &&& if (defined $this->filelist->[0] &&
$this->filelist->[0] eq '(contains no files)') { $this->filelist->[0] eq '(contains no files)') {
$this->filelist([]); $this->filelist([]);
} }

6
debian/changelog vendored
View File

@@ -1,3 +1,9 @@
alien (8.04) unstable; urgency=low
* Fixed an unfortunate typo in Rpm.pm, Closes: #140742
-- Joey Hess <joey@kitenet.net> Sun, 31 Mar 2002 23:05:30 -0500
alien (8.03) unstable; urgency=low alien (8.03) unstable; urgency=low
* Should avoid warning message, Closes: #140286 * Should avoid warning message, Closes: #140286