From fd87e398945963880855319dc3f444a2a96cdb55 Mon Sep 17 00:00:00 2001 Message-Id: From: Mark Wooding Date: Fri, 29 Apr 2016 21:17:38 +0100 Subject: [PATCH] Makefile: Actually distribute `debian/source/format'. Organization: Straylight/Edgeware From: Mark Wooding Did it in too much of a rush. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 5289013..5cd1144 100644 --- a/Makefile +++ b/Makefile @@ -126,6 +126,7 @@ DISTFILES += COPYING debpkg = noip uopen DISTFILES += debian/changelog debian/copyright DISTFILES += debian/control debian/rules debian/compat +DISTFILES += debian/source/format DISTFILES += $(patsubst %, debian/%.install, $(debpkg)) DISTFILES += $(patsubst %, debian/%.lintian-overrides, \ $(debpkg)) -- [mdw]