Codebase list isc-kea / 251945e
Use --fail-missing to catch files not installed which should be Ondřej Surý 5 years ago
1 changed file(s) with 1 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
1212 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
1313
1414 %:
15 dh $@ --with autotools-dev,autoreconf --parallel -B
15 dh $@ --with autotools-dev,autoreconf --parallel --fail-missing -X.la -B
1616
1717 override_dh_auto_configure:
1818 dh_auto_configure $@ -- \
3636 override_dh_auto_test:
3737 dh_auto_test --no-parallel || /bin/true
3838
39 override_dh_install:
40 dh_install -X.la --list-missing
41
4239 override_dh_clean:
4340 dh_clean
4441 rm -f tools/system_messages