From: Luca Boccassi Date: Tue, 20 Sep 2016 16:16:26 +0000 (+0100) Subject: Fix README build-dep bash snippet X-Git-Tag: debian/16.07-1~21 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=0db321853cccd9f85fcb5afcfae7e54c4aabdcb0;p=deb_dpdk.git Fix README build-dep bash snippet Change-Id: I8efb4f41d53324c10cc902c6927a7f463f614fea Signed-off-by: Luca Boccassi --- diff --git a/debian/README.source b/debian/README.source index 06dbd856..a21f5eee 100644 --- a/debian/README.source +++ b/debian/README.source @@ -3,7 +3,7 @@ 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"` +apt-get install `dpkg-checkbuilddeps |& sed "s/.*://g" |& sed "s/(...[0-9]*)//g"` 2 - run debuild (the flags will avoid signing the built packages): From the repo top-level directory: