Merge ~sergiodj/ubuntu/+source/rsync:rsync-merge-3.2.3-1 into ubuntu/+source/rsync:debian/sid

Proposed by Sergio Durigan Junior
Status: Merged
Merge reported by: Lucas Kanashiro
Merged at revision: b446f4ebdc3e470e121f7f6a13adeb802f25e351
Proposed branch: ~sergiodj/ubuntu/+source/rsync:rsync-merge-3.2.3-1
Merge into: ubuntu/+source/rsync:debian/sid
Diff against target: 95 lines (+40/-3)
4 files modified
debian/changelog (+29/-0)
debian/control (+2/-1)
debian/tests/control (+1/-1)
debian/tests/upstream-tests (+8/-1)
Reviewer Review Type Date Requested Status
Christian Ehrhardt  (community) Approve
Canonical Server Pending
Review via email: mp+389038@code.launchpad.net

Description of the change

This is the merge of rsync 3.2.3-1 from Debian.

Christian did a merge of rsync last week (https://code.launchpad.net/~paelzer/ubuntu/+source/rsync/+git/rsync/+merge/388554), so maybe he'd like to take a look at this MP.

This merge is pretty straightforward; Debian just sync'ed/removed a few local patches, and released a new minor upstream version. This release still doesn't carry the patch I submitted to Debian in order to zero our delta and make the package a sync, therefore we still have to carry our modifications. The patch has been accepted by Debian recently, so next time rsync will become a sync.

There are no other noteworthy changes, and no Ubuntu bugs that can be fixed by this merge.

autopkgtest is still happy:

autopkgtest [18:49:46]: @@@@@@@@@@@@@@@@@@@@ summary
upstream-tests PASS

To post a comment you must log in.
Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

Yeah - still looks like I've seen it last time.
Thanks for the update on the acceptance of our Delta.

+1 on the merge for groovy as presented.

review: Approve
Revision history for this message
Sergio Durigan Junior (sergiodj) wrote :

On Tuesday, August 11 2020, Christian Ehrhardt  wrote:

> Yeah - still looks like I've seen it last time.
> Thanks for the update on the acceptance of our Delta.
>
> +1 on the merge for groovy as presented.

Thanks, Christian :-).

I'll need a sponsorship on this, please :-).

Thanks,

--
Sergio
GPG key ID: E92F D0B3 6B14 F1F4 D8E0 EB2F 106D A1C8 C3CB BF14

Revision history for this message
Christian Ehrhardt  (paelzer) wrote :

To ssh://git.launchpad.net/ubuntu/+source/rsync
 * [new tag] upload/3.2.3-1ubuntu1 -> upload/3.2.3-1ubuntu1

Uploading to ubuntu (via ftp to upload.ubuntu.com):
  Uploading rsync_3.2.3-1ubuntu1.dsc: done.
  Uploading rsync_3.2.3.orig.tar.gz: done.
  Uploading rsync_3.2.3.orig.tar.gz.asc: done.
  Uploading rsync_3.2.3-1ubuntu1.debian.tar.xz: done.
  Uploading rsync_3.2.3-1ubuntu1_source.buildinfo: done.
  Uploading rsync_3.2.3-1ubuntu1_source.changes: done.
Successfully uploaded packages.

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

This has migrated.

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 df44319..f0059e9 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,10 @@
6+rsync (3.2.3-1ubuntu1) groovy; urgency=medium
7+
8+ * Merge with Debian unstable. Remaining changes:
9+ - d/t/control, d/t/upstream-tests: Make autopkgtests cross-test-friendly
10+
11+ -- Sergio Durigan Junior <sergio.durigan@canonical.com> Mon, 10 Aug 2020 17:32:07 -0400
12+
13 rsync (3.2.3-1) unstable; urgency=medium
14
15 * New upstream version 3.2.3
16@@ -9,6 +16,13 @@ rsync (3.2.3-1) unstable; urgency=medium
17
18 -- Samuel Henrique <samueloph@debian.org> Sun, 09 Aug 2020 13:41:10 +0100
19
20+rsync (3.2.2-2ubuntu1) groovy; urgency=medium
21+
22+ * Merge with Debian unstable (LP: #1888685). Remaining changes:
23+ - d/t/control, d/t/upstream-tests: Make autopkgtests cross-test-friendly
24+
25+ -- Christian Ehrhardt <christian.ehrhardt@canonical.com> Mon, 03 Aug 2020 11:22:30 +0200
26+
27 rsync (3.2.2-2) unstable; urgency=medium
28
29 * d/p/fix_bwlimit_0.patch: New upstream patch to fix bwlimit=0
30@@ -23,6 +37,21 @@ rsync (3.2.2-1) unstable; urgency=medium
31
32 -- Samuel Henrique <samueloph@debian.org> Mon, 06 Jul 2020 19:01:52 +0100
33
34+rsync (3.2.1-1ubuntu2) groovy; urgency=medium
35+
36+ * d/t/upstream-tests: Don't quote $CROSS_COMPILE when invoking
37+ configure.sh. When we do it, the script will mistakenly generate
38+ a warning to stderr saying that "you should use --build, --host,
39+ --target", which will make the test fail. (LP: #1887572)
40+
41+ -- Sergio Durigan Junior <sergio.durigan@canonical.com> Tue, 14 Jul 2020 15:34:24 -0400
42+
43+rsync (3.2.1-1ubuntu1) groovy; urgency=medium
44+
45+ * Make autopkgtests cross-test-friendly.
46+
47+ -- Steve Langasek <steve.langasek@ubuntu.com> Thu, 02 Jul 2020 09:05:32 -0700
48+
49 rsync (3.2.1-1) unstable; urgency=medium
50
51 * New upstream version 3.2.1
52diff --git a/debian/control b/debian/control
53index d2c5dca..0b4ce56 100644
54--- a/debian/control
55+++ b/debian/control
56@@ -1,7 +1,8 @@
57 Source: rsync
58 Section: net
59 Priority: optional
60-Maintainer: Paul Slootman <paul@debian.org>
61+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
62+XSBC-Original-Maintainer: Paul Slootman <paul@debian.org>
63 Uploaders: Samuel Henrique <samueloph@debian.org>
64 Build-Depends: debhelper-compat (= 13),
65 libacl1-dev,
66diff --git a/debian/tests/control b/debian/tests/control
67index d3afc12..5a8f97d 100644
68--- a/debian/tests/control
69+++ b/debian/tests/control
70@@ -1,2 +1,2 @@
71 Tests: upstream-tests
72-Depends: @, @builddeps@
73+Depends: @, @builddeps@, build-essential
74diff --git a/debian/tests/upstream-tests b/debian/tests/upstream-tests
75index 89e6082..7b9911c 100644
76--- a/debian/tests/upstream-tests
77+++ b/debian/tests/upstream-tests
78@@ -1,9 +1,16 @@
79 #!/bin/sh
80 set -e
81
82+if [ -n "${DEB_HOST_GNU_TYPE:-}" ]; then
83+ CROSS_COMPILE="--host=$DEB_HOST_GNU_TYPE"
84+else
85+ CROSS_COMPILE=
86+fi
87+
88+
89 # Create needed files for tests
90 ./prepare-source build
91-./configure.sh
92+./configure.sh $CROSS_COMPILE
93
94 # Supress gcc warnings (autopkg treats them as failures)
95 make tls getgroups getfsdev trimslash t_unsafe wildtest testrun 2>/dev/null

Subscribers

People subscribed via source and target branches