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

⌈⌋ ⎇ branch:  cross package maker


Check-in [8df88c756f]

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

Overview
Comment:- oops.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 8df88c756fc453906b9a5b310004b8c480790e2b
User & Date: jls@semicomplete.com 2011-05-18 08:24:37
Context
2011-05-18
19:06
- use "Obsoletes" in rpm when --replaces is given. check-in: c91c86ff8a user: jls@semicomplete.com tags: trunk
08:24
- oops. check-in: 8df88c756f user: jls@semicomplete.com tags: trunk
08:23
- version bump and add changelist check-in: 8028833faf user: jls@semicomplete.com tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Added 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.

Deleted 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.
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<
<