uronode/debian/rules
Dave Hibberd 3e36bb0d88 removed manpages in debian folder due to upstream changes, removed elf
binary from source tarball at build time
2015-11-22 18:11:43 +00:00

16 lines
217 B
Makefile
Executable file

#!/usr/bin/make -f
%:
dh $@
# Collapse upstream changes file into single file
override_dh_auto_install:
rm --verbose calibrate
dh_auto_install
override_dh_auto_build:
cat CHANGES.* > changelog
dh_auto_build