Codebase list kio / 4a9530a
Move away from dhmk Gbp-Dch: Ignore Maximiliano Curia 6 years ago
1 changed file(s) with 6 addition(s) and 5 deletion(s). Raw diff Collapse all Expand all
00 #!/usr/bin/make -f
11 # -*- makefile -*-
22
3 include /usr/share/pkg-kde-tools/qt-kde-team/3/debian-qt-kde.mk
3 %:
4 dh $@ --with kf5,pkgkde_symbolshelper --buildsystem kf5
45
56 override_dh_auto_configure:
6 $(overridden_command) -- -DBUILD_QCH=ON
7 dh_auto_configure -- -DBUILD_QCH=ON
78
89 override_dh_shlibdeps:
9 $(overridden_command) $(patsubst %,-p%,$(filter lib%,$(shell dh_listpackages))) -- -xkio
10 $(overridden_command) --remaining-packages
10 dh_shlibdeps $(patsubst %,-p%,$(filter lib%,$(shell dh_listpackages))) -- -xkio
11 dh_shlibdeps --remaining-packages
1112
1213 override_dh_strip:
13 $(overridden_command) --dbgsym-migration='kio-dbg (<= 5.19.0-1~~)'
14 dh_strip --dbgsym-migration='kio-dbg (<= 5.19.0-1~~)'
1415
1516 override_dh_auto_test:
1617 # Disable dh_auto_test at build time