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=befe1c74bf6824af4ca58d431d1ce8a3c38ea19e commit befe1c74bf6824af4ca58d431d1ce8a3c38ea19e Author: Guillem Jover <[email protected]> AuthorDate: Tue Feb 21 03:52:50 2012 +0100 t-control-no-arch: Clear the available file to avoid missing arch warnings --- t-control-no-arch/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t-control-no-arch/Makefile b/t-control-no-arch/Makefile index 429f1afed..24c9a0832 100644 --- a/t-control-no-arch/Makefile +++ b/t-control-no-arch/Makefile @@ -11,3 +11,5 @@ test-case: $(call pkg_is_installed,pkg-no-arch) ! $(call stdout_has,$(DPKG_QUERY) --status pkg-no-arch,^Architecture:) $(DPKG_PURGE) pkg-no-arch + # Clear the available file to avoid missing Architecture warnings + $(DPKG) --clear-avail -- Dpkg.Org's dpkg

