Merge ~pushkarnk/ubuntu/+source/ruby-archive-zip:merge-2089732-ruby-archive-zip into ubuntu/+source/ruby-archive-zip:debian/sid

Proposed by Pushkar Kulkarni
Status: Needs review
Proposed branch: ~pushkarnk/ubuntu/+source/ruby-archive-zip:merge-2089732-ruby-archive-zip
Merge into: ubuntu/+source/ruby-archive-zip:debian/sid
Diff against target: 54 lines (+17/-1)
3 files modified
debian/changelog (+14/-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+477308@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-archive-zip: plucky/ruby-archive-zip/0.12.0-1ubuntu1 [amd64]
    + ✅ ruby-archive-zip on plucky for amd64 @ 28.11.24 05:11:23
      • Log: https://autopkgtest.ubuntu.com/results/autopkgtest-plucky-pushkarnk-plusone/plucky/amd64/r/ruby-archive-zip/20241128_051123_f32bc@/log.gz
  - ruby-archive-zip: plucky/ruby-archive-zip/0.12.0-1ubuntu1 [arm64]
    + ✅ ruby-archive-zip on plucky for arm64 @ 28.11.24 05:27:24
      • Log: https://autopkgtest.ubuntu.com/results/autopkgtest-plucky-pushkarnk-plusone/plucky/arm64/r/ruby-archive-zip/20241128_052724_7824a@/log.gz
  - ruby-archive-zip: plucky/ruby-archive-zip/0.12.0-1ubuntu1 [armhf]
    + ✅ ruby-archive-zip on plucky for armhf @ 28.11.24 05:14:04
      • Log: https://autopkgtest.ubuntu.com/results/autopkgtest-plucky-pushkarnk-plusone/plucky/armhf/r/ruby-archive-zip/20241128_051404_d70ae@/log.gz
  - ruby-archive-zip: plucky/ruby-archive-zip/0.12.0-1ubuntu1 [i386]
    + ✅ ruby-archive-zip on plucky for i386 @ 28.11.24 05:11:40
      • Log: https://autopkgtest.ubuntu.com/results/autopkgtest-plucky-pushkarnk-plusone/plucky/i386/r/ruby-archive-zip/20241128_051140_4ce42@/log.gz
  - ruby-archive-zip: plucky/ruby-archive-zip/0.12.0-1ubuntu1 [ppc64el]
    + ✅ ruby-archive-zip on plucky for ppc64el @ 28.11.24 05:11:25
      • Log: https://autopkgtest.ubuntu.com/results/autopkgtest-plucky-pushkarnk-plusone/plucky/ppc64el/r/ruby-archive-zip/20241128_051125_dbe36@/log.gz
  - ruby-archive-zip: plucky/ruby-archive-zip/0.12.0-1ubuntu1 [s390x]
    + ✅ ruby-archive-zip on plucky for s390x @ 28.11.24 05:11:45
      • Log: https://autopkgtest.ubuntu.com/results/autopkgtest-plucky-pushkarnk-plusone/plucky/s390x/r/ruby-archive-zip/20241128_051145_5cd46@/log.gz

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

Unmerged commits

8b2f764... by Pushkar Kulkarni

update-maintainer

afa413f... by Pushkar Kulkarni

reconstruct-changelog

fd062a5... by Pushkar Kulkarni

merge-changelogs

06fc1ca... by Pushkar Kulkarni

Add MT_COMPAT for compatibility with Ruby 3.3

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 7be995a..3450681 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,10 @@
6+ruby-archive-zip (0.12.0-1ubuntu1) plucky; urgency=medium
7+
8+ * Merge with Debian unstable (LP: #2089732). Remaining changes:
9+ - Add MT_COMPAT for compatibility with Ruby 3.3
10+
11+ -- Pushkar Kulkarni <pushkar.kulkarni@canonical.com> Wed, 27 Nov 2024 13:02:58 +0530
12+
13 ruby-archive-zip (0.12.0-1) unstable; urgency=medium
14
15 * Team upload
16@@ -28,6 +35,13 @@ ruby-archive-zip (0.12.0-1) unstable; urgency=medium
17
18 -- Cédric Boutillier <boutil@debian.org> Fri, 23 Aug 2024 23:56:42 +0200
19
20+ruby-archive-zip (0.11.0-1.1ubuntu1) oracular; urgency=medium
21+
22+ * d/ruby-tests.rake: Define env var MT_COMPAT for compatibility
23+ with Minitest 5.20.0 in Ruby 3.3 (LP: #2077617)
24+
25+ -- Pushkar Kulkarni <pushkar.kulkarni@canonical.com> Thu, 22 Aug 2024 12:39:10 +0530
26+
27 ruby-archive-zip (0.11.0-1) unstable; urgency=medium
28
29 * Initial release (Closes: #912856)
30diff --git a/debian/control b/debian/control
31index 1c32984..ec79b90 100644
32--- a/debian/control
33+++ b/debian/control
34@@ -1,7 +1,8 @@
35 Source: ruby-archive-zip
36 Section: ruby
37 Priority: optional
38-Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
39+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
40+XSBC-Original-Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
41 Uploaders: Mangesh Divate <divatemangesh12@gmail.com>
42 Build-Depends: debhelper-compat (= 13),
43 gem2deb (>= 1),
44diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
45index dc64587..f8c38bd 100644
46--- a/debian/ruby-tests.rake
47+++ b/debian/ruby-tests.rake
48@@ -1,5 +1,6 @@
49 require 'gem2deb/rake/testtask'
50
51+ENV["MT_COMPAT"] = 'true'
52 Gem2Deb::Rake::TestTask.new do |t|
53 t.test_files = FileList['spec/**/*_spec.rb']
54 end

Subscribers

People subscribed via source and target branches