~xdeb-team/xdeb/trunk

« back to all changes in this revision

Viewing changes to TODO

  • Committer: Colin Watson
  • Date: 2011-09-22 11:08:33 UTC
  • Revision ID: cjwatson@canonical.com-20110922110833-ba4xeei7pxtfcrwx
Revamp build-dependency installation.  We now point 'apt-get install' at
a combination of the system sources.list and the destination directory
rather than using 'dpkg -i', and we install build-dependencies
immediately before building each package as well as in a block at the
start of the run; this also allows us to be more selective about which
crossed packages we install.  The 'builddep_whitelist' configuration
option is now unnecessary and has been removed.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
xdeb
2
2
----
3
3
 
4
 
general build-dependency installation (almost done; just needs a python-apt
5
 
build-dep implementation so that we can install from both normal sources and
6
 
destdir easily)
7
 
 
8
 
too scattergun about installing all the cross packages it can find
9
 
 
10
4
code a bit monolithic, with inline special cases - split into smaller
11
5
parts
12
6