From 3c85d9f009804fb5e9ab787050b9deab1164dd71 Mon Sep 17 00:00:00 2001 From: Tim Schlueter Date: Sun, 11 Feb 2018 15:32:34 -0800 Subject: [PATCH] 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. --- Makefile | 9 +++------ debian/compat | 2 +- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index e773b46..ef1eacf 100644 --- a/Makefile +++ b/Makefile @@ -71,12 +71,9 @@ clean: .PHONY: deb deb: all - debuild --unsigned-source \ - --unsigned-changes \ - --no-pre-clean \ - --build=binary \ - --diff-ignore \ - --tar-ignore +# --unsigned-source --unsigned-changes --no-pre-clean --build=binary +# --diff-ignore --tar-ignore + debuild -us -uc -nc -b -i -I .PHONE: update-bcachefs-sources update-bcachefs-sources: diff --git a/debian/compat b/debian/compat index ec63514..f599e28 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10 -- 2.39.2