File: rules

package info (click to toggle)
dino-im 0.5.1%2Bgit20251115.1deacee-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 7,188 kB
  • sloc: ansic: 394; cpp: 231; xml: 92; python: 55; makefile: 13
file content (20 lines) | stat: -rwxr-xr-x 494 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#!/usr/bin/make -f

DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)

%:
	dh $@ --buildsystem=meson

override_dh_auto_configure:
	dh_auto_configure -- \
	    --libdir=lib/$(DEB_HOST_MULTIARCH)/dino-im \
	    -Dplugindir=plugins \
	    -Dset-install-rpath=true

override_dh_auto_test:

execute_before_dh_auto_build:
	dpkg-parsechangelog --show-field Version > VERSION

override_dh_shlibdeps:
	dh_shlibdeps -- -l$(CURDIR)/debian/dino-im/usr/lib/$(DEB_HOST_MULTIARCH)/dino-im