From fc8f8811af0c855f2dd1330b2e80928f4ba75f57 Mon Sep 17 00:00:00 2001 From: James Laska Date: Thu, 5 Nov 2015 12:52:14 -0500 Subject: [PATCH] Resolve issue on precise keeping old debs around Upgrades on precise kept installing the oldest 2.4.0 package in the pool. The following fix appears to correct that problem. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d7e7f091c2..c4f5b0a567 100644 --- a/Makefile +++ b/Makefile @@ -650,7 +650,7 @@ reprepro: deb-build/$(DEB_NVRA).deb reprepro/conf $(REPREPRO_BIN) $(REPREPRO_OPTS) clearvanished for COMPONENT in non-free $(VERSION); do \ $(REPREPRO_BIN) $(REPREPRO_OPTS) -C $$COMPONENT remove $(DEB_DIST) $(NAME) ; \ - $(REPREPRO_BIN) $(REPREPRO_OPTS) -C $$COMPONENT --keepunreferencedfiles --ignore=brokenold includedeb $(DEB_DIST) deb-build/$(DEB_NVRA).deb ; \ + $(REPREPRO_BIN) $(REPREPRO_OPTS) -C $$COMPONENT --ignore=brokenold includedeb $(DEB_DIST) deb-build/$(DEB_NVRA).deb ; \ done