summaryrefslogtreecommitdiffstats
path: root/debian/rules
blob: 46fda55c582ba62252db407ed34a1dc749c76009 (plain)
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