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