Merge ~jbicha/ubuntu-archive-tools:i386-ncompress into ubuntu-archive-tools:main

Proposed by Jeremy Bícha
Status: Merged
Approved by: Sebastien Bacher
Approved revision: d611f2da8e1a8b57984d1c00feaa181fd72db8a5
Merged at revision: d611f2da8e1a8b57984d1c00feaa181fd72db8a5
Proposed branch: ~jbicha/ubuntu-archive-tools:i386-ncompress
Merge into: ubuntu-archive-tools:main
Diff against target: 13 lines (+3/-0)
1 file modified
update-i386-whitelist (+3/-0)
Reviewer Review Type Date Requested Status
Sebastien Bacher Approve
Review via email: mp+457360@code.launchpad.net

Description of the change

https://launchpad.net/ubuntu/+source/libxpm/1:3.5.17-1

Adding an override since ncompress appears to only be a Build-Depends for i386 and not a Depends

To post a comment you must log in.
Revision history for this message
Sebastien Bacher (seb128) wrote :

Thanks, seems fine to me

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1diff --git a/update-i386-whitelist b/update-i386-whitelist
2index 427390a..19d279e 100755
3--- a/update-i386-whitelist
4+++ b/update-i386-whitelist
5@@ -134,6 +134,9 @@ if __name__ == '__main__':
6 # see LP: #2046260, needed to build argyll
7 newSet.update(['jam'])
8
9+ # Needed for libxpm build tests
10+ newSet.update(['ncompress'])
11+
12 if opts.release == 'mantic':
13 pass
14

Subscribers

People subscribed via source and target branches