File: rules

package info (click to toggle)
gr-soapy 2.1.3-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,100 kB
  • sloc: python: 9,381; cpp: 1,407; sh: 39; ansic: 9; makefile: 5
file content (9 lines) | stat: -rwxr-xr-x 175 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

include /usr/share/dpkg/architecture.mk

%:
	dh $@ --with=python3

override_dh_auto_configure:
	dh_auto_configure -- -DLIB_SUFFIX="/$(DEB_HOST_MULTIARCH)"