Merge pull request #2 from modelrockettier/master

Improve Debian Package Builds
This commit is contained in:
koverstreet 2018-02-11 21:03:36 -05:00 committed by GitHub
commit 8d95f4a437
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 9 additions and 7 deletions

View File

@ -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
View File

@ -1 +1 @@
9
10

5
debian/rules vendored
View File

@ -1,4 +1,9 @@
#!/usr/bin/make -f
PREFIX := /usr
%:
dh $@
override_dh_auto_install:
dh_auto_install -- "PREFIX=$(PREFIX)"