Bug 880371 - Add debian bootstrapping for mach. r=gps

Nearly the same as Ubuntu bootstrap, but uses the build dependencies from Debian's "iceweasel" package instead.
This commit is contained in:
Kevin Everets
2013-06-06 14:14:31 -04:00
parent a63e687673
commit 53b0e11100
3 changed files with 33 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ REPOSITORY_PATHS = [
'mozboot/base.py',
'mozboot/bootstrap.py',
'mozboot/centos.py',
'mozboot/debian.py',
'mozboot/fedora.py',
'mozboot/gentoo.py',
'mozboot/mint.py',