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
|
||||
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:
|
||||
|
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
|
||||
|
||||
PREFIX := /usr
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
||||
override_dh_auto_install:
|
||||
dh_auto_install -- "PREFIX=$(PREFIX)"
|
||||
|
Loading…
Reference in New Issue
Block a user