This is an automated email from the git hooks/post-receive script. guillem pushed a commit to branch master in repository dpkg.
View the commit online: https://git.dpkg.org/cgit/dpkg/dpkg.git/commit/?id=9f875193126f760325fd77eb057580321f722257 commit 9f875193126f760325fd77eb057580321f722257 Author: Guillem Jover <[email protected]> AuthorDate: Tue Sep 8 06:12:30 2009 +0200 The status for purged packages is now 'unknown ok not-installed' --- t-conffile-replaces-disappear/Makefile | 2 +- t-file-replaces-disappear/Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/t-conffile-replaces-disappear/Makefile b/t-conffile-replaces-disappear/Makefile index 313f39bfb..1f77ee37d 100644 --- a/t-conffile-replaces-disappear/Makefile +++ b/t-conffile-replaces-disappear/Makefile @@ -6,7 +6,7 @@ test-case: test-two-run-ordered test-one-run-ordered \ test-two-run-reverse test-one-run-reverse define VERIFY -test "`$(PKG_STATUS) pkg-conff-original`" = "purge ok not-installed" +test "`$(PKG_STATUS) pkg-conff-original`" = "unknown ok not-installed" test "`$(PKG_STATUS) pkg-conff-takeover`" = "install ok installed" test "`$(DPKG_QUERY) -S /test-conffile`" = "pkg-conff-takeover: /test-conffile" cmp ref-conffile /test-conffile diff --git a/t-file-replaces-disappear/Makefile b/t-file-replaces-disappear/Makefile index 84ea18b6f..97b5296c9 100644 --- a/t-file-replaces-disappear/Makefile +++ b/t-file-replaces-disappear/Makefile @@ -6,7 +6,7 @@ test-case: test-two-run-ordered test-one-run-ordered \ test-two-run-reverse test-one-run-reverse define VERIFY -test "`$(PKG_STATUS) pkg-file-original`" = "purge ok not-installed" +test "`$(PKG_STATUS) pkg-file-original`" = "unknown ok not-installed" test "`$(PKG_STATUS) pkg-file-takeover`" = "install ok installed" test "`$(DPKG_QUERY) -S /test-file`" = "pkg-file-takeover: /test-file" cmp ref-file /test-file -- Dpkg.Org's dpkg

