Modest/debian/rules

14 lines
220 B
Plaintext
Raw Normal View History

2018-03-20 17:06:12 +03:00
#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
# export DH_VERBOSE=1
%:
dh $@ --parallel
2018-03-20 18:58:09 +03:00
override_dh_auto_build:
dh_auto_build -- prefix=/usr
2018-03-20 17:06:12 +03:00
override_dh_auto_install:
2018-03-20 18:58:09 +03:00
dh_auto_install -- prefix=/usr