Use debhelper 11 features instead of dh-exec
Since compat level 11, man pages installed by the upstream build system can be listed in d/*.manpages and will automatically be excluded under the nodoc build-profile.
This commit is contained in:
parent
acd23f9fa7
commit
e920c289a7
|
|
@ -1,8 +1,5 @@
|
||||||
#!/usr/bin/dh-exec
|
|
||||||
|
|
||||||
etc/ostree
|
etc/ostree
|
||||||
usr/bin/ostree
|
usr/bin/ostree
|
||||||
usr/bin/rofiles-fuse
|
usr/bin/rofiles-fuse
|
||||||
usr/share/bash-completion/completions/ostree
|
usr/share/bash-completion/completions/ostree
|
||||||
usr/share/man <!nodoc>
|
|
||||||
usr/share/ostree/trusted.gpg.d
|
usr/share/ostree/trusted.gpg.d
|
||||||
|
|
|
||||||
|
|
@ -0,0 +1 @@
|
||||||
|
usr/share/man/man?/*
|
||||||
Loading…
Reference in New Issue