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

⌈⌋ ⎇ branch:  cross package maker


Check-in [a4fd8e4df7]

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

Overview
Comment:actually require the new code
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: a4fd8e4df754498efdec84c93a9859620f53923d
User & Date: jjmadkisson@gmail.com 2011-01-06 02:34:42
Context
2011-01-06
02:36
Merge branch 'jayferd_sources_and_builder' check-in: 7d84ce2616 user: jjmadkisson@gmail.com tags: trunk
02:34
actually require the new code check-in: a4fd8e4df7 user: jjmadkisson@gmail.com tags: trunk
02:33
use accessors in the templates so the source can override them check-in: e7daa2b743 user: jjmadkisson@gmail.com tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to lib/fpm.rb.

1


2
3




require "fpm/namespace"


require "fpm/package"
require "fpm/deb"





>
>


>
>
>
>
1
2
3
4
5
6
7
8
9
require "fpm/namespace"
require "fpm/builder"

require "fpm/package"
require "fpm/deb"
require "fpm/rpm"

require "fpm/source"
require "fpm/dir"