Modest/debian/rules
2018-03-20 16:58:09 +01:00

14 lines
220 B
Makefile
Executable File

#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
# export DH_VERBOSE=1
%:
dh $@ --parallel
override_dh_auto_build:
dh_auto_build -- prefix=/usr
override_dh_auto_install:
dh_auto_install -- prefix=/usr