File: rules

package info (click to toggle)
deepin-deb-installer 6.5.5-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 5,244 kB
  • sloc: cpp: 26,319; sh: 50; makefile: 10; xml: 8
file content (21 lines) | stat: -rwxr-xr-x 444 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
#!/usr/bin/make -f
#export DH_VERBOSE = 1


export DEB_BUILD_MAINT_OPTIONS = hardening=+all

export DEB_CFLAGS_MAINT_APPEND  = -Wall -pedantic

export QT_SELECT := 5

include /usr/share/dpkg/default.mk


%:
	dh $@ --buildsystem=cmake --no-parallel

override_dh_auto_configure:
	dh_auto_configure -- -DAPP_VERSION=$(DEB_VERSION_UPSTREAM) -DVERSION=$(DEB_VERSION_UPSTREAM)

execute_after_auto_clean:
	find translations -type f -name *.qm -delete