File: rules

package info (click to toggle)
mailman-suite 0%2B20200530-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 332 kB
  • sloc: sh: 471; python: 242; makefile: 9
file content (12 lines) | stat: -rwxr-xr-x 372 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

%:
	dh $@

override_dh_fixperms:
	chmod 0644 debian/mailman3-web/usr/share/mailman3-web/wsgi.py
	dh_fixperms
	chown list:list debian/mailman3-web/var/lib/mailman3
	chown list:list debian/mailman3-web/var/log/mailman3
	chown -R www-data:www-data debian/mailman3-web/var/lib/mailman3/web
	chown www-data:www-data debian/mailman3-web/var/log/mailman3/web