mirror of
https://github.com/jordansissel/fpm
synced 2024-12-22 00:34:15 +01:00
37f56269c3
In order to support packaging upload, the distribution must be set/aligned in changelog and changes files. Required for example inside dput-ng repo upload app.
6 lines
336 B
Plaintext
6 lines
336 B
Plaintext
<%= name %> (<%= "#{epoch}:" if epoch %><%= version %><%= "-" + iteration.to_s if iteration %>) <%= distribution %>; urgency=medium
|
|
|
|
* Package created with FPM.
|
|
|
|
-- <%= maintainer %> <%= (if attributes[:source_date_epoch].nil? then Time.now() else Time.at(attributes[:source_date_epoch].to_i) end).strftime("%a, %d %b %Y %T %z") %>
|