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

⌈⌋ ⎇ branch:  cross package maker


Artifact [fc43fc7ca4]

Artifact fc43fc7ca4f617f9e116e8f10865459e6a73216c:

  • File CHANGELIST — part of check-in [8df88c756f] at 2011-05-18 08:24:37 on branch trunk — - oops. (user: jls@semicomplete.com size: 925)
  • File lib/fpm/CHANGELIST — part of check-in [8c3d537d3e] at 2011-05-18 08:22:45 on branch trunk — - add changelist! (user: jls@semicomplete.com size: 925)

0.2.27 (May 18, 2011)
  - If present, DEBEMAIL and DEBFULLNAME environment variables will be used as
    the default maintainer. Previously the default was simply <$user@$hostname>
    https://github.com/jordansissel/fpm/issues/37
  - Add '--replaces' flag for specifying packages replaced by the one you are
    building. This only functions in .deb packages now until I find a suitable
    synonym in RPM.
  - Add --python-bin and --python-easyinstall flags. This lets you choose specific
    python and easy_install tools to use when building. Default is simply
    'python' and 'easy_install' respectively.
  - Add support for ~/.fpmrc - The format of this file is the same as the flags.
    One flag per line. https://github.com/jordansissel/fpm/issues/38
    Example:
      --python-bin=/usr/bin/python2.7
      --python-easyinstall=/usr/bin/easy_install2.7
    
0.2.26 and earlier
  No changelist tracked. My bad, yo.