build(debian): cosmetic and cleanup.

This commit is contained in:
Alexandre Pujol 2023-03-10 10:31:23 +00:00
parent e0fc80aaa9
commit 1a0dcd0bf6
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC
6 changed files with 7 additions and 5 deletions

View File

@ -1,3 +1,4 @@
# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2021 Alexandre Pujol <alexandre@pujol.io> # Copyright (C) 2021 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only # SPDX-License-Identifier: GPL-2.0-only

View File

@ -1,3 +1,4 @@
# apparmor.d - Full set of apparmor profiles
# Copyright (C) 2021 Alexandre Pujol <alexandre@pujol.io> # Copyright (C) 2021 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only # SPDX-License-Identifier: GPL-2.0-only

View File

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
# Post remove install. # apparmor.d - Full set of apparmor profiles
# Copyright (C) 2021 Alexandre Pujol <alexandre@pujol.io> # Copyright (C) 2021 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only # SPDX-License-Identifier: GPL-2.0-only

View File

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
# Post remove script. # apparmor.d - Full set of apparmor profiles
# Copyright (C) 2021 Alexandre Pujol <alexandre@pujol.io> # Copyright (C) 2021 Alexandre Pujol <alexandre@pujol.io>
# SPDX-License-Identifier: GPL-2.0-only # SPDX-License-Identifier: GPL-2.0-only

2
debian/control vendored
View File

@ -16,5 +16,5 @@ Rules-Requires-Root: no
Package: apparmor.d Package: apparmor.d
Architecture: all Architecture: all
Depends: apparmor-profiles, ${misc:Depends} Depends: apparmor-profiles
Description: Full set of AppArmor profiles (~ 1400 profiles) Description: Full set of AppArmor profiles (~ 1400 profiles)

4
debian/rules vendored
View File

@ -1,7 +1,7 @@
#!/usr/bin/make -f #!/usr/bin/make -f
# rules makefile. # apparmor.d - Full set of apparmor profiles
# Copyright (C) 2021 Alexandre Pujol <alexandre@pujol.io> # Copyright (C) 2021 Alexandre Pujol <alexandre@pujol.io>
# # SPDX-License-Identifier: GPL-2.0-only
%: %:
dh $@ --with=config-package dh $@ --with=config-package