File: rules

package info (click to toggle)
libaccounts-qt 1.16-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 588 kB
  • sloc: cpp: 3,237; makefile: 15; sh: 8
file content (27 lines) | stat: -rwxr-xr-x 561 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
25
26
27
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
export DPKG_GENSYMBOLS_CHECK_LEVEL=4
export QT_SELECT=5

override_dh_auto_configure:
	dh_auto_configure -- LIBDIR=/usr/lib/$(DEB_HOST_MULTIARCH)

override_dh_auto_install:
	dh_auto_install
	find debian/tmp -name jquery.js -exec ln -sfv /usr/share/javascript/jquery/jquery.js {} \;
	# test stuff
	rm debian/tmp/usr/bin/accountstest

override_dh_auto_test:
	# Disable unittests
	:

override_dh_auto_clean:
	-dh_auto_clean -- cleandocs
	dh_auto_clean

%:
	dh $@