File: rules

package info (click to toggle)
qgo 2.1~git-20180413-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 9,340 kB
  • sloc: cpp: 35,482; makefile: 15
file content (28 lines) | stat: -rwxr-xr-x 536 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
22
23
24
25
26
27
28
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
export DH_VERBOSE=1

%:
	dh $@

#override_dh_auto_configure:
#	dh_auto_configure -- $(CONFFLAGS) --bindir=/usr/games

export DEB_CXXFLAGS_MAINT_APPEND = -fpermissive
export QT_SELECT=qt5

override_dh_auto_build:
	dh_auto_build --parallel

override_dh_install:
	dh_install --fail-missing

override_dh_strip:
	dh_strip --dbgsym-migration='qgo-dbg (<< 2.1~git-20150623-1~)'

override_dh_auto_clean:
	dh_auto_clean
	rm -f src/translations/*.qm
	rm -rf build/