]> git.sesse.net Git - bcachefs-tools-debian/commitdiff
Set debian/compat to 10
authorTim Schlueter <schlueter.tim@linux.com>
Sun, 11 Feb 2018 23:32:34 +0000 (15:32 -0800)
committerTim Schlueter <schlueter.tim@linux.com>
Sun, 11 Feb 2018 23:32:34 +0000 (15:32 -0800)
* 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
debian/compat

index e773b467862ce155e17c6c47c153148d9f7561ea..ef1eacf7b0069aeb5def81900a9ae9f871743e90 100644 (file)
--- 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:
index ec635144f60048986bc560c5576355344005e6e7..f599e28b8ab0d8c9c57a486c89c4a5132dcbd3b2 100644 (file)
@@ -1 +1 @@
-9
+10