Codebase list kbd / 30da217
Avoid shipping any libtool files Previously the package did not contain any *.la files, but apparently the new upstream release builds a few which we want to avoid shipping. Andreas Henriksson 4 years ago
1 changed file(s) with 2 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
6868 mv $(addprefix debian/kbd/usr/bin/,$(MOVE_TO_USR_SBIN)) $(KBD)/usr/sbin/
6969 # prepare udeb
7070 for ITEM in $(UDEB_BINARIES); do install -m755 src/$$ITEM-udeb $(KBD_UDEB)/bin/$$ITEM; done
71 # drop libtool files
72 find $(KBD) -name '*.la' -delete
7173
7274 override_dh_installdocs:
7375 dh_installdocs