debian: correctly install sg-tape-cmd setuid binary

This commit is contained in:
Dietmar Maurer
2020-12-28 13:22:17 +01:00
parent d5d457e667
commit df3a74d7e0
3 changed files with 5 additions and 1 deletions

3
debian/rules vendored
View File

@ -42,6 +42,9 @@ override_dh_installsystemd:
# note: we start/try-reload-restart services manually in postinst
dh_installsystemd --no-start --no-restart-after-upgrade
override_dh_fixperms:
dh_fixperms --exclude sg-tape-cmd
# workaround https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=933541
# TODO: remove once available (Debian 11 ?)
override_dh_dwz: