New Upstream Release - ruby-thwait

Ready changes

Summary

Merged new upstream version: 0.2.0 (was: 0.1.0).

Resulting package

Built on 2022-03-14T05:40 (took 2m4s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-releases ruby-thwait

Lintian Result

Diff

diff --git a/.gitignore b/.gitignore
index 9106b2a..4ea5798 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,3 +6,4 @@
 /pkg/
 /spec/reports/
 /tmp/
+Gemfile.lock
diff --git a/Gemfile b/Gemfile
index d2fceab..2069b3c 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,3 +3,6 @@ source "https://rubygems.org"
 git_source(:github) {|repo_name| "https://github.com/#{repo_name}" }
 
 gemspec
+
+gem "bundler"
+gem "rake"
diff --git a/debian/changelog b/debian/changelog
index ddfb06c..cb9d46a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,12 +1,13 @@
-ruby-thwait (0.1.0-3) UNRELEASED; urgency=low
+ruby-thwait (0.2.0-1) UNRELEASED; urgency=low
 
   * Set field Upstream-Contact in debian/copyright.
   * Remove obsolete fields Contact, Name from debian/upstream/metadata (already
     present in machine-readable debian/copyright).
   * Bump debhelper from old 12 to 13.
   * Update standards version to 4.5.1, no changes needed.
+  * New upstream release.
 
- -- Debian Janitor <janitor@jelmer.uk>  Fri, 04 Sep 2020 03:30:16 -0000
+ -- Debian Janitor <janitor@jelmer.uk>  Mon, 14 Mar 2022 05:38:24 -0000
 
 ruby-thwait (0.1.0-2) unstable; urgency=medium
 
diff --git a/lib/thwait.rb b/lib/thwait.rb
index 541fe1e..fe33eb2 100644
--- a/lib/thwait.rb
+++ b/lib/thwait.rb
@@ -89,6 +89,7 @@ class ThreadsWait
     @threads.concat threads
     for th in threads
       Thread.start(th) do |t|
+        Thread.current.report_on_exception = false
         begin
           t.join
         ensure
diff --git a/lib/thwait/version.rb b/lib/thwait/version.rb
index a3ffb3a..1f786c4 100644
--- a/lib/thwait/version.rb
+++ b/lib/thwait/version.rb
@@ -1,3 +1,3 @@
 class ThreadsWait
-  VERSION = "0.1.0"
+  VERSION = "0.2.0"
 end
diff --git a/thwait.gemspec b/thwait.gemspec
index fc03942..90d7ab3 100644
--- a/thwait.gemspec
+++ b/thwait.gemspec
@@ -21,6 +21,5 @@ Gem::Specification.new do |spec|
   spec.executables   = spec.files.grep(%r{^exe/}) { |f| File.basename(f) }
   spec.require_paths = ["lib"]
 
-  spec.add_development_dependency "bundler", "~> 1.16"
-  spec.add_development_dependency "rake", "~> 10.0"
+  spec.add_dependency "e2mmap"
 end

Debdiff

[The following lists of changes regard files as different if they have different names, permissions or owners.]

Files in second set of .debs but not in first

-rw-r--r--  root/root   /usr/share/rubygems-integration/all/gems/thwait-0.2.0/lib/thwait.rb
-rw-r--r--  root/root   /usr/share/rubygems-integration/all/gems/thwait-0.2.0/lib/thwait/version.rb
-rw-r--r--  root/root   /usr/share/rubygems-integration/all/specifications/thwait-0.2.0.gemspec

Files in first set of .debs but not in second

-rw-r--r--  root/root   /usr/share/rubygems-integration/all/gems/thwait-0.1.0/lib/thwait.rb
-rw-r--r--  root/root   /usr/share/rubygems-integration/all/gems/thwait-0.1.0/lib/thwait/version.rb
-rw-r--r--  root/root   /usr/share/rubygems-integration/all/specifications/thwait-0.1.0.gemspec

Control files: lines which differ (wdiff format)

  • Ruby-Versions: all

More details

Full run details