From e00cc7d8777dbc5bf721bd93713108a71cafe8bd Mon Sep 17 00:00:00 2001 From: Thomas Lamprecht Date: Wed, 7 Sep 2022 16:07:22 +0200 Subject: [PATCH] buildsys: fix d/control in build dir, ensuring docs package build Signed-off-by: Thomas Lamprecht --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index 4d8e064..1085a8e 100644 --- a/Makefile +++ b/Makefile @@ -43,6 +43,7 @@ build: $(PACKAGE) \ $(shell dpkg-parsechangelog -l debian/changelog -SVersion | sed -e 's/-.*//') cat $(BUILDDIR_TMP)/debian/control debian/control.docs > debian/control + cp -a debian/control $(BUILDDIR_TMP)/debian/control rm -f $(BUILDDIR_TMP)/Cargo.lock find $(BUILDDIR_TMP)/debian -name "*.hint" -delete mv $(BUILDDIR_TMP) $(BUILDDIR) -- 2.39.2