2014-06-10 08:42:06 +02:00
|
|
|
# <%= @comment %>
|
2014-07-18 10:51:32 +02:00
|
|
|
<%- if @include_deb then -%>
|
2015-01-21 19:54:37 +01:00
|
|
|
deb <%- if @architecture or @trusted_source -%>
|
|
|
|
[<%- if @architecture %>arch=<%= @architecture %> <% end %><% if @trusted_source %>trusted=yes<% end -%>
|
2015-01-13 16:27:03 +01:00
|
|
|
] <%- end %><%= @location %> <%= @release_real %> <%= @repos %>
|
2014-07-18 10:51:32 +02:00
|
|
|
<%- end -%>
|
2013-05-30 12:28:57 +02:00
|
|
|
<%- if @include_src then -%>
|
2015-01-21 19:54:37 +01:00
|
|
|
deb-src <%- if @architecture or @trusted_source -%>
|
|
|
|
[<%- if @architecture %>arch=<%= @architecture %> <% end %><% if @trusted_source %>trusted=yes<% end -%>
|
2015-01-13 16:27:03 +01:00
|
|
|
] <%- end %><%= @location %> <%= @release_real %> <%= @repos %>
|
2010-04-27 22:38:28 +02:00
|
|
|
<%- end -%>
|