Package: release.debian.org Severity: normal User: release.debian....@packages.debian.org Usertags: unblock
Please unblock package ruby-bogus. The version 0.1.5-3 entering unstable closes a bug (#768612) related to a missing build-dependency in Jessie. Indeed, the version currently in Jessie build-depend on ruby-activerecord-nulldb-adapter, which is used only to run a few tests, and could not be modified easily in time for Jessie due to incompatibility with rails 4. Version 0.1.5-3 drops that build-dependency and skips the related tests. See the debdiff attached. Best wishes, Cédric unblock ruby-bogus/0.1.5-3 -- System Information: Debian Release: jessie/sid APT prefers unstable APT policy: (990, 'unstable'), (500, 'testing'), (100, 'experimental') Architecture: amd64 (x86_64) Foreign Architectures: i386 Kernel: Linux 3.16.0-4-amd64 (SMP w/4 CPU cores) Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
diff -Nru ruby-bogus-0.1.5/debian/changelog ruby-bogus-0.1.5/debian/changelog --- ruby-bogus-0.1.5/debian/changelog 2014-07-15 14:21:47.000000000 +0200 +++ ruby-bogus-0.1.5/debian/changelog 2014-11-15 16:01:53.000000000 +0100 @@ -1,3 +1,11 @@ +ruby-bogus (0.1.5-3) unstable; urgency=medium + + * Do not build-depend on ruby-activerecord-nulldb-adapter (not in Jessie) + (It was used just for tests) + * Exclude tests using ruby-activerecord-nulldb-adapter + + -- Cédric Boutillier <bou...@debian.org> Sat, 15 Nov 2014 16:01:52 +0100 + ruby-bogus (0.1.5-2) unstable; urgency=medium * Add missing dependency on ruby-dependor diff -Nru ruby-bogus-0.1.5/debian/control ruby-bogus-0.1.5/debian/control --- ruby-bogus-0.1.5/debian/control 2014-07-15 14:21:22.000000000 +0200 +++ ruby-bogus-0.1.5/debian/control 2014-11-15 15:34:10.000000000 +0100 @@ -5,7 +5,6 @@ Uploaders: Cédric Boutillier <bou...@debian.org> Build-Depends: debhelper (>= 7.0.50~), gem2deb (>= 0.7.5~), - ruby-activerecord-nulldb-adapter, ruby-dependor, ruby-minitest, ruby-rr, diff -Nru ruby-bogus-0.1.5/debian/ruby-tests.rake ruby-bogus-0.1.5/debian/ruby-tests.rake --- ruby-bogus-0.1.5/debian/ruby-tests.rake 2014-06-23 05:50:14.000000000 +0200 +++ ruby-bogus-0.1.5/debian/ruby-tests.rake 2014-11-15 15:52:26.000000000 +0100 @@ -1,5 +1,9 @@ require 'rspec/core/rake_task' -RSpec::Core::RakeTask.new(:spec) +RSpec::Core::RakeTask.new(:spec) do |t| + t.pattern = FileList.new('spec/**/*_spec.rb') do |fl| + fl.exclude 'spec/bogus/fakes/fake_ar_attributes_spec.rb' + end +end task :default => :spec
signature.asc
Description: Digital signature
_______________________________________________ Pkg-ruby-extras-maintainers mailing list Pkg-ruby-extras-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers