Skip to content

Commit

Permalink
Add space on changes.erb to conform with debian specs
Browse files Browse the repository at this point in the history
  • Loading branch information
loic.chabert authored and jordansissel committed Oct 3, 2022
1 parent 37f5626 commit 788387c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/deb/deb.changes.erb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Description: <%= firstline %>
<%= remainder.collect { |l| l =~ /^ *$/ ? " ." : " #{l}" }.join("\n") %>
<% end -%>
Changes:
<%= name %> (<%= "#{epoch}:" if epoch %><%= version %><%= "-" + iteration.to_s if iteration %>) <%= distribution %>; urgency=medium
<%= name %> (<%= "#{epoch}:" if epoch %><%= version %><%= "-" + iteration.to_s if iteration %>) <%= distribution %>; urgency=medium
* Package created with FPM.
Checksums-Sha1:
<% changes_files.each do |file| -%>
Expand Down

0 comments on commit 788387c

Please sign in to comment.