summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2017-04-19 14:12:30 +0200
committerGuido Günther <agx@sigxcpu.org>2017-04-19 14:12:30 +0200
commit1c83f0c416d2e7c90e7dd16a994803c2a88af742 (patch)
tree5aebcebeae7ba1d06cf77ee141d03efe78a2d76b
parenta340da6346cdc5a6f89a442477ff21b63005b867 (diff)
Add README.Source
-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.