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

⌈⌋ ⎇ branch:  cross package maker


Check-in [8c3d537d3e]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:- add changelist!
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 8c3d537d3ece401ecf6b3daf6c97ebf6198dc399
User & Date: jls@semicomplete.com 2011-05-18 08:22:45
Context
2011-05-18
08:23
- version bump and add changelist check-in: 8028833faf user: jls@semicomplete.com tags: trunk
08:22
- add changelist! check-in: 8c3d537d3e user: jls@semicomplete.com tags: trunk
08:17
- use DEBEMAIL and DEBFULLNAME from environment as the default maintainer. https://github.com/jordansissel/fpm/issues/37 - remove some print statements that we don't need check-in: d8dda5bcd9 user: jls@semicomplete.com tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Added lib/fpm/CHANGELIST.





































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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.