summaryrefslogtreecommitdiffstats
path: root/tests/t-buildinfo/Makefile
blob: 019d850c3ea6458888baae9cb269986a8345e096 (plain)
1
2
3
4
5
6
7
8
9
10
11
OPTS = --admindir=$(CURDIR)/db-buildinfo

test:
	touch test-binary-a_1.0_amd64.deb
	dpkg-source -b pkg-source
	cd pkg-source && DEB_HOST_ARCH=amd64 dpkg-checkbuilddeps $(OPTS)
	cd pkg-source && DEB_HOST_ARCH=amd64 dpkg-genbuildinfo $(OPTS)

test-clean:
	rm -f *.dsc *.deb *.buildinfo
	rm -f *.tar.xz