Skip to content

Instantly share code, notes, and snippets.

@brb
Created January 31, 2013 08:25
Show Gist options
  • Save brb/4681277 to your computer and use it in GitHub Desktop.
Save brb/4681277 to your computer and use it in GitHub Desktop.
Build deb package from Erlang/OTP source
git svn clone svn://svn.debian.org/svn/pkg-erlang/erlang/trunk debian-erlang
cd debian-erlang; git checkout 72f44f02d383d2858ed7480db7e5bbb662ea48d4
git clone git://github.com/erlang/otp.git
cd otp
git checkout OTP_R15B03
rm -rvf lib/*/doc/{archive,standard}/
ln -s ../debian-erlang/debian
./otp_build autoconf
dpkg-buildpackage -rfakeroot -uc -b
@brb
Copy link
Author

brb commented Feb 27, 2013

Stolen from @motiejus

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment