parallel deb building

This commit is contained in:
Antonio SJ Musumeci 2019-03-12 23:11:15 -04:00
parent cab7033d5b
commit b0b265b8e5
2 changed files with 4 additions and 2 deletions

View File

@ -200,7 +200,9 @@ endif
signed-deb: distclean debian-changelog
dpkg-buildpackage -nc
deb: distclean debian-changelog
deb:
$(MAKE) distclean
$(MAKE) debian-changelog
dpkg-buildpackage -nc -uc -us
rpm-clean:

2
debian/rules vendored
View File

@ -5,7 +5,7 @@
#export DH_VERBOSE=1
%:
dh $@
dh $@ --parallel
override_dh_auto_install:
$(MAKE) DESTDIR=$(CURDIR)/debian/mergerfs PREFIX=/usr install