summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/README.Source7
1 files changed, 7 insertions, 0 deletions
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.