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 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116
|
ruby-foreman (0.85.0-2) unstable; urgency=medium
* Team upload
[ Cédric Boutillier ]
* Update team name
* Add .gitattributes to keep unwanted files out of the source package
[ Antonio Terceiro ]
* Add patch to not remove /tmp after each test.
This breaks autopkgtest approximately 40% of the time. It seems that
sometimes FakeFS is not active,and that ends up removing the real /tmp.
:-o
-- Antonio Terceiro <terceiro@debian.org> Fri, 19 Feb 2021 18:18:01 -0300
ruby-foreman (0.85.0-1) unstable; urgency=medium
* Team upload
[ Antonio Terceiro ]
* Remove myself from Uploaders:
* New upstream version 0.85.0
* Refresh patches
- 0004-port-to-rspec-3.patch: dropped, applied upstream
- 0003-spec_helper-misc-changes-to-run-against-Debian-packa.patch: skip
dropping usage of simplecov; thus add Build-Dependency on ruby-simplecov
- 0001-Look-for-data-in-usr-share-foreman.patch: drop, replace with
passing --gem-install to dh_ruby
* Bump debhelper compat level to 12, and drop debian/compat in favor of a
build dependency on debhelper-compat (= 12)
* debian/rules: cleanup coverage/ on override_dh_auto_clean
* debian/ruby-tests.rake: skip export tests under autopkgtest. This makes it
possible to run all the other tests under autopkgtest, as the export tests
are entangled with the usage of FakeFS.
* set Testsuite: autopkgtest-pkg-ruby
* Bump Standards-Version to 4.4.0; no changes needed
[ Jongmin Kim ]
* d/watch: Use gemwatch.debian.net
* d/control: Use salsa.d.o instead of deprecated anonscm.d.o
* d/control: Bump Standards-Version to 4.3.0 (no actions needed)
* d/control: Bump the compat version to 11
* d/patches: Patch for relaxing the ruby-thor version
[ Utkarsh Gupta ]
* Add salsa-ci.yml
-- Antonio Terceiro <terceiro@debian.org> Sat, 07 Sep 2019 17:44:18 -0300
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
|