~didrocks/ubiquity/intall-metrics

« back to all changes in this revision

Viewing changes to d-i/update-control

  • Committer: Colin Watson
  • Date: 2006-04-21 11:39:15 UTC
  • Revision ID: colin.watson@canonical.com-20060421113915-7d2d711cd6afc4f5
* Rename from espresso to ubiquity, to better suggest an association with
  Ubuntu. Log output now written to /var/log/installer/syslog rather than
  using the package name.

Show diffs side-by-side

added added

removed removed

Lines of Context:
55
55
 
56
56
my %builddeps;
57
57
 
58
 
# Always include base espresso build dependencies.
 
58
# Always include base ubiquity build dependencies.
59
59
my $basebd = 'apt, debhelper (>= 5), libglib2.0-dev, libgtk2.0-dev, libart-2.0-dev, python2.4-dev, python-gtk2-dev';
60
60
for my $bd (@{parsedep($basebd, 1, 1)}) {
61
61
        $builddeps{$bd->[0][0]} = $bd->[0];