Skip to content
Snippets Groups Projects
Commit 4ea5fa95 authored by Andrew Lee (李健秋)'s avatar Andrew Lee (李健秋)
Browse files

Add dh-apparmor as build-deps


These apparmor profiles that shipped in this package used to load by
dpkg trigger which took too long as it reload all available profiles.

We are trying to minimize the the load time and also avoid
work-in-progress profile to be loaded when a developer is editing the
profile on the filesystem.

So that we need to call dh_apparmor in debian/rules to generate
apparmor profile reload script for each profile that ship in the
package.

Signed-off-by: default avatarAndrew Lee (李健秋) <andrew.lee@collabora.co.uk>
parent ab0d1b2b
No related branches found
No related tags found
1 merge request!6Add dh apparmor support
......@@ -6,6 +6,7 @@ Build-Depends:
autoconf-archive,
autotools-dev,
debhelper (>= 9),
dh-apparmor,
dh-autoreconf,
dh-systemd,
gobject-introspection,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment