File: rules

package info (click to toggle)
qmapshack 1.16.1-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 108,132 kB
  • sloc: cpp: 405,103; python: 1,199; sh: 652; xml: 210; awk: 21; makefile: 8; ansic: 1
file content (16 lines) | stat: -rwxr-xr-x 311 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/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=1

override_dh_installchangelogs:
	dh_installchangelogs changelog.txt