X-Git-Url: https://git.sven.stormbind.net/?a=blobdiff_plain;f=debian%2Frules;h=df0df7e238ccb8df74afd0ca10afd9352f1d2c76;hb=2b007ca08b99b2910406f219ee760a38c124d8a7;hp=65f92a2609bd9f77e5eeb633b5635a453870cacf;hpb=4e805b3c15cfe5b496e66ce545be6ad4ca0170a4;p=sven%2Fvym.git diff --git a/debian/rules b/debian/rules index 65f92a2..df0df7e 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,9 @@ 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/ + +# prevent compression of pdf documentation +override_dh_compress: + dh_compress -X.pdf