File: rules

package info (click to toggle)
architecture-properties 0.1.1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 20 kB
  • sloc: makefile: 5
file content (9 lines) | stat: -rwxr-xr-x 252 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

%:
	dh $@

execute_before_dh_gencontrol:
	echo "DEB-HOST-ARCH-BITS=$(DEB_HOST_ARCH_BITS)" >> debian/architecture-properties.substvars
	echo "DEB-HOST-ARCH-ENDIAN=$(DEB_HOST_ARCH_ENDIAN)" >> debian/architecture-properties.substvars