File: rules

package info (click to toggle)
libqapt 3.0.5-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 3,348 kB
  • sloc: cpp: 11,268; sh: 22; makefile: 10
file content (18 lines) | stat: -rwxr-xr-x 310 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

export QT_SELECT=qt5

export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed

%:
	dh $@ --with kf5,pkgkde_symbolshelper

override_dh_missing:
	dh_missing --fail-missing

override_dh_auto_test:
	# Disable dh_auto_test
	:

override_dh_strip:
	dh_strip --dbgsym-migration='qapt-dbg (<< 3.0.3-1~)'