[go: up one dir, main page]

File: rules

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

export QT_SELECT = 5
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

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

override_dh_auto_configure:
	dh_auto_configure -- DISTRO=debian

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