mirror of
https://github.com/Project-OSS-Revival/alien.git
synced 2026-04-24 14:00:17 +00:00
* Should avoid warning message, Closes: #140286
* README and description updates.
This commit is contained in:
@@ -89,7 +89,8 @@ sub scan {
|
|||||||
|
|
||||||
# Get the conffiles list.
|
# Get the conffiles list.
|
||||||
$this->conffiles([map { chomp; $_ } `LANG=C rpm -qcp $file`]);
|
$this->conffiles([map { chomp; $_ } `LANG=C rpm -qcp $file`]);
|
||||||
if ($this->conffiles->[0] eq '(contains no files)') {
|
if (defined $this->conffiles->[0] &&
|
||||||
|
$this->conffiles->[0] eq '(contains no files)') {
|
||||||
$this->conffiles([]);
|
$this->conffiles([]);
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -97,7 +98,8 @@ 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 ($this->filelist->[0] eq '(contains no files)') {
|
if (defined $this->filelist->[0] &&&
|
||||||
|
$this->filelist->[0] eq '(contains no files)') {
|
||||||
$this->filelist([]);
|
$this->filelist([]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
7
debian/changelog
vendored
7
debian/changelog
vendored
@@ -1,3 +1,10 @@
|
|||||||
|
alien (8.03) unstable; urgency=low
|
||||||
|
|
||||||
|
* Should avoid warning message, Closes: #140286
|
||||||
|
* README and description updates.
|
||||||
|
|
||||||
|
-- Joey Hess <joey@kitenet.net> Thu, 28 Mar 2002 14:27:10 -0500
|
||||||
|
|
||||||
alien (8.02) unstable; urgency=low
|
alien (8.02) unstable; urgency=low
|
||||||
|
|
||||||
* Made more robust in the face of empty rpms. Closes: #138969
|
* Made more robust in the face of empty rpms. Closes: #138969
|
||||||
|
|||||||
Reference in New Issue
Block a user