1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66
|
ruby-foreman (0.82.0-2) unstable; urgency=medium
* Add patch 0004-port-to-rspec-3.patch to port to RSpec 3, and drop usage of
`rr` which is causing problems in the test suite after `rr` 1.2 was
uploaded. (Closes: #840690)
-- Antonio Terceiro <terceiro@debian.org> Wed, 02 Nov 2016 19:37:31 -0200
ruby-foreman (0.82.0-1) unstable; urgency=medium
[ Cédric Boutillier ]
* Bump debhelper compatibility level to 9
* Remove version in the gem2deb build-dependency
* Use https:// in Vcs-* fields
* Bump Standards-Version to 3.9.7 (no changes needed)
* Run wrap-and-sort on packaging files
[ Antonio Terceiro ]
* New upstream release
* Refresh patches
* 0002-Port-tests-to-fakefs-0.4.patch: dropped, applied upstream
* Refresh packaging with a new run of `dh-make-ruby -w`
* Drop -doc package; this package is not supposed to be used as a library,
so there is no point in providing API documentation.
* New build-dependency: ruby-bundler
* debian/ruby-tests.rake: pass rspec options for a verbose test log
-- Antonio Terceiro <terceiro@debian.org> Tue, 19 Jul 2016 09:33:32 -0300
ruby-foreman (0.78.0-3) unstable; urgency=medium
* Run tests in a specific order (Closes: #809594)
.
When running in random orders, for some specific orders the first test
from spec/foreman/cli_spec.rb will always fail in a very weird way that I
could not reproduce in any way outside of this package tests.
-- Antonio Terceiro <terceiro@debian.org> Sat, 09 Jan 2016 20:46:41 -0200
ruby-foreman (0.78.0-2) unstable; urgency=medium
* 0003-spec_helper-misc-changes-to-run-against-Debian-packa.patch: update to
call `$ruby -S bundler` where $ruby is the binary for current interpreter.
Should fix intermitent FTBFS.
-- Antonio Terceiro <terceiro@debian.org> Fri, 11 Sep 2015 09:42:34 -0300
ruby-foreman (0.78.0-1) unstable; urgency=medium
[ Lucas Nussbaum ]
* Fix typo in Maintainer email address.
[ Antonio Terceiro ]
* New upstream release
-- Antonio Terceiro <terceiro@debian.org> Thu, 10 Sep 2015 20:13:25 -0300
ruby-foreman (0.77.0-1) unstable; urgency=low
[ Per Andersson ]
* Initial release (Closes: #711811)
[ Antonio Terceiro ]
* Update to to new upstream release.
-- Antonio Terceiro <terceiro@debian.org> Wed, 04 Feb 2015 13:07:00 -0200
|