From 067948ff02c5bbf5bea6add0f65ba833f04a4a8b Mon Sep 17 00:00:00 2001 From: Michael Zanetti Date: Wed, 12 Jul 2017 15:10:56 +0200 Subject: [PATCH] try this --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index ec0a8012..d5486dfd 100755 --- a/debian/rules +++ b/debian/rules @@ -32,6 +32,8 @@ override_dh_auto_build: override_dh_install: $(PREPROCESS_FILES:.in=) dh_install --fail-missing + # installing the documentation as there is no extra install target + cp -a $(CURDIR)/doc/html $(CURDIR)/debian/guh-doc/usr/share/doc/guh/ || true override_dh_strip: