debian/rules: Do not explicitly pass --parallel to debhelper as it's the default now

This commit is contained in:
Laurent Bigonville
2018-06-21 18:42:56 +02:00
parent dee696cdd1
commit 847a201bfe
2 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
CONFIG_ARGS = -Dudev_rules_dir=/lib/udev/rules.d
%:
dh $@ --parallel
dh $@
override_dh_clean:
dh_clean