File: rules

package info (click to toggle)
qmapshack 1.20.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 120,912 kB
  • sloc: cpp: 518,381; sh: 1,462; xml: 500; python: 180; makefile: 12; ansic: 1
file content (21 lines) | stat: -rwxr-xr-x 396 bytes parent folder | download | duplicates (3)
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