http://security.debian.org/debian-security/pool/updates/main/c/chromium-browser/chromium-browser_52.0.2743.116.orig.tar.xz
http://security.debian.org/debian-security/pool/updates/main/c/chromium-browser/chromium-browser_52.0.2743.116-1~deb8u1.debian.tar.xz
3.1 修改文件 debian/rules, defines中添加
3.2 修改debian/control, Architecture 都改成all, 除了Package: chromium-dbg, 我们不需要chromium的debug信息
3.3 修改debian/scripts/chromium, 删除下面的内容
osse2="\ The hardware on this system lacks support for the sse2 instruction set.
The upstream chromium project no longer supports this configuration.
For more information, please read and possibly provide input to their
因为我们copy的debian 配置文件都是针对x86平台的, arm平台没有sse,这个就不需要了
第一次编译会出现dependence的问题,按照提示的要求把缺少的包安装下,然后就继续这条命令
回贴