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

Subscribers

People subscribed via source and target branches