Skip to content
Snippets Groups Projects
Commit 788f2201 authored by Frederic Danis's avatar Frederic Danis
Browse files

apparmor: Add dh-apparmor to install profile


Need to (re)load the AppArmor profile on package install.

Signed-off-by: default avatarFrédéric Danis <frederic.danis@collabora.com>
parent 31d5828b
No related branches found
No related tags found
2 merge requests!17Merge changes from apertis/v2021-updates into apertis/v2021,!16Backport from v2023dev1
......@@ -4,6 +4,7 @@ Priority: optional
Maintainer: Laurent Bigonville <bigon@debian.org>
Uploaders: Craig Andrews <candrews@integralblue.com>
Build-Depends: debhelper (>= 11),
dh-apparmor,
gobject-introspection (>= 0.9.6),
intltool (>= 0.40.0),
libavahi-client-dev (>= 0.6.10),
......
......@@ -33,6 +33,10 @@ override_dh_auto_configure:
${MM_NM_FLAGS} \
${MLS_API_KEY}
override_dh_install:
dh_install
dh_apparmor -pgeoclue-2.0 --profile-name=usr.lib.geoclue-2.0.geoclue
override_dh_auto_test:
# testsuite fails on missing latitude (et.al)
# which is only available when using GeoLiteCity.dat
......
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