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
diff --git a/update-i386-whitelist b/update-i386-whitelist
index 427390a..19d279e 100755
--- a/update-i386-whitelist
+++ b/update-i386-whitelist
@@ -134,6 +134,9 @@ if __name__ == '__main__':
134 # see LP: #2046260, needed to build argyll134 # see LP: #2046260, needed to build argyll
135 newSet.update(['jam'])135 newSet.update(['jam'])
136136
137 # Needed for libxpm build tests
138 newSet.update(['ncompress'])
139
137 if opts.release == 'mantic':140 if opts.release == 'mantic':
138 pass141 pass
139142

Subscribers

People subscribed via source and target branches