Set debian/compat to 10

* Compat level 10 allows parallel builds by default.
	* Also changed debuild to use short arguments.
	* Long arguments weren't supported until dpkg-dev 1.18.8.
This commit is contained in:
Tim Schlueter 2018-02-11 15:32:34 -08:00
parent 8544024bc1
commit 3c85d9f009
2 changed files with 4 additions and 7 deletions

View File

@ -71,12 +71,9 @@ clean:
.PHONY: deb .PHONY: deb
deb: all deb: all
debuild --unsigned-source \ # --unsigned-source --unsigned-changes --no-pre-clean --build=binary
--unsigned-changes \ # --diff-ignore --tar-ignore
--no-pre-clean \ debuild -us -uc -nc -b -i -I
--build=binary \
--diff-ignore \
--tar-ignore
.PHONE: update-bcachefs-sources .PHONE: update-bcachefs-sources
update-bcachefs-sources: update-bcachefs-sources:

2
debian/compat vendored
View File

@ -1 +1 @@
9 10