Codebase list logbook / 14310a4
Merge branch 'disable-unittest-on-building-time' into 'master' Disable run unittest on building time, they are run by autopkgtests See merge request debian/logbook!13 IƱaki Malerba 5 years ago
1 changed file(s) with 3 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
2222 cd docs; \
2323 make html
2424
25 override_dh_auto_test:
26 # Run on autopkgtests
27
2528 get-orig-source:
2629 @if [ ! -d "debian" ] ; then \
2730 echo 'Run this from the top directory of the Debian source' >&2; \