Commit Graph

1500 Commits

Author SHA1 Message Date
Bulat Shakirzyanov e7348d956a don't replace dashes 2013-12-17 16:55:44 -08:00
Jordan Sissel 0e78dc1b19 Make --config-files relative to package when using 'deb' target.
This fixes a bug where --config-files /path/to would accidentally try
to look at the host machine's /path/to instead of something relative to
the package itself.
2013-12-07 16:10:35 -08:00
Jordan Sissel ae5c0c9bcf - add release date. 2013-12-05 23:38:49 -08:00
Jordan Sissel 99d4d1b9c0 0.4.x has been stable for quite some time, let's put on a little bow tie
and call ourselves 1.0.0!
2013-12-05 23:37:47 -08:00
Jordan Sissel 02ab76c3c2 Udate changelog 0.4.42 .. 589c40214b 2013-12-05 23:37:16 -08:00
Jordan Sissel 589c40214b Merge pull request #556 from r4um/issue-554
Fixes #554 do not map existing paths with = in them
2013-12-05 23:03:27 -08:00
Jordan Sissel 70ac6b92d5 Revert "Adjust for multidir pip"
This reverts commit 2e4110f090.
2013-12-05 23:03:00 -08:00
Jordan Sissel 97880beca8 Merge pull request #561 from r4um/fifo-handling
Closes #539 Correct mknod implementation
2013-12-05 23:02:36 -08:00
Jordan Sissel 1157bc8d42 Merge pull request #565 from avalanche123/fix-excludes
remove trailing slash added by --prefix
2013-12-05 23:01:43 -08:00
Jordan Sissel 6f51ee9729 Merge pull request #573 from miked63017/master
Allowed for MYMETA files in cpan source
2013-12-05 22:55:48 -08:00
Jordan Sissel 9abc991890 Merge pull request #582 from ketan/improve-documentation
Improve the documentation.
2013-12-05 22:54:40 -08:00
Jordan Sissel 052f53c711 Add test coverage for #585 2013-12-05 22:47:55 -08:00
Jordan Sissel 17d38f22de - fix whitespace 2013-12-05 22:40:59 -08:00
Jordan Sissel 772348247b Merge pull request #585 from stepanstipl/master
Respect rubygem(package) form with custom gem package name prefix
2013-12-05 22:39:54 -08:00
Jordan Sissel ed9be1399b Merge pull request #588 from djhaskin987/patch-1
Add .tar in the sources section
2013-12-05 22:24:53 -08:00
Jordan Sissel ff2126449d Add test coverage for #591
This also required fixing some bugs where FPM::Package::Deb mistakenly
made 'provides' a string (in the tests and in the 'input' method)
2013-12-05 22:23:43 -08:00
Jordan Sissel 2ffa1b1fde Update changelist 2013-12-05 22:11:39 -08:00
Jordan Sissel 4d492a8202 Merge pull request #591 from econnell/master
Fix for Provides section with underscores
2013-12-05 22:11:03 -08:00
Jordan Sissel 100310e6dc Merge pull request #593 from samcrang/correct_md5sums_permissions
Correct permissions for `md5sums`.
2013-12-05 22:08:53 -08:00
Sam Crang ac5148b205 Correct permissions for `md5sums`. 2013-11-28 14:13:11 +00:00
Eric Connell 8527b725b1 ok, for real this time. fix some formatting 2013-11-26 21:56:08 +00:00
Eric Connell 926e85ba78 fixed some MORE formatting 2013-11-26 21:53:25 +00:00
Eric Connell 8b31718f3e fixed some formatting and added a step to run make 2013-11-26 21:52:30 +00:00
Eric Connell 1608b0a982 added instructions on how to fork, clone, push, create pull request, etc 2013-11-26 21:46:06 +00:00
Eric Connell 9d599c9ad4 tabs vs. spaces 2013-11-26 20:48:01 +00:00
Eric Connell 8a64845efc translate underscores to dashes when calculating the "Provides" section of the control file 2013-11-26 20:46:02 +00:00
Stepan Stipl a3110c68f8 Added comments 2013-11-24 18:40:25 +00:00
Daniel Haskin a674985131 Add .tar in the sources section
I've used -s tar for a while and it works for me.
2013-11-21 10:50:18 -07:00
Stepan Stipl c2cd65d8bb I suppose we don't always need to contain version 2013-11-12 01:35:17 +00:00
Stepan Stipl 866759f691 Add support for rubygem(name) format when different gem prefix than just rubygem is used 2013-11-12 01:23:11 +00:00
Ketan Padegaonkar e9692952f9 Improve the documentation.
The --directories flag marks a directory recursively owned by the package (#245, #293, #294)
2013-11-09 10:11:13 +05:30
Jordan Sissel 015905e0bf Merge pull request #547 from cchandler/master
Bugfix: filenames w/ special characters and permissions
2013-10-29 14:37:58 -07:00
Jordan Sissel c9e7b3972a 'make test' runs tests now... 2013-10-29 14:30:44 -07:00
Jordan Sissel aa32814baf Merge pull request #567 from bakins/smartos
Smartos pkgsrc initial rough support
2013-10-29 14:03:57 -07:00
Jordan Sissel 35ecac0979 Merge pull request #575 from brutasse/fix/unicode
Fix get_metadata to handle unicode strings
2013-10-29 13:12:52 -07:00
Jordan Sissel b62c71a6b1 Merge pull request #538 from jkanywhere/convert-with-default-attrs
Convert with default attrs
2013-10-22 21:35:13 -07:00
Jordan Sissel 649b534a86 Merge pull request #530 from chakkakuru/master
Help text fix
2013-10-22 21:34:06 -07:00
Jordan Sissel aeb5374c68 Merge pull request #528 from cdodd/master
Fixed typo in spec file template
2013-10-22 21:24:15 -07:00
Bruno Renié 2be6d20b41 Normalize unicode handling only around author 2013-10-21 22:25:07 +02:00
Bruno Renié 6cdbd0f117 Fix get_metadata to handle unicode strings
get_metadata was failing with non-ascii `author` fields on Python 2. This
brings Python 3's unicode behaviour: all strings are unicode without having to
prefix them with `u''`s.

This works with every python version >= 2.6.
2013-10-21 13:59:23 +02:00
Michael Donlon 2e4110f090 Adjust for multidir pip 2013-10-10 20:22:05 -04:00
Michael Donlon 1fc84dae9c Allowed for install of local cpan module 2013-10-10 19:43:39 -04:00
Michael Donlon 3271d6eaff Allowed for MYMETA files in cpan source 2013-10-10 19:31:23 -04:00
bakins ba1bbeac29 very rough initial pkgin support for fpm 2013-10-04 14:14:21 -04:00
bakins 1f6789621f Add pkgin 2013-10-04 14:13:11 -04:00
bakins da9eb7cf74 add smartos 2013-10-04 14:10:32 -04:00
Bulat Shakirzyanov c0af3f3931 remove trailing slash added by --prefix 2013-10-01 21:20:13 -07:00
Pranay Kanwar 4f2ef637a9 #539 Correct mknod implementation 2013-09-25 23:30:06 +05:30
Adam Stephens 16bc292021 Merge remote-tracking branch 'upstream/master'
Conflicts:
	templates/rpm.erb
2013-09-25 10:07:10 -04:00
Pranay Kanwar 89d3642124 Fixes #554 do not map existing paths with = in them 2013-09-19 15:55:57 +05:30