Fix to set maintainer correctly

This commit is contained in:
Ilia Ross
2024-12-31 17:30:45 +02:00
parent d737c638aa
commit 65b36d6c07

View File

@@ -122,7 +122,7 @@ Depends: $deps
Recommends: $recommends
Pre-Depends: perl
Installed-Size: $size
Maintainer: Jamie Cameron <jcameron\@webmin.com>
Maintainer: $deb_maintainer
Provides: $baseproduct
EOF
if ($product eq "webmin") {
@@ -479,7 +479,6 @@ foreach my $deb ("deb", "newkey/deb") {
# Create the .dsc file
open(DSC, ">$deb/${product}_$ver$rel.plain");
# Check if DEB_MAINTAINER is set and use it otherwise use Jamie Cameron <jcameron\@webmin.com>
print DSC <<EOF;
Format: 1.0
Source: $product