Merge ~lucaskanashiro/+git/r-cran-remotes:fix-dep8 into ~lucaskanashiro/+git/r-cran-remotes:master

Proposed by Lucas Kanashiro
Status: Approved
Approved by: Lucas Kanashiro
Approved revision: a920cbe5f685a6aa71ed2596848c5fcdfdc47b38
Proposed branch: ~lucaskanashiro/+git/r-cran-remotes:fix-dep8
Merge into: ~lucaskanashiro/+git/r-cran-remotes:master
Diff against target: 36 lines (+10/-2)
3 files modified
debian/changelog (+7/-0)
debian/control (+2/-1)
debian/tests/control (+1/-1)
Reviewer Review Type Date Requested Status
Sergio Durigan Junior (community) Approve
Lucas Kanashiro Pending
Review via email: mp+390556@code.launchpad.net

Description of the change

Fix an autopkgtest regression blocking its migration (also other packages). The Debian maintainer forgot to update the DEP-8 test dependencies list in the latest upload, adding r-cran-covr and curl fixes the regression.

I forwarded this change to Debian here:

https://bugs.debian.org/970030

And now autopkgtest is happy again:

autopkgtest [10:37:20]: @@@@@@@@@@@@@@@@@@@@ summary
run-unit-test PASS
pkg-r-autopkgtest PASS

To post a comment you must log in.
Revision history for this message
Sergio Durigan Junior (sergiodj) wrote :

Thanks for the fix, Lucas. I agree with the proposed change :-). Approving.

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

Thanks for the review Sergio! I am going to upload it.

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

$ dput ubuntu ../r-cran-remotes_2.2.0-1ubuntu1_source.changes
Checking signature on .changes
gpg: ../r-cran-remotes_2.2.0-1ubuntu1_source.changes: Valid signature from F823A2729883C97C
Checking signature on .dsc
gpg: ../r-cran-remotes_2.2.0-1ubuntu1.dsc: Valid signature from F823A2729883C97C
Uploading to ubuntu (via ftp to upload.ubuntu.com):
  Uploading r-cran-remotes_2.2.0-1ubuntu1.dsc: done.
  Uploading r-cran-remotes_2.2.0-1ubuntu1.debian.tar.xz: done.
  Uploading r-cran-remotes_2.2.0-1ubuntu1_source.changes: done.
Successfully uploaded packages.

Unmerged commits

a920cbe... by Lucas Kanashiro

Update maintainer

a5e1c5f... by Lucas Kanashiro

Update changelog

894ed49... by Lucas Kanashiro

d/t/control: add dependency on r-cran-covr and curl

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 7932f98..e618028 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,10 @@
6+r-cran-remotes (2.2.0-1ubuntu1) groovy; urgency=medium
7+
8+ * d/t/control: add dependency on r-cran-covr and curl. It fixes the
9+ autopkgtest regression.
10+
11+ -- Lucas Kanashiro <kanashiro@ubuntu.com> Thu, 10 Sep 2020 09:50:28 -0300
12+
13 r-cran-remotes (2.2.0-1) unstable; urgency=medium
14
15 * New upstream version
16diff --git a/debian/control b/debian/control
17index 5da6312..75d1721 100644
18--- a/debian/control
19+++ b/debian/control
20@@ -1,5 +1,6 @@
21 Source: r-cran-remotes
22-Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
23+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
24+XSBC-Original-Maintainer: Debian R Packages Maintainers <r-pkg-team@alioth-lists.debian.net>
25 Uploaders: Dylan Aïssi <daissi@debian.org>
26 Section: gnu-r
27 Testsuite: autopkgtest-pkg-r
28diff --git a/debian/tests/control b/debian/tests/control
29index 554975a..6be6afa 100644
30--- a/debian/tests/control
31+++ b/debian/tests/control
32@@ -1,3 +1,3 @@
33 Tests: run-unit-test
34-Depends: @, r-cran-testthat, r-cran-codetools, r-cran-mockery, r-base-dev
35+Depends: @, r-cran-testthat, r-cran-codetools, r-cran-mockery, r-base-dev, r-cran-covr, curl
36 Restrictions: allow-stderr

Subscribers

People subscribed via source and target branches

to all changes: