From 9a9b198b2897b6a50188d2358886b5d3790b8735 Mon Sep 17 00:00:00 2001 From: Graham Mainwaring Date: Wed, 20 Apr 2016 10:13:26 -0400 Subject: [PATCH] Only export changed targets in reprepro --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 40eebbe644..b0940c7d85 100644 --- a/Makefile +++ b/Makefile @@ -76,7 +76,7 @@ DEBUILD_OPTS = --source-option="-I" DPUT_BIN ?= dput DPUT_OPTS ?= -c .dput.cf -u REPREPRO_BIN ?= reprepro -REPREPRO_OPTS ?= -b reprepro --export=force +REPREPRO_OPTS ?= -b reprepro --export=changed DEB_DIST ?= ifeq ($(OFFICIAL),yes) # Sign official builds