TT#124273 Use execute_after_ instead of override_ for dh command

This avoids duplicating the call we want to hook into.

Change-Id: I91837467466ed5cbbaad0d75b72604f220846730
pull/7/head
Guillem Jover 4 years ago
parent 2b85ace62d
commit 37fef5f651

3
debian/rules vendored

@ -20,8 +20,7 @@ override_dh_auto_install:
find . -name '__pycache__' -type d -print0 | xargs --no-run-if-empty -0 rm -r
make clean
override_dh_fixperms:
dh_fixperms
execute_after_dh_fixperms:
chown www-data:www-data debian/repoapi/var/lib/repoapi
override_dh_installsystemd:

Loading…
Cancel
Save