From 0db321853cccd9f85fcb5afcfae7e54c4aabdcb0 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Tue, 20 Sep 2016 17:16:26 +0100 Subject: Fix README build-dep bash snippet Change-Id: I8efb4f41d53324c10cc902c6927a7f463f614fea Signed-off-by: Luca Boccassi --- debian/README.source | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'debian/README.source') 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: -- cgit 1.2.3-korg