build: fully replace make by just.
This commit is contained in:
parent
4a3a98c77d
commit
7d2229cd05
22 changed files with 113 additions and 182 deletions
8
debian/rules
vendored
8
debian/rules
vendored
|
|
@ -9,5 +9,9 @@
|
|||
# golang/1.19 compresses debug symbols itself.
|
||||
override_dh_dwz:
|
||||
|
||||
# do not run 'make check' by default as it can be long for dev package
|
||||
override_dh_auto_test:
|
||||
override_dh_auto_build:
|
||||
just complain
|
||||
|
||||
override_dh_auto_install:
|
||||
just destdir="${CURDIR}/debian/apparmor.d" install
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue