[DRE-maint] Bug#769730: unblock: ruby-bogus/0.1.5-3

Cédric Boutillier boutil at debian.org
Sat Nov 15 22:30:34 UTC 2014


Package: release.debian.org
Severity: normal
User: release.debian.org at 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
-------------- next part --------------
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 <boutil at 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 at 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 473 bytes
Desc: Digital signature
URL: <http://lists.alioth.debian.org/pipermail/pkg-ruby-extras-maintainers/attachments/20141115/3a2acf5b/attachment-0001.sig>


More information about the Pkg-ruby-extras-maintainers mailing list