summaryrefslogtreecommitdiffhomepage
path: root/debian/rules
blob: 2ee26043893d9c31196b8161df78d23a8ecae2df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/usr/bin/make -f

%:
	dh $@

override_dh_fixperms:
	dh_fixperms
	chmod a+rwx debian/whiteboard/var/lib/whiteboard


override_dh_auto_install:
	dh_auto_install
	dh_installsystemd --name whiteboard
	dh_installsystemd --name whiteboard-cleanup