File: rules

package info (click to toggle)
gtk4-layer-shell 1.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 832 kB
  • sloc: ansic: 5,618; xml: 417; python: 407; makefile: 15
file content (22 lines) | stat: -rwxr-xr-x 465 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
#!/usr/bin/make -f


include /usr/share/dpkg/pkg-info.mk
export DEB_BUILD_MAINT_OPTIONS = hardening=+all


%:
	dh $@
override_dh_auto_configure:
	dh_auto_configure -- \
	-Dexamples=true \
	-Ddocs=true \
	-Dtests=true \
	-Dsmoke-tests=false

# Test currently fail on those arches, see github.com/wmww/gtk4-layer-shell/issues/106
override_dh_auto_test:
ifneq ($(filter armel armhf hppa powerpc ppc64 x32,$(DEB_HOST_ARCH)),)
	dh_auto_test --no-act
endif
	dh_auto_test