Building a Firefox Debian package
It's actually been possible for some time, but I made that simpler recently, and I figured I should mention it.
- Grab the iceweasel source
$ apt-get source iceweasel
- Install its build dependencies
$ apt-get build-dep iceweasel
- Build it
$ cd iceweasel-* $ PRODUCT_NAME=firefox dpkg-buildpackage -rfakeroot
2014-11-11 11:26:38+0900