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
|
ruby-test-spec (0.10.0-3.1) unstable; urgency=medium
* Non maintainer upload by the Reproducible Builds team.
* No source change upload to rebuild on buildd with .buildinfo files.
-- Holger Levsen <holger@debian.org> Fri, 08 Jan 2021 13:46:45 +0100
ruby-test-spec (0.10.0-3) unstable; urgency=medium
* Set urgency to medium, as an RC bug is closed.
* debian/control:
+ remove obsolete DM-Upload-Allowed flag
+ use canonical URI in Vcs-* fields
+ update email address
+ bump Standards-Version to 3.9.4 (no changes needed)
* debian/copyright:
+ use DEP5 copyright-format/1.0 official URL for Format field
+ update my email and years
* debian/patches/0100_remove_bundler_rubygems_stuff.patch:
modify to use upstream patch, so that ruby-test-spec works with newer
ruby-test-unit, fixing FTBFS of ruby-test-spec and ruby-prawn.
(Closes: #713164, #713172)
-- Cédric Boutillier <boutil@debian.org> Sun, 23 Jun 2013 00:23:29 +0200
ruby-test-spec (0.10.0-2) unstable; urgency=low
* Bump build dependency on gem2deb to >= 0.3.0~
-- Cédric Boutillier <cedric.boutillier@gmail.com> Wed, 27 Jun 2012 00:01:39 +0200
ruby-test-spec (0.10.0-1) unstable; urgency=low
* Initial release (Closes: #642364)
* add a manpage for specrb
* add a few patches:
+ 0010-disable_invalid_test_exception.patch
do not throw uncatched :invalid_test exception
+ 0020-remove_load_path_manipulations_in_tests.patch
+ 0030-fix_require_path_in_examples.patch
find and use system-wide installed lib
-- Cédric Boutillier <cedric.boutillier@gmail.com> Sat, 10 Sep 2011 23:50:58 +0200
|