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

%:
	dh $@

override_dh_install:
	chmod a-x src/_locales/nl/messages.json
	dh_install

override_dh_auto_build: