1 TESTS_DEB
:= pkg-a pkg-b
6 $(DPKG_INSTALL
) pkg-a.deb
7 # The user was not explicit in the request, fail
8 ! $(DPKG_INSTALL
) pkg-b.deb
9 # Even if requesting auto-deconfigure the request is not explicit
11 ! $(DPKG_INSTALL
) -B pkg-b.deb
12 # Set up the desired transaction
13 echo pkg-a deinstall |
$(BEROOT
) $(DPKG
) --set-selections
14 $(DPKG_INSTALL
) pkg-b.deb