Use package.json author for DEBIAN maintainer field

This commit is contained in:
hensm
2019-03-12 11:26:42 +00:00
parent 98d0e7acce
commit 7975cd7c28
2 changed files with 2 additions and 1 deletions

View File

@@ -369,6 +369,7 @@ function packageLinuxDeb (
packageName: applicationName.replace(/_/g, "-")
, applicationName
, applicationVersion
, author
};
// Do templating on control file

View File

@@ -1,6 +1,6 @@
Package: {{packageName}}
Version: {{applicationVersion}}
Priority: optional
Maintainer: Matt Hensman <m+github@matt.tf>
Maintainer: {{{author}}}
Architecture: amd64
Description: {{applicationName}}