Your message dated Sat, 15 Nov 2014 23:42:46 +0100 with message-id <20141115224244.GA26147@ugent.be> and subject line Re: unblock: ruby-bogus/0.1.5-3 has caused the Debian Bug report #769730, regarding unblock: ruby-bogus/0.1.5-3 to be marked as done. This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact owner@bugs.debian.org immediately.) -- 769730: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=769730 Debian Bug Tracking System Contact owner@bugs.debian.org with problems
--- Begin Message ---
- To: Debian Bug Tracking System <submit@bugs.debian.org>
- Subject: unblock: ruby-bogus/0.1.5-3
- From: Cédric Boutillier <boutil@debian.org>
- Date: Sat, 15 Nov 2014 23:30:34 +0100
- Message-id: <[🔎] 20141115223034.GA15534@spin>
Package: release.debian.org Severity: normal User: release.debian.org@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/dashdiff -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 <boutil@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 <boutil@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 => :specAttachment: signature.asc
Description: Digital signature
--- End Message ---
--- Begin Message ---
- To: Cédric Boutillier <boutil@debian.org>, 769730-done@bugs.debian.org
- Subject: Re: unblock: ruby-bogus/0.1.5-3
- From: Ivo De Decker <ivodd@debian.org>
- Date: Sat, 15 Nov 2014 23:42:46 +0100
- Message-id: <20141115224244.GA26147@ugent.be>
- In-reply-to: <[🔎] 20141115223034.GA15534@spin>
- References: <[🔎] 20141115223034.GA15534@spin>
Hi, On Sat, Nov 15, 2014 at 11:30:34PM +0100, Cédric Boutillier wrote: > 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. Unblocked. Cheers, Ivo
--- End Message ---