From 1c83f0c416d2e7c90e7dd16a994803c2a88af742 Mon Sep 17 00:00:00 2001 From: Guido Günther Date: Wed, 19 Apr 2017 14:12:30 +0200 Subject: Add README.Source --- debian/README.Source | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 debian/README.Source diff --git a/debian/README.Source b/debian/README.Source new file mode 100644 index 0000000..fc8c349 --- /dev/null +++ b/debian/README.Source @@ -0,0 +1,7 @@ +The package currently relies on rebar3 to fetch webmachine and mochikit during +the build. So when building with git-buildpackage and pbuilder you have to +allow network access e.g. via: + + gbp buildpackage --git-pbuilder-options="--use-network yes" --git-dist=jessie --git-no-pristine-tar + +This builds a self contained application with minimal external dependencies. -- cgit v1.2.3