Hirsute+ should stop building and publishing udebs
Bug #1884836 reported by
Dimitri John Ledkov
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
New
|
Undecided
|
Unassigned | ||
launchpad-buildd |
New
|
Undecided
|
Unassigned | ||
debhelper (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
dpkg (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
ubiquity (Ubuntu) |
New
|
Undecided
|
Unassigned |
Bug Description
many / most d-i components have been removed in groovy.
Please stop publishing http://
Separtely for packages that build both .deb and .udeb please build with noudeb profile
Related branches
~xnox/launchpad-buildd:noudeb
On hold
for merging
into
launchpad-buildd:master
- Colin Watson (community): Needs Fixing
-
Diff: 138 lines (+84/-1)4 files modifieddebian/changelog (+1/-0)
lpbuildd/binarypackage.py (+11/-0)
lpbuildd/tests/test_binarypackage.py (+70/-0)
sbuildrc (+2/-1)
summary: |
- Groovy+ should build with noudeb deb-build-profile + Groovy+ should stop building and publishing udebs |
description: | updated |
tags: | added: noudebs |
summary: |
- Groovy+ should stop building and publishing udebs + Hirsute+ should stop building and publishing udebs |
To post a comment you must log in.
So my proposal against buildd is on hold https:/ /code.launchpad .net/~xnox/ launchpad- buildd/ +git/launchpad- buildd/ +merge/ 386466, which hard-coded a list of suites and then simply set noudeb profile.
It relies on the fact that no profiles were set at the moment at all.
The alternative to above, is to patch our dpkg to append noudeb profile by default, which might be quite ugly as well.