Merge ~pushkarnk/ubuntu/+source/ruby-attr-encrypted:merge-2089734-plucky into ubuntu/+source/ruby-attr-encrypted:debian/sid

Proposed by Pushkar Kulkarni
Status: Needs review
Proposed branch: ~pushkarnk/ubuntu/+source/ruby-attr-encrypted:merge-2089734-plucky
Merge into: ubuntu/+source/ruby-attr-encrypted: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+477310@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-attr-encrypted: plucky/ruby-attr-encrypted/4.1.0-1ubuntu1 [amd64]
    + ✅ ruby-attr-encrypted on plucky for amd64 @ 28.11.24 05:13:16
      • Log: https://autopkgtest.ubuntu.com/results/autopkgtest-plucky-pushkarnk-plusone/plucky/amd64/r/ruby-attr-encrypted/20241128_051316_e34b1@/log.gz
  - ruby-attr-encrypted: plucky/ruby-attr-encrypted/4.1.0-1ubuntu1 [arm64]
    + ✅ ruby-attr-encrypted on plucky for arm64 @ 28.11.24 05:13:38
      • Log: https://autopkgtest.ubuntu.com/results/autopkgtest-plucky-pushkarnk-plusone/plucky/arm64/r/ruby-attr-encrypted/20241128_051338_31c8d@/log.gz
  - ruby-attr-encrypted: plucky/ruby-attr-encrypted/4.1.0-1ubuntu1 [armhf]
    + ✅ ruby-attr-encrypted on plucky for armhf @ 28.11.24 05:16:20
      • Log: https://autopkgtest.ubuntu.com/results/autopkgtest-plucky-pushkarnk-plusone/plucky/armhf/r/ruby-attr-encrypted/20241128_051620_29d25@/log.gz
  - ruby-attr-encrypted: plucky/ruby-attr-encrypted/4.1.0-1ubuntu1 [i386]
    + ✅ ruby-attr-encrypted on plucky for i386 @ 28.11.24 05:13:25
      • Log: https://autopkgtest.ubuntu.com/results/autopkgtest-plucky-pushkarnk-plusone/plucky/i386/r/ruby-attr-encrypted/20241128_051325_278cf@/log.gz
  - ruby-attr-encrypted: plucky/ruby-attr-encrypted/4.1.0-1ubuntu1 [s390x]
    + ✅ ruby-attr-encrypted on plucky for s390x @ 28.11.24 05:13:39
      • Log: https://autopkgtest.ubuntu.com/results/autopkgtest-plucky-pushkarnk-plusone/plucky/s390x/r/ruby-attr-encrypted/20241128_051339_04164@/log.gz

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

Unmerged commits

995dd9d... by Pushkar Kulkarni

update-maintainer

123b4bb... by Pushkar Kulkarni

reconstruct-changelog

862eba0... by Pushkar Kulkarni

merge-changelogs

0eb4bb7... 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 3a1e810..d147afd 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,11 @@
6+ruby-attr-encrypted (4.1.0-1ubuntu1) plucky; urgency=medium
7+
8+ * Merge with Debian unstable (LP: #2089734). Remaining changes:
9+ - d/ruby-tests.rake: Add env var MT_COMPAT for
10+ compatibility with Ruby 3.3
11+
12+ -- Pushkar Kulkarni <pushkar.kulkarni@canonical.com> Wed, 27 Nov 2024 13:20:37 +0530
13+
14 ruby-attr-encrypted (4.1.0-1) unstable; urgency=medium
15
16 * Team upload
17@@ -10,6 +18,13 @@ ruby-attr-encrypted (4.1.0-1) unstable; urgency=medium
18
19 -- Cédric Boutillier <boutil@debian.org> Thu, 29 Aug 2024 10:59:54 +0200
20
21+ruby-attr-encrypted (3.1.0-4ubuntu1) 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 12:49:08 +0530
27+
28 ruby-attr-encrypted (3.1.0-4) unstable; urgency=medium
29
30 * Team upload.
31diff --git a/debian/control b/debian/control
32index 94889f2..6b6bb75 100644
33--- a/debian/control
34+++ b/debian/control
35@@ -1,7 +1,8 @@
36 Source: ruby-attr-encrypted
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 eb0dd7a..4523ead 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']

Subscribers

People subscribed via source and target branches