File: rules

package info (click to toggle)
orc 1%3A0.4.33-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 2,540 kB
  • sloc: ansic: 46,000; xml: 4,077; sh: 90; makefile: 11
file content (18 lines) | stat: -rwxr-xr-x 393 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/make -f

export DEB_LDFLAGS_MAINT_APPEND = -Wl,-O1 -Wl,-z,defs

%:
	dh $@

override_dh_makeshlibs:
	dh_makeshlibs -pliborc-0.4-0 -V 'liborc-0.4-0 (>= 1:0.4.25)' -- -c4

# Temporarily ignore arm64 test failure:
# https://gitlab.freedesktop.org/gstreamer/orc/-/issues/45
override_dh_auto_test:
ifneq (,$(filter $(DEB_HOST_ARCH), arm64))
	dh_auto_test || true
else
	dh_auto_test
endif