Merge ~pushkarnk/ubuntu/+source/ruby-crass:merge-2089731-ruby-crass into ubuntu/+source/ruby-crass:debian/sid

Proposed by Pushkar Kulkarni
Status: Needs review
Proposed branch: ~pushkarnk/ubuntu/+source/ruby-crass:merge-2089731-ruby-crass
Merge into: ubuntu/+source/ruby-crass: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+477306@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-crass: plucky/ruby-crass/1.0.6-1ubuntu1 [amd64]
    + ✅ ruby-crass on plucky for amd64 @ 28.11.24 05:07:18
      • Log: https://autopkgtest.ubuntu.com/results/autopkgtest-plucky-pushkarnk-plusone/plucky/amd64/r/ruby-crass/20241128_050718_049e8@/log.gz
  - ruby-crass: plucky/ruby-crass/1.0.6-1ubuntu1 [arm64]
    + ✅ ruby-crass on plucky for arm64 @ 28.11.24 05:23:03
      • Log: https://autopkgtest.ubuntu.com/results/autopkgtest-plucky-pushkarnk-plusone/plucky/arm64/r/ruby-crass/20241128_052303_42343@/log.gz
  - ruby-crass: plucky/ruby-crass/1.0.6-1ubuntu1 [armhf]
    + ✅ ruby-crass on plucky for armhf @ 28.11.24 05:10:09
      • Log: https://autopkgtest.ubuntu.com/results/autopkgtest-plucky-pushkarnk-plusone/plucky/armhf/r/ruby-crass/20241128_051009_84837@/log.gz
  - ruby-crass: plucky/ruby-crass/1.0.6-1ubuntu1 [i386]
    + ✅ ruby-crass on plucky for i386 @ 28.11.24 05:07:26
      • Log: https://autopkgtest.ubuntu.com/results/autopkgtest-plucky-pushkarnk-plusone/plucky/i386/r/ruby-crass/20241128_050726_4c5e6@/log.gz
  - ruby-crass: plucky/ruby-crass/1.0.6-1ubuntu1 [s390x]
    + ✅ ruby-crass on plucky for s390x @ 28.11.24 05:07:30
      • Log: https://autopkgtest.ubuntu.com/results/autopkgtest-plucky-pushkarnk-plusone/plucky/s390x/r/ruby-crass/20241128_050730_eb0b9@/log.gz

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

Unmerged commits

983df56... by Pushkar Kulkarni

update-maintainer

4190613... by Pushkar Kulkarni

reconstruct-changelog

eaf92b2... by Pushkar Kulkarni

merge-changelogs

3d33d6e... 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 54a0672..9940c1b 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,10 @@
6+ruby-crass (1.0.6-1ubuntu1) plucky; urgency=medium
7+
8+ * Merge with Debian unstable (LP: #2089731). Remaining changes:
9+ - Add env var MT_COMPAT
10+
11+ -- Pushkar Kulkarni <pushkar.kulkarni@canonical.com> Wed, 27 Nov 2024 12:37:50 +0530
12+
13 ruby-crass (1.0.6-1) unstable; urgency=medium
14
15 * Team upload.
16@@ -21,6 +28,13 @@ ruby-crass (1.0.6-1) unstable; urgency=medium
17
18 -- Cédric Boutillier <boutil@debian.org> Fri, 23 Aug 2024 22:08:13 +0200
19
20+ruby-crass (1.0.2-3ubuntu1) 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 13:04:35 +0530
26+
27 ruby-crass (1.0.2-3) unstable; urgency=medium
28
29 * Team Upload
30diff --git a/debian/control b/debian/control
31index fa12d32..612a10c 100644
32--- a/debian/control
33+++ b/debian/control
34@@ -1,7 +1,8 @@
35 Source: ruby-crass
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: Balasankar C <balasankarc@autistici.org>
42 Build-Depends: debhelper-compat (= 13),
43 gem2deb,
44diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
45index 63f3fd6..8434372 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.libs = ['test']
54 t.test_files = FileList['test/**/*_test.rb'] + FileList['test/**/test_*.rb']

Subscribers

People subscribed via source and target branches