File: rules

package info (click to toggle)
cmst 2023.03.14-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,608 kB
  • sloc: cpp: 6,999; xml: 142; makefile: 12
file content (19 lines) | stat: -rwxr-xr-x 379 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
#!/usr/bin/make -f
#export DH_VERBOSE=1

export QT_SELECT = 6
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

%:
	dh ${@} --buildsystem=qmake6

override_dh_auto_configure:
	dh_auto_configure -- DISTRO=debian

override_dh_install:
	$(RM) -r $(CURDIR)/debian/cmst/usr/share/licenses
	dh_install

override_dh_auto_clean:
	dh_auto_clean
	rm -f apps/cmstapp/qmake_qmake_qm_files.qrc