Skip to content
Permalink
Browse files
Added -j option to dpkg-buildpackage to speed up build
  • Loading branch information
Rasmus Johansson committed Aug 2, 2018
1 parent 1b87cd8 commit a89a6e4
Showing 1 changed file with 1 addition and 1 deletion.
@@ -160,7 +160,7 @@ fi
# Build the package
# Pass -I so that .git and other unnecessary temporary and source control files
# will be ignored by dpkg-source when creating the tar.gz source package.
fakeroot dpkg-buildpackage -us -uc -I $BUILDPACKAGE_FLAGS
fakeroot dpkg-buildpackage -us -uc -I $BUILDPACKAGE_FLAGS -j$(nproc)

# If the step above fails due to missing dependencies, you can manually run
# sudo mk-build-deps debian/control -r -i

0 comments on commit a89a6e4

Please sign in to comment.