2021-04-04 00:22:09 +02:00
|
|
|
#!/usr/bin/make -f
|
2023-03-10 11:31:23 +01:00
|
|
|
# apparmor.d - Full set of apparmor profiles
|
2024-02-07 00:16:21 +01:00
|
|
|
# Copyright (C) 2021-2024 Alexandre Pujol <alexandre@pujol.io>
|
2023-03-10 11:31:23 +01:00
|
|
|
# SPDX-License-Identifier: GPL-2.0-only
|
2021-04-04 00:22:09 +02:00
|
|
|
|
|
|
|
%:
|
2022-10-16 13:08:21 +02:00
|
|
|
dh $@ --with=config-package
|
2023-09-20 22:48:26 +02:00
|
|
|
|
|
|
|
# golang/1.19 compresses debug symbols itself.
|
|
|
|
override_dh_dwz:
|
2024-11-12 23:31:16 +01:00
|
|
|
|
|
|
|
# do not run 'make check' by default as it can be long for dev package
|
|
|
|
override_dh_auto_test:
|