mirror of
https://github.com/koverstreet/bcachefs-tools.git
synced 2025-03-10 00:00:04 +03:00
Merge pull request #2 from modelrockettier/master
Improve Debian Package Builds
This commit is contained in:
commit
8d95f4a437
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
|
||||||
|
5
debian/rules
vendored
5
debian/rules
vendored
@ -1,4 +1,9 @@
|
|||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
|
|
||||||
|
PREFIX := /usr
|
||||||
|
|
||||||
%:
|
%:
|
||||||
dh $@
|
dh $@
|
||||||
|
|
||||||
|
override_dh_auto_install:
|
||||||
|
dh_auto_install -- "PREFIX=$(PREFIX)"
|
||||||
|
Loading…
Reference in New Issue
Block a user