mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
14 lines
326 B
Makefile
Executable file
14 lines
326 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
#export DH_VERBOSE=1
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_auto_install:
|
|
dh_auto_install
|
|
# Clean up unnecessary static libraries for modules
|
|
rm debian/scim-kmfl-imengine/usr/lib/*/scim-1.0/*/*/*.a
|
|
rm debian/scim-kmfl-imengine/usr/lib/*/scim-1.0/*/*/*.la
|
|
|
|
override_dh_auto_test:
|
|
# Disabled: Incompelete in po/
|