man: Improve description for dpkg-build-api v1 items
[dpkg.git] / tests / t-provides-arch-qualified / Makefile
blob0334b194154823a08377848edee71061b70bc3c7
1 TESTS_DEB := pkg-a pkg-b
3 include ../Test.mk
5 test-case:
6 $(DPKG) --add-architecture i386
7 $(DPKG) --add-architecture amd64
8 $(DPKG_INSTALL) pkg-a.deb
9 # test if the conflicting package fails on install
10 ! $(DPKG_INSTALL) pkg-b.deb
12 test-clean:
13 $(DPKG_PURGE) pkg-b
14 $(DPKG_PURGE) pkg-a
15 $(DPKG) --remove-architecture i386
16 $(DPKG) --remove-architecture amd64