File: rules

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

export QT_SELECT = 5
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed

%:
	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