mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-13 02:49:58 +00:00
Use package.json author for DEBIAN maintainer field
This commit is contained in:
@@ -369,6 +369,7 @@ function packageLinuxDeb (
|
|||||||
packageName: applicationName.replace(/_/g, "-")
|
packageName: applicationName.replace(/_/g, "-")
|
||||||
, applicationName
|
, applicationName
|
||||||
, applicationVersion
|
, applicationVersion
|
||||||
|
, author
|
||||||
};
|
};
|
||||||
|
|
||||||
// Do templating on control file
|
// Do templating on control file
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
Package: {{packageName}}
|
Package: {{packageName}}
|
||||||
Version: {{applicationVersion}}
|
Version: {{applicationVersion}}
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Maintainer: Matt Hensman <m+github@matt.tf>
|
Maintainer: {{{author}}}
|
||||||
Architecture: amd64
|
Architecture: amd64
|
||||||
Description: {{applicationName}}
|
Description: {{applicationName}}
|
||||||
|
|||||||
Reference in New Issue
Block a user