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

override_dh_install:
	dh_install
	find ./debian/ -type d -name site-packages -prune -execdir mv site-packages dist-packages \;
	find ./debian/ -type d -name __pycache__ -prune -execdir rm -r __pycache__ \;

override_dh_installinit:
	dh_installinit --name=razerd

%:
	dh $@ --with systemd
bues.ch cgit interface