build(debian): cosmetic and cleanup.
This commit is contained in:
parent
e0fc80aaa9
commit
1a0dcd0bf6
6 changed files with 7 additions and 5 deletions
1
debian/apparmor.d.displace
vendored
1
debian/apparmor.d.displace
vendored
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
1
debian/apparmor.d.hide
vendored
1
debian/apparmor.d.hide
vendored
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
2
debian/apparmor.d.postinst
vendored
2
debian/apparmor.d.postinst
vendored
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
2
debian/apparmor.d.postrm
vendored
2
debian/apparmor.d.postrm
vendored
|
|
@ -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
2
debian/control
vendored
|
|
@ -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
4
debian/rules
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue