drop unnecessary dh-argument --parallel

Signed-off-by: Shengjing Zhu <i@zhsj.me>
master
Shengjing Zhu 2018-05-22 21:41:13 +08:00
parent ceddad220a
commit fe118d1c13
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -7,7 +7,7 @@ UPSTREAM_GIT ?= http://lab.jerasure.org/jerasure/gf-complete.git
GIT_TAG ?= $(shell echo '$(DEB_VERSION_UPSTREAM)' | sed -e 's/~/_/')
%:
dh $@ --with autoreconf --parallel
dh $@ --with autoreconf
ifeq ($(DEB_HOST_ARCH_BITS), 32)
override_dh_auto_configure: