File: rules

package info (click to toggle)
libresample 0.1.3-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 372 kB
  • sloc: sh: 2,466; ansic: 970; makefile: 50
file content (18 lines) | stat: -rwxr-xr-x 565 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

%:
	dh $@ --buildsystem meson+ninja

# Let d-shlibs calculate development package dependencies
#  and handle shared library install
execute_after_dh_install:
	d-shlibmove --commit \
	--multiarch \
	--exclude-la \
		--movedev "debian/tmp/usr/include/*" usr/include/ \
		--movedev "debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig/*.pc" usr/lib/$(DEB_HOST_MULTIARCH)/pkgconfig/ \
		debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.so

# extend timeout <https://bugs.debian.org/1077917>
override_dh_auto_test:
	dh_auto_test -- --timeout-multiplier 100