Codebase list libisoburn / 0da1bc6
fix (rules): exclude .la files la files must not be installed so they are excluded from processing to avoid dh_missing warnings Dominique Dumont 2 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
1010 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
1111
1212 %:
13 dh $@
13 dh $@ --exclude=.la
1414
1515 override_dh_autoreconf:
1616 AUTOMAKE='automake --foreign' dh_autoreconf