diff --git a/Makefile b/Makefile index e773b467..ef1eacf7 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 ec635144..f599e28b 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -9 +10