From: Luca Boccassi Date: Tue, 30 Aug 2016 17:40:12 +0000 (+0100) Subject: Document how to build in debian/README.source X-Git-Tag: debian/16.07-1~45 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F55%2F2555%2F1;p=deb_dpdk.git Document how to build in debian/README.source Change-Id: If56b884bc682988665a21c534f7637e3497cf006 Signed-off-by: Luca Boccassi --- 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: