Cross package maker. DEB/RPM generation or conversion. Derived from jordansissel/fpm.

⌈⌋ ⎇ branch:  cross package maker


Artifact [83b91184da]

Artifact 83b91184da4a5b07d49a697e1e28a798079248c3:

  • File templates/deb/changelog.erb — part of check-in [0621e54420] at 2014-10-25 04:07:46 on branch trunk — deb: Always provide a "changes" file lintian in Ubuntu 14.04 now errors when a file /usr/share/NAME/changelog.Debian.gz doesn't exist. In the spirit of respecting lintian's meaningful errors, this commit fixes that error. The new behavior is that a changelog file is *always* provided. If the --deb-changelog flag is not given, then fpm will produce a default one based on the package being built in hope that it satisfies lintian. With this commit, the lintian rspec test passes on Ubuntu 14.04. Fixes #784 (user: jls@semicomplete.com size: 235)

<%= name %> (<%= "#{epoch}:" if epoch %><%= version %><%= "-" + iteration.to_s if iteration %>) whatever; urgency=medium

  * Package created with FPM.

 -- <%= maintainer %>[two spaces]  <%= Time.now.strftime("%a, %d %b %Y %T %z") %>