Merge ~pushkarnk/ubuntu/+source/ruby-launchy-shim:merge-2089758-plucky into ubuntu/+source/ruby-launchy-shim:debian/sid

Proposed by Pushkar Kulkarni
Status: Needs review
Proposed branch: ~pushkarnk/ubuntu/+source/ruby-launchy-shim:merge-2089758-plucky
Merge into: ubuntu/+source/ruby-launchy-shim:debian/sid
Diff against target: 55 lines (+18/-1)
3 files modified
Rakefile (+1/-0)
debian/changelog (+15/-0)
debian/control (+2/-1)
Reviewer Review Type Date Requested Status
Simon Quigley (community) Approve
git-ubuntu import Pending
Review via email: mp+477322@code.launchpad.net
To post a comment you must log in.
Revision history for this message
Pushkar Kulkarni (pushkarnk) wrote :

I did a test build in ppa:pushkarnk/plusone. And here are the autopkgtest results

* Results:
  - ruby-launchy-shim: plucky/ruby-launchy-shim/2.3.0.2ubuntu1 [amd64]
    + ✅ ruby-launchy-shim on plucky for amd64 @ 28.11.24 05:16:43
      • Log: https://autopkgtest.ubuntu.com/results/autopkgtest-plucky-pushkarnk-plusone/plucky/amd64/r/ruby-launchy-shim/20241128_051643_af7cb@/log.gz
  - ruby-launchy-shim: plucky/ruby-launchy-shim/2.3.0.2ubuntu1 [arm64]
    + ✅ ruby-launchy-shim on plucky for arm64 @ 28.11.24 05:32:24
      • Log: https://autopkgtest.ubuntu.com/results/autopkgtest-plucky-pushkarnk-plusone/plucky/arm64/r/ruby-launchy-shim/20241128_053224_189ec@/log.gz
  - ruby-launchy-shim: plucky/ruby-launchy-shim/2.3.0.2ubuntu1 [armhf]
    + ✅ ruby-launchy-shim on plucky for armhf @ 28.11.24 05:19:23
      • Log: https://autopkgtest.ubuntu.com/results/autopkgtest-plucky-pushkarnk-plusone/plucky/armhf/r/ruby-launchy-shim/20241128_051923_010b5@/log.gz
  - ruby-launchy-shim: plucky/ruby-launchy-shim/2.3.0.2ubuntu1 [i386]
    + ✅ ruby-launchy-shim on plucky for i386 @ 28.11.24 05:17:16
      • Log: https://autopkgtest.ubuntu.com/results/autopkgtest-plucky-pushkarnk-plusone/plucky/i386/r/ruby-launchy-shim/20241128_051716_1c7b9@/log.gz
  - ruby-launchy-shim: plucky/ruby-launchy-shim/2.3.0.2ubuntu1 [ppc64el]
    + ✅ ruby-launchy-shim on plucky for ppc64el @ 28.11.24 06:04:12
      • Log: https://autopkgtest.ubuntu.com/results/autopkgtest-plucky-pushkarnk-plusone/plucky/ppc64el/r/ruby-launchy-shim/20241128_060412_22d32@/log.gz
  - ruby-launchy-shim: plucky/ruby-launchy-shim/2.3.0.2ubuntu1 [s390x]
    + ✅ ruby-launchy-shim on plucky for s390x @ 28.11.24 05:16:39
      • Log: https://autopkgtest.ubuntu.com/results/autopkgtest-plucky-pushkarnk-plusone/plucky/s390x/r/ruby-launchy-shim/20241128_051639_57eec@/log.gz

Revision history for this message
Simon Quigley (tsimonq2) :
review: Approve

Unmerged commits

71ebbe2... by Pushkar Kulkarni

update-maintainer

df30b75... by Pushkar Kulkarni

reconstruct-changelog

3126d55... by Pushkar Kulkarni

merge-changelogs

501fd3f... by Pushkar Kulkarni

Add env var MT_COMPAT

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/Rakefile b/Rakefile
2index c51ee09..e72fa0b 100644
3--- a/Rakefile
4+++ b/Rakefile
5@@ -1,5 +1,6 @@
6 require 'rake/testtask'
7
8+ENV["MT_COMPAT"] = 'true'
9 Rake::TestTask.new do |t|
10 t.libs << "test"
11 t.test_files = FileList['test/*_test.rb']
12diff --git a/debian/changelog b/debian/changelog
13index 4571108..ec10689 100644
14--- a/debian/changelog
15+++ b/debian/changelog
16@@ -1,3 +1,11 @@
17+ruby-launchy-shim (2.3.0.2ubuntu1) plucky; urgency=medium
18+
19+ * Merge with Debian unstable (LP: #2089758). Remaining changes:
20+ - Rakefile: Add env var MT_COMPAT for compatibility with
21+ Minitest 5.20.0
22+
23+ -- Pushkar Kulkarni <pushkar.kulkarni@canonical.com> Wed, 27 Nov 2024 16:44:36 +0530
24+
25 ruby-launchy-shim (2.3.0.2) unstable; urgency=medium
26
27 [ Cédric Boutillier ]
28@@ -29,6 +37,13 @@ ruby-launchy-shim (2.3.0.2) unstable; urgency=medium
29
30 -- Cédric Boutillier <boutil@debian.org> Wed, 25 Sep 2024 22:24:52 +0200
31
32+ruby-launchy-shim (2.3.0.1+nmu1ubuntu1) oracular; urgency=medium
33+
34+ * Rakefile: Define env var MT_COMPAT for compatibility
35+ with Minitest 5.20.0 in Ruby 3.3 (LP: #2077617)
36+
37+ -- Pushkar Kulkarni <pushkar.kulkarni@canonical.com> Thu, 22 Aug 2024 14:09:57 +0530
38+
39 ruby-launchy-shim (2.3.0.1) unstable; urgency=medium
40
41 * improve package description
42diff --git a/debian/control b/debian/control
43index d7ffb95..dd08245 100644
44--- a/debian/control
45+++ b/debian/control
46@@ -1,7 +1,8 @@
47 Source: ruby-launchy-shim
48 Section: ruby
49 Priority: optional
50-Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
51+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
52+XSBC-Original-Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
53 Uploaders: Cédric Boutillier <boutil@debian.org>
54 Build-Depends: debhelper-compat (= 13),
55 gem2deb,

Subscribers

People subscribed via source and target branches