Skip to content
Snippets Groups Projects
Commit 063c5859 authored by gambas's avatar gambas
Browse files

Packager: ArchLinux: Add maintainer as packager in 'PKGINFO' file.

[DEVELOPMENT ENVIRONMENT]
* NEW: Packager: ArchLinux: Add maintainer as packager in 'PKGINFO' file.
parent 5de3cbd9
No related branches found
No related tags found
No related merge requests found
Pipeline #427904030 failed
......@@ -2433,6 +2433,7 @@ Private Function MakeArchPackage(sSys As String)
Print #hFile, "pkgrel="; Project.PackageVersion
Print #hFile, "arch=('any')"
Print #hFile, "url=\"" & Project.Url & "\""
Print #hFile, "packager="; Project.Maintainer; " <" & Project.Address; ">"
If Me.ChangeLog Then
File.Save(sBuildDir &/ "ChangeLog", Me.ChangeLog)
Print #hFile, "changelog=ChangeLog"
......@@ -2583,6 +2584,7 @@ Private Function MakeArchSupportPackage((sSys) As String, sSupport As String, aC
Print #hFile, "pkgrel="; Project.PackageVersion
Print #hFile, "arch=('any')"
Print #hFile, "url=\"" & Project.Url & "\""
Print #hFile, "packager="; Project.Maintainer; " <" & Project.Address; ">"
If Me.ChangeLog Then
File.Save(sBuildDir &/ "ChangeLog", Me.ChangeLog)
Print #hFile, "changelog=ChangeLog"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment