1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
|
ruby-beaneater (1.0.0-1) unstable; urgency=medium
* New upstream release.
* Remove test/pool_test.rb and test/pool_command_test.rb from the ruby test
lists: pool support dropped upstream.
* Build-Depend on ruby-minitest. Fixes FTBFS due to test suite failure
(Closes: #789088).
-- Apollon Oikonomopoulos <apoikos@debian.org> Fri, 10 Jul 2015 14:38:15 +0300
ruby-beaneater (0.3.3-1) unstable; urgency=medium
* Initial release (Closes: #770387)
* Split upstream's test suite in two parts:
+ Run tests not requiring a running beanstalkd instance during the build.
+ Run all tests, including those requiring beanstalkd, as DEP-8 tests.
-- Apollon Oikonomopoulos <apoikos@debian.org> Fri, 21 Nov 2014 14:16:44 +0200
|