man: Improve description for dpkg-build-api v1 items
[dpkg.git] / tests / t-conflict-provide-replace-real / Makefile
blob84334ce1af88dfe598daf58f56a7c0738c5d7a8f
1 TESTS_DEB := pkg-a pkg-b
3 include ../Test.mk
5 test-case:
6 $(DPKG_INSTALL) pkg-a.deb
7 # test if the replacing package takes over on install
8 $(DPKG_INSTALL) pkg-b.deb
10 test-clean:
11 $(DPKG_PURGE) pkg-b
12 -$(DPKG_PURGE) pkg-a