File: rules

package info (click to toggle)
libqapt 3.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 3,852 kB
  • ctags: 1,447
  • sloc: cpp: 11,201; sh: 23; makefile: 8
file content (15 lines) | stat: -rwxr-xr-x 249 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

export QT_SELECT=qt5

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

%:
	dh $@ --with kf5 --parallel --dbg-package=qapt-dbg

override_dh_install:
	dh_install --fail-missing

override_dh_auto_test:
	# Disable dh_auto_test
	: