Debian DEBs build script
authorArjen Roodselaar <arjen@fb.com>
Tue, 26 Jan 2016 01:39:11 +0000 (17:39 -0800)
committerfacebook-github-bot-0 <folly-bot@fb.com>
Tue, 26 Jan 2016 02:20:22 +0000 (18:20 -0800)
commit25e4743fea71d3283289489cd3c949ffe17fd226
tree29ccd48487489f8e6ca9299ba5ebd1ddd6c2b0cb
parentef0c9e476b3484591e8f5a565c476c9c537d7ec9
Debian DEBs build script

Summary:
This scripts uses fpm to build a somewhat reproducible set of debs which can be deployed to Ubuntu 14.04 hosts. The main library package carries the Folly major version number, allowing multiple versions to be installed alongside. The -dev deb is simply called libfolly-dev and will be upgraded as Folly moves forward. In accordance to the Debian packaging policies the shared libraries have their (debug) symbols stripped and saved to external symbol files, contained in the -dev deb.

sgolemon, yfeldblum you guys are my best guess to review this. Feel free to suggest additional folks if needed.

Reviewed By: yfeldblum

Differential Revision: D2806082

fb-gh-sync-id: 42605acccdec781f7a6b59a925121e6ed7c7cdf5
folly/build/build_debs_ubuntu_14.04.sh [new file with mode: 0755]