build: fully replace make by just.

This commit is contained in:
Alexandre Pujol 2025-07-22 23:18:00 +02:00 committed by Alex
parent 4a3a98c77d
commit 7d2229cd05
22 changed files with 113 additions and 182 deletions

View file

@ -1 +1 @@
# This file is generated by "make", all edit will be lost.
# This file is generated by "just", all edit will be lost.

1
debian/control vendored
View file

@ -6,6 +6,7 @@ Build-Depends: debhelper (>= 13.4),
debhelper-compat (= 13),
golang-any,
config-package-dev,
just,
Homepage: https://github.com/roddhjav/apparmor.d
Vcs-Browser: https://github.com/roddhjav/apparmor.d
Vcs-Git: https://github.com/roddhjav/apparmor.d.git

8
debian/rules vendored
View file

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