* Fixed slp conversion to not use uninitialized value. Closes: #150840

This commit is contained in:
joey
2002-06-24 17:22:33 +00:00
parent a55d9bc97d
commit 25806d4146
5 changed files with 2108 additions and 18 deletions

View File

@@ -223,7 +223,6 @@ sub build {
# (a). That is good for decoding, but not for encoding.
my $fmt=footer_packstring();
$fmt=~tr/A/a/;
my $footer=pack($fmt,
$this->conffiles,
2, # Use priority optional for alien packages.
@@ -234,7 +233,7 @@ sub build {
'', # Set up script. TODO
$this->summary,
$this->description,
$this->depends,
'', # $this->depends would go here, but slp uses some weird format
'', # Provides.
$this->maintainer,
scalar localtime, # Use current date.