blob: 7d05c09132bcf33fa0812d63abc150f5d6713903 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#!/usr/bin/make -f
# -*- makefile -*-
%:
dh $@ --with kf5,pkgkde_symbolshelper --buildsystem kf5
override_dh_auto_configure:
dh_auto_configure -- -DBUILD_QCH=ON
override_dh_strip:
dh_strip --dbgsym-migration='libkf5solid5-dbg (<= 5.19.0-1~~)'
override_dh_auto_test:
# Disable dh_auto_test at build time
:
|