File: rules

package info (click to toggle)
libaccounts-glib 1.25-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 948 kB
  • sloc: ansic: 11,274; xml: 1,175; python: 72; sh: 7; makefile: 6
file content (20 lines) | stat: -rwxr-xr-x 471 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
#!/usr/bin/make -f
# -*- makefile -*-

# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
#
# see FEATURE AREAS in dpkg-buildflags(1)
export DEB_BUILD_MAINT_OPTIONS = hardening=+all

export DPKG_GENSYMBOLS_CHECK_LEVEL=4

override_dh_auto_test:
	:
#	# Tests often fail in Jenkins for timeout reasons; therefore, increase
#	# the timeout value
#	CK_TIMEOUT_MULTIPLIER=10 CK_DEFAULT_TIMEOUT=0 VERBOSE=1 \
#	  xvfb-run -a dbus-run-session dh_auto_test

%:
	dh $@