2014-06-10 08:42:06 +02:00
|
|
|
# <%= @comment %>
|
2015-03-05 17:37:51 +01:00
|
|
|
<%- if @_include['deb'] then -%>
|
2015-03-05 20:23:38 +01:00
|
|
|
deb <%- if @architecture or @allow_unsigned -%>
|
|
|
|
[<%- if @architecture %>arch=<%= @architecture %> <% end %><% if @allow_unsigned %>trusted=yes<% end -%>
|
2015-02-20 00:35:47 +01:00
|
|
|
] <%- end %><%= @location %> <%= @release %> <%= @repos %>
|
2014-07-18 10:51:32 +02:00
|
|
|
<%- end -%>
|
2015-03-05 17:37:51 +01:00
|
|
|
<%- if @_include['src'] then -%>
|
2015-03-05 20:23:38 +01:00
|
|
|
deb-src <%- if @architecture or @allow_unsigned -%>
|
|
|
|
[<%- if @architecture %>arch=<%= @architecture %> <% end %><% if @allow_unsigned %>trusted=yes<% end -%>
|
2015-02-20 00:35:47 +01:00
|
|
|
] <%- end %><%= @location %> <%= @release %> <%= @repos %>
|
2010-04-27 22:38:28 +02:00
|
|
|
<%- end -%>
|