Merge ~pushkarnk/ubuntu/+source/ruby-uber:merge-2089736-plucky into ubuntu/+source/ruby-uber:debian/sid

Proposed by Pushkar Kulkarni
Status: Needs review
Proposed branch: ~pushkarnk/ubuntu/+source/ruby-uber:merge-2089736-plucky
Merge into: ubuntu/+source/ruby-uber:debian/sid
Diff against target: 55 lines (+18/-1)
3 files modified
debian/changelog (+15/-0)
debian/control (+2/-1)
debian/ruby-tests.rake (+1/-0)
Reviewer Review Type Date Requested Status
Simon Quigley (community) Approve
git-ubuntu import Pending
Review via email: mp+477312@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-uber: plucky/ruby-uber/0.1.0-2ubuntu1 [amd64]
    + ✅ ruby-uber on plucky for amd64 @ 28.11.24 05:15:15
      • Log: https://autopkgtest.ubuntu.com/results/autopkgtest-plucky-pushkarnk-plusone/plucky/amd64/r/ruby-uber/20241128_051515_d8959@/log.gz
  - ruby-uber: plucky/ruby-uber/0.1.0-2ubuntu1 [arm64]
    + ✅ ruby-uber on plucky for arm64 @ 28.11.24 05:15:37
      • Log: https://autopkgtest.ubuntu.com/results/autopkgtest-plucky-pushkarnk-plusone/plucky/arm64/r/ruby-uber/20241128_051537_6e633@/log.gz
  - ruby-uber: plucky/ruby-uber/0.1.0-2ubuntu1 [armhf]
    + ✅ ruby-uber on plucky for armhf @ 28.11.24 05:18:19
      • Log: https://autopkgtest.ubuntu.com/results/autopkgtest-plucky-pushkarnk-plusone/plucky/armhf/r/ruby-uber/20241128_051819_61648@/log.gz
  - ruby-uber: plucky/ruby-uber/0.1.0-2ubuntu1 [i386]
    + ✅ ruby-uber on plucky for i386 @ 28.11.24 05:16:07
      • Log: https://autopkgtest.ubuntu.com/results/autopkgtest-plucky-pushkarnk-plusone/plucky/i386/r/ruby-uber/20241128_051607_ae11d@/log.gz
  - ruby-uber: plucky/ruby-uber/0.1.0-2ubuntu1 [ppc64el]
    + ✅ ruby-uber on plucky for ppc64el @ 28.11.24 06:02:52
      • Log: https://autopkgtest.ubuntu.com/results/autopkgtest-plucky-pushkarnk-plusone/plucky/ppc64el/r/ruby-uber/20241128_060252_6e3b4@/log.gz
  - ruby-uber: plucky/ruby-uber/0.1.0-2ubuntu1 [s390x]
    + ✅ ruby-uber on plucky for s390x @ 28.11.24 05:15:47
      • Log: https://autopkgtest.ubuntu.com/results/autopkgtest-plucky-pushkarnk-plusone/plucky/s390x/r/ruby-uber/20241128_051547_4b62a@/log.gz

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

Unmerged commits

830c10a... by Pushkar Kulkarni

update-maintainer

77b9d80... by Pushkar Kulkarni

reconstruct-changelog

1fa206b... by Pushkar Kulkarni

merge-changelogs

0db94f7... 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/debian/changelog b/debian/changelog
2index 282f7ee..13461cf 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,11 @@
6+ruby-uber (0.1.0-2ubuntu1) plucky; urgency=medium
7+
8+ * Merge with Debian unstable (LP: #2089736). Remaining changes:
9+ - d/ruby-tests.rake: Add env var MT_COMPAT for compatibility
10+ with Ruby 3.3
11+
12+ -- Pushkar Kulkarni <pushkar.kulkarni@canonical.com> Wed, 27 Nov 2024 13:45:08 +0530
13+
14 ruby-uber (0.1.0-2) unstable; urgency=medium
15
16 * Team upload
17@@ -27,6 +35,13 @@ ruby-uber (0.1.0-2) unstable; urgency=medium
18
19 -- Cédric Boutillier <boutil@debian.org> Thu, 05 Sep 2024 08:37:44 +0200
20
21+ruby-uber (0.1.0-1.1ubuntu1) oracular; urgency=medium
22+
23+ * d/ruby-tests.rake: Define env var MT_COMPAT for compatibility
24+ with Minitest 5.20.0 in Ruby 3.3 (LP: #2077617)
25+
26+ -- Pushkar Kulkarni <pushkar.kulkarni@canonical.com> Thu, 22 Aug 2024 14:45:53 +0530
27+
28 ruby-uber (0.1.0-1) unstable; urgency=medium
29
30 * Initial release (Closes: #870141)
31diff --git a/debian/control b/debian/control
32index 7640094..37dc630 100644
33--- a/debian/control
34+++ b/debian/control
35@@ -1,7 +1,8 @@
36 Source: ruby-uber
37 Section: ruby
38 Priority: optional
39-Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
40+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
41+XSBC-Original-Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
42 Uploaders: Pirate Praveen <praveen@debian.org>
43 Build-Depends: debhelper-compat (= 13),
44 gem2deb,
45diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
46index 63f3fd6..8434372 100644
47--- a/debian/ruby-tests.rake
48+++ b/debian/ruby-tests.rake
49@@ -1,5 +1,6 @@
50 require 'gem2deb/rake/testtask'
51
52+ENV["MT_COMPAT"] = 'true'
53 Gem2Deb::Rake::TestTask.new do |t|
54 t.libs = ['test']
55 t.test_files = FileList['test/**/*_test.rb'] + FileList['test/**/test_*.rb']

Subscribers

People subscribed via source and target branches