Skip to content

Commit

Permalink
Fix parallel build (at least first stage)
Browse files Browse the repository at this point in the history
  • Loading branch information
dermoth committed Feb 13, 2018
1 parent b46f1ed commit b36c0f7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dpkgfiles/make_deb_package.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ def pwd():
shutil.copy('dpkgfiles/%s' % f, 'debian/%s' % f)

# Finally, all the magic happens here
execAndWait('dpkg-buildpackage -rfakeroot -uc -us -j8')
execAndWait('dpkg-buildpackage -rfakeroot -uc -us -jauto')
2 changes: 1 addition & 1 deletion dpkgfiles/rules
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
#export DH_VERBOSE=1

%:
dh $@
dh $@ --parallel

override_dh_auto_test:

Expand Down

0 comments on commit b36c0f7

Please sign in to comment.