1
0
mirror of synced 2026-01-20 09:34:58 +00:00
2018-01-22 23:19:37 +01:00

15 lines
235 B
Makefile
Executable File

#!/usr/bin/make -f
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
%:
dh $@
override_dh_auto_test:
$(MAKE) non-author-test
override_dh_installchangelogs:
dh_installchangelogs NEWS.markdown
override_dh_auto_build: