You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
357 B
16 lines
357 B
#!/usr/bin/make -f
|
|
|
|
export DH_VERBOSE=1
|
|
export DH_COMPAT=7
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_install:
|
|
dh_install
|
|
debian/replace_cache_dirs
|
|
|
|
override_dh_fixperms:
|
|
dh_fixperms
|
|
chown www-data:www-data debian/self-service-password/var/cache/self-service-password/cache
|
|
chown www-data:www-data debian/self-service-password/var/cache/self-service-password/templates_c
|