repo.or.cz
/
dpkg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
man: Improve description for dpkg-build-api v1 items
[dpkg.git]
/
tests
/
t-conflict-provide-replace-real
/
Makefile
blob
84334ce1af88dfe598daf58f56a7c0738c5d7a8f
1
TESTS_DEB
:=
pkg-a pkg-b
2
3
include
..
/
Test.mk
4
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
9
10
test-clean
:
11
$(
DPKG_PURGE
)
pkg-b
12
-$(
DPKG_PURGE
)
pkg-a
13