mirror of
https://github.com/roddhjav/apparmor.d.git
synced 2024-12-26 06:58:00 +01:00
f814bb4caf
Enable it manually in github action.
13 lines
360 B
Makefile
Executable file
13 lines
360 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
# apparmor.d - Full set of apparmor profiles
|
|
# Copyright (C) 2021-2024 Alexandre Pujol <alexandre@pujol.io>
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
%:
|
|
dh $@ --with=config-package
|
|
|
|
# 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:
|