From: Sven Hoexter Date: Fri, 3 May 2024 15:36:41 +0000 (+0200) Subject: Fix doc installation X-Git-Tag: debian/2.9.27-1~30 X-Git-Url: https://git.sven.stormbind.net/?a=commitdiff_plain;h=93d1580cbb18306137ccf636f094ee78299acd1f;p=sven%2Fvym.git Fix doc installation --- diff --git a/debian/rules b/debian/rules index 65f92a2..be5b725 100755 --- a/debian/rules +++ b/debian/rules @@ -1,7 +1,5 @@ #!/usr/bin/make -f -DEB_COMPRESS_EXCLUDE = vym.pdf - export DEB_BUILD_MAINT_OPTIONS = hardening=+all export DEB_CFLAGS_MAINT_APPEND = -Wall export QT_SELECT = 5 @@ -15,3 +13,11 @@ override_dh_auto_configure: -DCMAKE_INSTALL_MANDIR="share/man/man1" \ -DCMAKE_INSTALL_DOCDIR="share/doc/vym" +override_dh_auto_install: + dh_auto_install --destdir=debian/vym/ + # remove wrongly placed manpage + rm debian/vym/usr/share/doc/vym/doc/vym.1.gz + +# prevent compression of pdf documentation +override_dh_compress: + dh_compress -X.pdf