<% if (name) { %>Package: <%= name %> <% } %><% if (version) { %>Version: <%= version %><% if (revision) { %>-<%= revision %><% } %> <% } %><% if (section) { %>Section: <%= section %> <% } %><% if (priority) { %>Priority: <%= priority %> <% } %><% if (arch) { %>Architecture: <%= arch %> <% } %><% if (depends && depends.length) { %>Depends: <%= depends.join(', ') %> <% } %><% if (recommends && recommends.length) { %>Recommends: <%= recommends.join(', ') %> <% } %><% if (suggests && suggests.length) { %>Suggests: <%= suggests.join(', ') %> <% } %><% if (enhances && enhances.length) { %>Enhances: <%= enhances.join(', ') %> <% } %><% if (preDepends && preDepends.length) { %>Pre-Depends: <%= preDepends.join(', ') %> <% } %><% if (size) { %>Installed-Size: <%= size %> <% } %><% if (maintainer) { %>Maintainer: <%= maintainer %> <% } %><% if (homepage) { %>Homepage: <%= homepage %> <% } %><% if (description) { %>Description: <%= description %> <% } %><% if (productDescription) { %><%= productDescription %><% } %>