Fix README build-dep bash snippet 95/2995/2
authorLuca Boccassi <luca.boccassi@gmail.com>
Tue, 20 Sep 2016 16:16:26 +0000 (17:16 +0100)
committerLuca Boccassi <luca.boccassi@gmail.com>
Tue, 20 Sep 2016 16:17:34 +0000 (17:17 +0100)
Change-Id: I8efb4f41d53324c10cc902c6927a7f463f614fea
Signed-off-by: Luca Boccassi <luca.boccassi@gmail.com>
debian/README.source

index 06dbd85..a21f5ee 100644 (file)
@@ -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: