summaryrefslogtreecommitdiffstats
path: root/scripts/t/mk/vendor.mk
blob: 4e0d9ff899516df73879be8f73c4e13b7c125ac7 (plain)
1
2
3
4
5
6
include $(srcdir)/mk/vendor.mk

test:
	test "$(DEB_VENDOR)" = "Debian"
	test "$(DEB_PARENT_VENDOR)" = ""
	test "$(shell $(call dpkg_vendor_derives_from,debian))" = "yes"