X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=debian%2FREADME.source;h=a21f5eee55e2a6f0c1b7956079109747bbb196f7;hb=refs%2Fchanges%2F89%2F6789%2F1;hp=06dbd856eecb79a3f585ce52fb643101add8f040;hpb=7196e2f44ed6df344d711a63dd5142038382c766;p=deb_dpdk.git 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: