> Dear Maintainer,
> 
> It would be great if the integration with dh could be improved.
> 
> The first step would be to enable --with=apparmor support with a script
> like this (/usr/share/perl5/Debian/Debhelper/Sequence/apparmor.pm):
> 
>     #! /usr/bin/perl
>     # debhelper sequence file for dh_apparmor
> 
>     use warnings;
>     use strict;
>     use Debian::Debhelper::Dh_Lib;
> 
>     insert_after("dh_install", "dh_apparmor");
> 
>     1
> 
> It would also require dh_apparmor to do some guesswork and not create
> postinst scripts for binary packages not shipping anything
> apparmor-related.
> 
> Please consider implementing this.
> 
> Thanks!
> 
> 

Hi AppArmor team,

I am happy to assist with technical bits (from a debhelper side PoV) if
you have questions or best practises in this area. :)

Thanks,
~Niels

Reply via email to