summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYing-Chun Liu (PaulLiu) <paulliu@debian.org>2016-03-04 21:37:26 +0800
committerYing-Chun Liu (PaulLiu) <paulliu@debian.org>2016-03-04 21:37:26 +0800
commit20b840108e5557f2573d73de1eb3af453462060b (patch)
tree19082009c3861142f8a59321f3f1b80552eb945a
parentfca5a866fc303a2c8477dff287356d94e55f9dc0 (diff)
Update debian/README.source to include gbp usage.
Signed-off-by: Ying-Chun Liu (PaulLiu) <paulliu@debian.org>
-rw-r--r--debian/README.source14
1 files changed, 12 insertions, 2 deletions
diff --git a/debian/README.source b/debian/README.source
index b8bacc4..43e0622 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -1,7 +1,17 @@
s900-gpu-binary for Debian
-------------------------
-Upstream doesn't provide any source and only a binary tarball.
+For anyone who wants to build this package. Please install git-buildpackage and
+pristine-tar.
- -- Ying-Chun Liu (PaulLiu) <paulliu@debian.org> Tue, 01 Mar 2016 14:57:26 +0800
+ * apt-get install git-buildpackage pristine-tar
+
+And use the following command to clone the package:
+
+ * gbp clone https://git.linaro.org/people/paul.liu/s900-gpu-binary.git --pristine-tar
+To build the package:
+
+ * gbp buildpackage --git-pristine-tar
+
+ -- Ying-Chun Liu (PaulLiu) <paulliu@debian.org> Tue, 01 Mar 2016 14:57:26 +0800