1
0
mirror of https://github.com/jordansissel/fpm synced 2025-08-27 03:41:34 +02:00

Allow removal of Vendor field for deb

This commit is contained in:
Nate Brown 2014-10-07 17:55:57 +00:00
parent 7ff5c52fc1
commit 1f4223c49f

@ -1,7 +1,9 @@
Package: <%= name %>
Version: <%= "#{epoch}:" if epoch %><%= version %><%= "-" + iteration.to_s if iteration %>
License: <%= license %>
<% if !vendor.nil? and !vendor.empty? -%>
Vendor: <%= vendor %>
<% end -%>
Architecture: <%= architecture %>
Maintainer: <%= maintainer %>
Installed-Size: <%= attributes[:deb_installed_size] %>