aboutsummaryrefslogtreecommitdiffstats
path: root/debian/README.source
diff options
context:
space:
mode:
authorLuca Boccassi <luca.boccassi@gmail.com>2016-08-30 18:40:12 +0100
committerLuca Boccassi <luca.boccassi@gmail.com>2016-08-30 18:40:12 +0100
commit7196e2f44ed6df344d711a63dd5142038382c766 (patch)
tree2a8f87716e2a601f66f950399fb6781a940092ca /debian/README.source
parent01b4ec25702da013dadcac5df9228643672976da (diff)
Document how to build in debian/README.source
Change-Id: If56b884bc682988665a21c534f7637e3497cf006 Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
Diffstat (limited to 'debian/README.source')
-rw-r--r--debian/README.source14
1 files changed, 14 insertions, 0 deletions
diff --git a/debian/README.source b/debian/README.source
index 1d9eceab..06dbd856 100644
--- a/debian/README.source
+++ b/debian/README.source
@@ -1,3 +1,17 @@
+How to build the package - for CI systems, etc
+
+1 - install all the build-dependencies as listed in the debian/control file.
+ From the repo top-level directory:
+
+apt-get install `dpkg-checkbuilddeps |& sed "s/dpkg-checkbuilddeps: Unmet build dependencies://g"`
+
+2 - run debuild (the flags will avoid signing the built packages):
+ From the repo top-level directory:
+
+debuild -uc -us
+
+***************
+
quilt patches format
Note that we use the dquilt format for patches as outlined on Debian's wiki: