File: rules

package info (click to toggle)
msitools 0.101%2Brepack-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 4,800 kB
  • sloc: ansic: 17,990; yacc: 862; sh: 416; perl: 201; makefile: 10
file content (20 lines) | stat: -rwxr-xr-x 475 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

include /usr/share/dpkg/architecture.mk

export DEB_BUILD_MAINT_OPTIONS = hardening=+all

VALAFLAGS:=$(foreach w,$(CPPFLAGS) $(CFLAGS) $(LDFLAGS),-X $(w))

%:
	dh $@ --with gir

override_dh_installchangelogs:
	dh_installchangelogs NEWS

# See https://gitlab.gnome.org/GNOME/msitools/-/issues/32
# We still ship the package for now, it's not clear whether the tools
# or the tests are broken
ifeq (big,$(DEB_HOST_ARCH_ENDIAN))
override_dh_auto_test:
endif