File: rules

package info (click to toggle)
doomsday 2.2.2%2Bds1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 78,568 kB
  • sloc: cpp: 317,236; ansic: 75,992; python: 1,498; sh: 232; xml: 79; makefile: 72
file content (24 lines) | stat: -rwxr-xr-x 468 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/usr/bin/make -f

export DH_VERBOSE=1

export DEB_BUILD_MAINT_OPTIONS=hardening=+all

export DEB_LDFLAGS_MAINT_APPEND=-Wl,--as-needed

export QT_SELECT := 5

# For SOURCE_DATE_EPOCH and DEB_VERSION
include /usr/share/dpkg/default.mk

%:
	dh $@

override_dh_auto_configure:
	dh_auto_configure -- \
	        -DDENG_ASSIMP_EMBEDDED:BOOL=OFF \
	        -DDENG_BUILD=$(DEB_VERSION) \
	        -DCMAKE_INSTALL_BINDIR=games

override_dh_missing:
	dh_missing --fail-missing