chiark / gitweb /
wrap
[talk-2014-debconf-builds-bof.git] / gobby.txt
1
2 Rejected options:
3   ia32-libs style single giant script that builds things in
4   the right order (somehow getting right source packages)
5   
6   Partial architecture cross-build (would need several of
7   these and build would be complicated and patches to
8   upstream/debian source for the weird environment would
9   be hard)
10
11 Better:
12   python-rumpxen_amd64.deb
13   built from python-rumpxen.dsc
14   where does it get actual python source?
15
16 four possibilities for that:
17   add a _copy_ of upstream python source (urgh)
18   add _source.deb for all relevant packages (tiresome)
19   source dependencies (needs lots of work everywhere)
20   run apt-get source in debian/rules (urgh but there is precedent)
21
22 Precedent for apt-get source:
23   debian-installer
24     fetches udebs from archive from debian/rules
25   android.dsc in Ubuntu
26     fetches sources from archive
27
28 Want some automation to get build-using right, etc.
29 Go with that.