12 lines
153 B
Makefile
Executable file
12 lines
153 B
Makefile
Executable file
#!/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:
|
|
|