Merge ~mkukri/ubuntu/+source/thin:merge into ubuntu/+source/thin:debian/sid

Proposed by Mate Kukri
Status: Merged
Merge reported by: Mate Kukri
Merged at revision: cb34838c47a9d1fabe9d4204ac7bb9fcf5dc9e38
Proposed branch: ~mkukri/ubuntu/+source/thin:merge
Merge into: ubuntu/+source/thin:debian/sid
Diff against target: 85 lines (+48/-1)
3 files modified
debian/changelog (+44/-0)
debian/control (+2/-1)
debian/ruby-tests.rake (+2/-0)
Reviewer Review Type Date Requested Status
Simon Quigley (community) Approve
Review via email: mp+456430@code.launchpad.net

Commit message

Merge with Debian sid

To post a comment you must log in.
Revision history for this message
Simon Quigley (tsimonq2) wrote :

           . .--. _..._
         .'| |__| .' '.
     .| < | .--.. .-. .
   .' |_ | | | || ' ' |
 .' || | .'''-. | || | | |
'--. .-'| |/.'''. \| || | | |
   | | | / | || || | | |
   | | | | | ||__|| | | |
   | '.'| | | | | | | |
   | / | '. | '. | | | |
   `'-' '---' '---' '--' '--'

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/debian/changelog b/debian/changelog
2index c48a9af..d691486 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,14 @@
6+thin (1.8.1-2ubuntu1) noble; urgency=medium
7+
8+ * Merge with Debian unstable. Remaining changes:
9+ - Fix autopkgtest failure on armhf (LP: 1939086).
10+ + d/ruby-tests.rake: Unset http_proxy env variable.
11+ * Dropped patch now included in Debian:
12+ - d/p/increase-wait-time-for-server-stop.patch: Increase timeout
13+ when waiting for server to stop.
14+
15+ -- Mate Kukri <mate.kukri@canonical.com> Tue, 28 Nov 2023 10:44:51 +0000
16+
17 thin (1.8.1-2) unstable; urgency=medium
18
19 * Team upload.
20@@ -29,6 +40,39 @@ thin (1.8.0-2) unstable; urgency=medium
21
22 -- Lucas Kanashiro <kanashiro@debian.org> Thu, 01 Sep 2022 15:45:50 -0300
23
24+thin (1.8.0-1ubuntu5) lunar; urgency=medium
25+
26+ * No-change upload to remove support for ruby3.0.
27+
28+ -- Lucas Kanashiro <kanashiro@ubuntu.com> Fri, 03 Feb 2023 13:59:07 -0300
29+
30+thin (1.8.0-1ubuntu4) lunar; urgency=medium
31+
32+ * No-change upload to add support for ruby3.1.
33+
34+ -- Lucas Kanashiro <kanashiro@ubuntu.com> Tue, 24 Jan 2023 13:22:53 -0300
35+
36+thin (1.8.0-1ubuntu3) jammy; urgency=medium
37+
38+ * No-change upload due to ruby3.0 transition, remove ruby2.7 support.
39+
40+ -- Lucas Kanashiro <kanashiro@ubuntu.com> Fri, 03 Dec 2021 19:10:48 -0300
41+
42+thin (1.8.0-1ubuntu2) jammy; urgency=medium
43+
44+ * No-change upload due to ruby3.0 transition.
45+
46+ -- Lucas Kanashiro <kanashiro@ubuntu.com> Thu, 18 Nov 2021 11:54:45 -0300
47+
48+thin (1.8.0-1ubuntu1) impish; urgency=medium
49+
50+ * Fix autopkgtest failure on armhf (LP: #1939086).
51+ - d/ruby-tests.rake: Unset http_proxy env variable.
52+ - d/p/increase-wait-time-for-server-stop.patch: Increase timeout
53+ when waiting for server to stop.
54+
55+ -- Sergio Durigan Junior <sergio.durigan@canonical.com> Tue, 31 Aug 2021 15:40:13 -0400
56+
57 thin (1.8.0-1) unstable; urgency=medium
58
59 * Team upload
60diff --git a/debian/control b/debian/control
61index 14e1016..cfb8d85 100644
62--- a/debian/control
63+++ b/debian/control
64@@ -1,7 +1,8 @@
65 Source: thin
66 Section: ruby
67 Priority: optional
68-Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
69+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
70+XSBC-Original-Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
71 Uploaders: Laurent Arnoud <laurent@spkdev.net>
72 Build-Depends: debhelper-compat (= 13),
73 gem2deb (>= 1),
74diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
75index eed366c..9189fdb 100644
76--- a/debian/ruby-tests.rake
77+++ b/debian/ruby-tests.rake
78@@ -1,5 +1,7 @@
79 require 'gem2deb/rake/spectask'
80
81+ENV["http_proxy"] = ""
82+
83 ipv4 = `ip -4 address | grep inet | wc -l`.strip.to_i
84 if ipv4 <= 1
85 puts "W: just loopback interface or none has IPv4 address, this might be a IPv6 builder. Skipping some tests..."

Subscribers

People subscribed via source and target branches