Codebase list krdc / d2362f0
rules: use execute_after_dh_auto_install Pino Toscano 2 years ago
2 changed file(s) with 3 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
11
22 [ Pino Toscano ]
33 * Bump Standards-Version to 4.6.0, no changes required.
4 * Use execute_after_dh_auto_install to avoid invoking dh_auto_install
5 manually.
46
57 -- Debian Qt/KDE Maintainers <debian-qt-kde@lists.debian.org> Sat, 21 Aug 2021 09:57:03 +0200
68
77 override_dh_auto_configure:
88 dh_auto_configure -Skf5 -- -DHAVE_XFREERDP=true
99
10 override_dh_auto_install:
11 dh_auto_install
10 execute_after_dh_auto_install:
1211 # Drop development files
1312 rm -rf debian/krdc/usr/include/
1413 find debian/krdc -name '*.so' -type l -delete