Merge ~lucaskanashiro/ubuntu/+source/devscripts:add-pristine-tar-as-suggests into ubuntu/+source/devscripts:ubuntu/devel

Proposed by Lucas Kanashiro
Status: Merged
Approved by: Lucas Kanashiro
Approved revision: 23dcc30f8fa216166c84571d648662f4d557404c
Merged at revision: 23dcc30f8fa216166c84571d648662f4d557404c
Proposed branch: ~lucaskanashiro/ubuntu/+source/devscripts:add-pristine-tar-as-suggests
Merge into: ubuntu/+source/devscripts:ubuntu/devel
Diff against target: 44 lines (+9/-2)
2 files modified
debian/changelog (+6/-0)
debian/control (+3/-2)
Reviewer Review Type Date Requested Status
Andreas Hasenack Approve
Ubuntu Core Development Team Pending
Review via email: mp+386628@code.launchpad.net

Description of the change

This MP fixes a component-mismatch issue introduced in version 2.20.4 (LP: #1885766). The fix was easy: downgrade pristine-tar from Recommends to Suggests. It is a origtargz optional dependency and there is no harm in downgrading it since origtargz falls back to other methods if it is not installed.

Here is a PPA with the proposed package:

https://launchpad.net/~lucaskanashiro/+archive/ubuntu/groovy-devscripts/+packages

autopkgtest is still happy:

autopkgtest [16:21:38]: @@@@@@@@@@@@@@@@@@@@ summary
shunit2 PASS
destructive PASS

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

+1

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

Thanks Andreas! Uploaded:

$ git push pkg upload/2.20.4ubuntu2
Enumerating objects: 17, done.
Counting objects: 100% (17/17), done.
Delta compression using up to 8 threads
Compressing objects: 100% (13/13), done.
Writing objects: 100% (13/13), 1.63 KiB | 555.00 KiB/s, done.
Total 13 (delta 9), reused 0 (delta 0)
To ssh://git.launchpad.net/ubuntu/+source/devscripts
 * [new tag] upload/2.20.4ubuntu2 -> upload/2.20.4ubuntu2

$ dput ubuntu ../devscripts_2.20.4ubuntu2_source.changes
Checking signature on .changes
gpg: ../devscripts_2.20.4ubuntu2_source.changes: Valid signature from F823A2729883C97C
Checking signature on .dsc
gpg: ../devscripts_2.20.4ubuntu2.dsc: Valid signature from F823A2729883C97C
Uploading to ubuntu (via ftp to upload.ubuntu.com):
  Uploading devscripts_2.20.4ubuntu2.dsc: done.
  Uploading devscripts_2.20.4ubuntu2.tar.xz: done.
  Uploading devscripts_2.20.4ubuntu2_source.changes: done.
Successfully uploaded packages.

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 a05f78f..c1348fb 100644
3--- a/debian/changelog
4+++ b/debian/changelog
5@@ -1,3 +1,9 @@
6+devscripts (2.20.4ubuntu2) groovy; urgency=medium
7+
8+ * Downgrade pristine-tar dependency relation to Suggests (LP: #1885766)
9+
10+ -- Lucas Kanashiro <kanashiro@ubuntu.com> Tue, 30 Jun 2020 15:38:48 -0300
11+
12 devscripts (2.20.4ubuntu1) groovy; urgency=low
13
14 * Merge from Debian unstable. Remaining changes:
15diff --git a/debian/control b/debian/control
16index ecec67b..98c4d54 100644
17--- a/debian/control
18+++ b/debian/control
19@@ -1,7 +1,8 @@
20 Source: devscripts
21 Section: devel
22 Priority: optional
23-Maintainer: Devscripts Maintainers <devscripts@packages.debian.org>
24+Maintainer: Ubuntu Developers <ubuntu-devel-discuss@lists.ubuntu.com>
25+XSBC-Original-Maintainer: Devscripts Maintainers <devscripts@packages.debian.org>
26 Uploaders:
27 Mattia Rizzolo <mattia@debian.org>,
28 Pierre-Elliott Bécue <becue@crans.org>,
29@@ -100,7 +101,6 @@ Recommends:
30 lintian,
31 man-db,
32 patch,
33- pristine-tar,
34 python3-apt,
35 python3-debian (>= 0.1.15),
36 python3-magic,
37@@ -140,6 +140,7 @@ Suggests:
38 mutt,
39 piuparts,
40 postgresql-client,
41+ pristine-tar,
42 quilt,
43 ratt,
44 reprotest,

Subscribers

People subscribed via source and target branches