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

⌈⌋ ⎇ branch:  cross package maker


Timeline

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

37 check-ins using file test/dir-deb-with-debconf.test version 7a7298f583

2012-02-22
23:10
- update changelist for 0.3.12 check-in: 35ee49c8a5 user: jls@semicomplete.com tags: trunk, v0.3.12
2012-02-20
20:45
Merge pull request #140 from ohookins/minitest Add beginnings of MiniTest::Spec support, and some basic template tests. check-in: e5c9b05d6e user: jls@semicomplete.com tags: trunk
20:40
Merge pull request #157 from ploubser/master Added vendor and license meta data to rpm and deb packages check-in: bdb48a4036 user: jls@semicomplete.com tags: trunk
2012-02-18
17:18
- Updated builder to include license and vendor - Moved vendor data in debian erb check-in: 66ddad80d4 user: pieter.loubser@puppetlabs.com tags: trunk
16:43
- Added license meta data to packages - Added vendor meta data to packages check-in: a6bf905e44 user: pieter.loubser@puppetlabs.com tags: trunk
06:22
Moved to 'ruby-arr-pm' project check-in: ec620640b0 user: jls@semicomplete.com tags: trunk
2012-02-14
19:42
Merge pull request #152 from agaffney/master Add support for PEAR check-in: 7c62316dd2 user: jls@semicomplete.com tags: trunk
2012-02-07
17:55
Merge pull request #154 from dansimau/master Fix #153: Maintainer is not used when building rpm targets check-in: 108b6f28f8 user: jls@semicomplete.com tags: trunk
11:38
Add maintainer value (packager) RPM spec file in RPM target. check-in: e993163f6f user: dan@dans.im tags: trunk
2012-02-03
20:38
Add PEAR support check-in: de11005c30 user: andrew@agaffney.org tags: trunk
2012-02-02
16:08
Merge pull request #146 from zllak/bug/deb Try to make packages built from python sources sanely named. check-in: 238efb084b user: jls@semicomplete.com tags: trunk
16:05
Merge pull request #149 from nareshov/rpmbuild-define forgot to include the defines method for upstream merge check-in: 12cdfc9ac5 user: jls@semicomplete.com tags: trunk
13:45
forgot to include the defines method for upstream merge check-in: 3c56b0310c user: nareshov@gmail.com tags: trunk
2012-01-27
10:24
clarify with a comment the package name sanitization check-in: d1490ef0fa user: zllak@hycik.org tags: trunk
2012-01-26
15:49
avoid removing the "python" in a package name if not followed by a dash Example is "pythonweb", which would have been put as a dependency as "python-web", instead of "python-pythonweb" check-in: 1efe768b12 user: zllak@hycik.org tags: trunk
15:48
sanitize output python package name When building python deb packages from PyPI, some packages starting with python- will end up being named python-python-xxx. So, this commit avoid adding the prefix+suffix before the package name check-in: ac773e0669 user: zllak@hycik.org tags: trunk
2012-01-24
17:46
Merge pull request #145 from zllak/bug/deb Problems with deb python packages - Rename pypi packages literally named 'python-foo' to simply be 'foo' so the resulting debian package is 'python-foo' - Improve dependency version handling for python sources check-in: 797d8f6cc4 user: jls@semicomplete.com tags: trunk
17:30
do not add the prefix "python" if already in the dependency name Packages found on PyPI can be named "python-xx" (like python-dateutil). This was building packages with "python-python-dateutil" as dependency check-in: b19e27b73b user: zllak@hycik.org tags: trunk
17:30
handles correctly dependencies versions from setup.py Something, dependencies can be: python-dateutil>=1.5.0,<2.0.0 This case was not supported, and was building wrong packages. check-in: b03c17e0ca user: zllak@hycik.org tags: trunk
2012-01-02
11:15
Add beginnings of MiniTest::Spec support, and some basic template tests. check-in: 5279f5e5af user: ohookins@gmail.com tags: trunk
2011-12-20
19:23
Merge pull request #137 from rajatvig/master Fixed the issues for Gems when making RPM's check-in: b5610e0be5 user: jls@semicomplete.com tags: trunk
19:22
Merge pull request #136 from nareshov/rpmbuild-define Add new option to pass --define arguments to rpmbuild. check-in: 25fd90db67 user: jls@semicomplete.com tags: trunk
19:18
upped the version check-in: 8b5f68dd62 user: rajat.vig@gmail.com tags: trunk
19:05
fixed the error in the template check-in: c2acc02a59 user: rajat.vig@gmail.com tags: trunk
18:45
fixed the failures on sprockets, faraday, polyglot and sinatra check-in: c9a1d2c15e user: rajat.vig@gmail.com tags: trunk
10:44
Add new option to pass --define arguments to rpmbuild. check-in: 585e493e31 user: nareshov@gmail.com tags: trunk
2011-12-15
00:21
Merge pull request #135 from mblair/master Make a comment just a tad bit more accurate. check-in: d4dcb095f5 user: jls@semicomplete.com tags: trunk
00:17
Make a comment accurate. check-in: e2c3362097 user: me@matthewblair.net tags: trunk
2011-12-11
19:02
Merge pull request #134 from pjjw/osx-fixes add'l osx fixes check-in: 3a766fa0d5 user: jls@semicomplete.com tags: trunk
18:59
Merge pull request #133 from dpeters/basedir_with_prefix enable setting BASEDIR for Solaris packages, via --prefix check-in: 7e45193867 user: jls@semicomplete.com tags: trunk
07:38
pull FPM::Source#tar_cmd into util.rb, use tar_cmd to generate dpkg control file, use numbers for owner/group check-in: fadbe879bb user: peter@shortbus.org tags: trunk
07:33
Merge branch 'master' into osx-fixes check-in: dac5ef5fd0 user: peter@shortbus.org tags: trunk
2011-12-09
19:57
enable setting BASEDIR for Solaris packages, via --prefix check-in: 8c04990409 user: devon.peters@gmail.com tags: trunk
2011-12-05
08:51
Merge pull request #130 from ebastien/debian-config Support for debconf control files in Debian target check-in: 84615edd5f user: jls@semicomplete.com tags: trunk
2011-12-04
13:14
Fix wrong arguments split on safesystem call. check-in: f70ca3166c user: os@ebastien.name tags: trunk
12:40
Merge from master; rewriting calls to safesystem(). check-in: 087c7d3b6c user: os@ebastien.name tags: trunk
2011-11-30
10:28
Add a test for debconf support. check-in: 8c7e8a005b user: os@ebastien.name tags: trunk