Merge ~lucaskanashiro/ubuntu/+source/ruby-em-synchrony:merge into ubuntu/+source/ruby-em-synchrony:debian/sid

Proposed by Lucas Kanashiro
Status: Merged
Approved by: Andreas Hasenack
Approved revision: 5c80a2ceca363bded9b022a7b49c3b5239f07381
Merge reported by: Lucas Kanashiro
Merged at revision: 5c80a2ceca363bded9b022a7b49c3b5239f07381
Proposed branch: ~lucaskanashiro/ubuntu/+source/ruby-em-synchrony:merge
Merge into: ubuntu/+source/ruby-em-synchrony:debian/sid
Diff against target: 55 lines (+22/-2)
2 files modified
debian/changelog (+19/-0)
debian/control (+3/-2)
Reviewer Review Type Date Requested Status
Andreas Hasenack Approve
Canonical Server Pending
Review via email: mp+381382@code.launchpad.net

Description of the change

Merge version 1.0.5-3 from Debian. The delta was kept since the current test script does not support MySQL 8. The delta was forwarded to Debian here:

https://salsa.debian.org/ruby-team/ruby-em-synchrony/-/commit/4d54ac764de5bbb33eb502c6eeca0bddc1244312

PPA with the proposed package:

https://launchpad.net/~lucaskanashiro/+archive/ubuntu/focal-ruby-em-synchrony-merge/+packages

To post a comment you must log in.
Revision history for this message
Andreas Hasenack (ahasenack) wrote :

- delta ok
- changelog ok
- debian changes don't warrant an FFe

review: Approve
Revision history for this message
Andreas Hasenack (ahasenack) wrote :

Tagging and sponsoring 5c80a2ceca363bded9b022a7b49c3b5239f07381

$ git push pkg upload/1.0.5-3ubuntu1
Enumerating objects: 21, done.
Counting objects: 100% (21/21), done.
Delta compression using up to 4 threads
Compressing objects: 100% (17/17), done.
Writing objects: 100% (17/17), 2.07 KiB | 424.00 KiB/s, done.
Total 17 (delta 12), reused 0 (delta 0)
To ssh://git.launchpad.net/~usd-import-team/ubuntu/+source/ruby-em-synchrony
 * [new tag] upload/1.0.5-3ubuntu1 -> upload/1.0.5-3ubuntu1

$ dput ubuntu ../ruby-em-synchrony_1.0.5-3ubuntu1_source.changes
Checking signature on .changes
gpg: ../ruby-em-synchrony_1.0.5-3ubuntu1_source.changes: Valid signature from AC983EB5BF6BCBA9
Checking signature on .dsc
gpg: ../ruby-em-synchrony_1.0.5-3ubuntu1.dsc: Valid signature from AC983EB5BF6BCBA9
Uploading to ubuntu (via ftp to upload.ubuntu.com):
  Uploading ruby-em-synchrony_1.0.5-3ubuntu1.dsc: done.
  Uploading ruby-em-synchrony_1.0.5-3ubuntu1.debian.tar.xz: done.
  Uploading ruby-em-synchrony_1.0.5-3ubuntu1_source.buildinfo: done.
  Uploading ruby-em-synchrony_1.0.5-3ubuntu1_source.changes: done.
Successfully uploaded packages.

Revision history for this message
Lucas Kanashiro (lucaskanashiro) wrote :

It already migrated to focal.

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 b137444..5971f0f 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,13 @@
6+ruby-em-synchrony (1.0.5-3ubuntu1) focal; urgency=medium
7+
8+ * Merge with Debian unstable. Remaining changes:
9+ - Build-depend on mariadb-server, not on default-mysql-server; this is only
10+ used for build-time testing so it shouldn't matter which of the two is
11+ deployed, and the invocation of mysql_install_db is using maria-specific
12+ options.
13+
14+ -- Lucas Kanashiro <lucas.kanashiro@canonical.com> Mon, 30 Mar 2020 10:57:31 -0300
15+
16 ruby-em-synchrony (1.0.5-3) unstable; urgency=medium
17
18 * Team upload.
19@@ -18,6 +28,15 @@ ruby-em-synchrony (1.0.5-3) unstable; urgency=medium
20
21 -- Lucas Kanashiro <lucas.kanashiro@canonical.com> Fri, 27 Mar 2020 10:56:07 -0300
22
23+ruby-em-synchrony (1.0.5-2ubuntu1) artful; urgency=medium
24+
25+ * Build-depend on mariadb-server, not on default-mysql-server; this is only
26+ used for build-time testing so it shouldn't matter which of the two is
27+ deployed, and the invocation of mysql_install_db is using maria-specific
28+ options.
29+
30+ -- Steve Langasek <steve.langasek@ubuntu.com> Thu, 10 Aug 2017 23:43:22 +0000
31+
32 ruby-em-synchrony (1.0.5-2) unstable; urgency=medium
33
34 * Team upload.
35diff --git a/debian/control b/debian/control
36index d477576..47497cc 100644
37--- a/debian/control
38+++ b/debian/control
39@@ -1,13 +1,14 @@
40 Source: ruby-em-synchrony
41 Section: ruby
42 Priority: optional
43-Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
44+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
45+XSBC-Original-Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
46 Uploaders: Jonas Genannt <jonas.genannt@capi2name.de>,
47 Pirate Praveen <praveen@debian.org>
48 Build-Depends: debhelper (>= 12),
49 gem2deb,
50 memcached,
51- default-mysql-server | virtual-mysql-server,
52+ mariadb-server,
53 procps,
54 redis-server,
55 ruby-activerecord,

Subscribers

People subscribed via source and target branches