Commit e7663592 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Ignore build dependencies on the host system

When we are building the binary packages inside an schroot, they will be
fetched and installed. We don't need them on the host running sbuild.
parent 0b999c1b
......@@ -70,7 +70,7 @@ cd "$DIST_DIR"
dch -v "$FULL_VERSION" "$DCH_TEXT"
# Generate the source package used by subsequent sbuilds
dpkg-buildpackage -us -uc -S -j10
dpkg-buildpackage -us -uc -S -j10 -d
# Back to build/
cd ..
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment