File: rules

package info (click to toggle)
qmapshack 1.19.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 123,120 kB
  • sloc: cpp: 516,656; sh: 1,354; python: 997; xml: 710; awk: 21; makefile: 12; ansic: 1
file content (21 lines) | stat: -rwxr-xr-x 396 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#!/usr/bin/make -f

# Enable hardening build flags
export DEB_BUILD_MAINT_OPTIONS=hardening=+all

export QT_SELECT := qt5

# one ring to rule them all ...
%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
		-DCMAKE_VERBOSE_MAKEFILE=ON \
		-DUPDATE_TRANSLATIONS=OFF

override_dh_installchangelogs:
	dh_installchangelogs changelog.txt

override_dh_compress:
	dh_compress -X.qch -X.qhc