mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
* Fixed an unfortunate typo in Rpm.pm, Closes: #140742
This commit is contained in:
@@ -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
6
debian/changelog
vendored
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user