debian/rules: Don't pass --parallel to dh, it is the default now

This commit is contained in:
Balint Reczey 2021-10-08 15:08:33 +02:00 committed by Wireshark GitLab Utility
parent a1d964fa1c
commit 6617c7fc5d
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -31,7 +31,7 @@ else
endif
%:
dh $@ --with python3 --buildsystem $(DH_BUILDSYSTEM) --with quilt --parallel
dh $@ --with python3 --buildsystem $(DH_BUILDSYSTEM) --with quilt
override_dh_auto_configure:
dh_auto_configure -- -DBUILD_xxx2deb=ON -DBUILD_corbaidl2wrs=ON