mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-02-23 00:00:02 +03:00
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:
parent
8544024bc1
commit
3c85d9f009
9
Makefile
9
Makefile
@ -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
2
debian/compat
vendored
@ -1 +1 @@
|
|||||||
9
|
10
|
||||||
|
Loading…
Reference in New Issue
Block a user