#!/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
-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