If architecture is provided, an invalid source line is generated (no space between...
authorStefan van Wouw <stefanvanwouw@gmail.com>
Wed, 23 Oct 2013 09:22:33 +0000 (11:22 +0200)
committerStefan van Wouw <stefanvanwouw@gmail.com>
Wed, 23 Oct 2013 09:22:33 +0000 (11:22 +0200)
templates/source.list.erb

index e8b68659406b256b27c991d9d6c53c3534001c65..9946966ee5322dab85336320c1adfba88999381e 100644 (file)
@@ -1,5 +1,5 @@
 # <%= @name %>
-deb <% if @architecture %>[arch=<%= @architecture %>]<% end %><%= @location %> <%= @release_real %> <%= @repos %>
+deb <% if @architecture %>[arch=<%= @architecture %>] <% end %><%= @location %> <%= @release_real %> <%= @repos %>
 <%- if @include_src then -%>
-deb-src <% if @architecture %>[arch=<%= @architecture %>]<% end %><%= @location %> <%= @release_real %> <%= @repos %>
+deb-src <% if @architecture %>[arch=<%= @architecture %>] <% end %><%= @location %> <%= @release_real %> <%= @repos %>
 <%- end -%>